Gossamer Forum
Quote Reply
Re: [yogi] Poll Plugin In reply to
In Reply To:
OK, I think I know what the problem is.

When I say add the code three times to the template, I mean to say that there are three different places, where you have to add it. Three times just before the "Post New" button.

Hope that helps.

That does help. You might want to think about making your instructions a little more clear on that point. Also you should note that:

Code:
<input type="submit"<%unless user_forum_permission >= 5%> disabled<%endif%> name="do=post_write;forum=<%forum_id%>" value="Post New" class="submit">

is not exactly correct. When doing a search for this only one instance shows up. However a search for:

Code:
<input type="submit"<%unless user_forum_permission >= 5%>

will yield three results.

Now that I got the "New Poll" button to appear I am having trouble with actually writing the poll. I am attaching a screen shot of the write poll page.

I don't know if there is a problem with the code I was supposed to insert, or the actuall template itself, so am also including the two post_..._write.html templates i modified for you to look at.

And for good measure I am including the post_view_....html templates incase I have mis understood your directions.

With the view and write templates searchs on the text strings yielded no results and so I had to guess. As sometimes there are multiple occurances of a given marker ie:
Code:
<%body_table%>
it would help to have a more exact search string.

Does this make any sense?

Thanks for your help,

Ryan
Subject Author Views Date
Thread Poll Plugin hunthost 11306 Apr 29, 2002, 11:32 AM
Thread Re: [hunthost] Poll Plugin
yogi 11090 Apr 29, 2002, 11:52 AM
Post Re: [yogi] Poll Plugin
hunthost 11013 Apr 29, 2002, 1:56 PM
Thread Re: [hunthost] Poll Plugin
yogi 11104 Apr 29, 2002, 12:17 PM
Thread Re: [yogi] Poll Plugin
hunthost 11042 Apr 29, 2002, 1:58 PM
Thread Re: [hunthost] Poll Plugin
Alex 11105 Apr 29, 2002, 3:25 PM
Post Re: [Alex] Poll Plugin
hunthost 11045 Apr 29, 2002, 3:30 PM
Thread Re: [Alex] Poll Plugin
hunthost 11049 Apr 29, 2002, 3:38 PM
Thread Re: [hunthost] Poll Plugin
yogi 11090 Apr 29, 2002, 8:50 PM
Thread Re: [yogi] Poll Plugin
hunthost 11071 Apr 29, 2002, 9:04 PM
Thread Re: [hunthost] Poll Plugin
yogi 10998 Apr 29, 2002, 9:16 PM
Thread Re: [yogi] Poll Plugin
hunthost 11034 Apr 29, 2002, 10:00 PM
Thread Re: [hunthost] Poll Plugin
yogi 11017 Apr 29, 2002, 10:02 PM
Thread Re: [yogi] Poll Plugin
hunthost 10989 Apr 29, 2002, 10:54 PM
Thread Re: [hunthost] Poll Plugin
yogi 11045 Apr 29, 2002, 11:02 PM
Post Re: [yogi] Poll Plugin
hunthost 10986 Apr 30, 2002, 4:15 PM
Thread Re: [yogi] Poll Plugin
hunthost 11005 Apr 30, 2002, 4:24 PM
Thread Re: [hunthost] Poll Plugin
ArmyAirForces 10973 Apr 30, 2002, 6:53 PM
Post Re: [HeavyBombers] Poll Plugin
hunthost 10935 Apr 30, 2002, 9:22 PM
Thread Re: [yogi] Poll Plugin
hunthost 10866 May 14, 2002, 12:17 PM
Thread Re: [hunthost] Poll Plugin
hunthost 10879 May 19, 2002, 11:04 AM
Thread Re: [hunthost] Poll Plugin
yogi 10850 May 19, 2002, 12:39 PM
Post Re: [yogi] Poll Plugin
hunthost 10825 May 23, 2002, 12:23 PM