The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Event Calendar RSVP Mod
I run a car club message board http://www.celicatech.com/
It would be awesome to have the users like a poll only adapted differently so that they can opt in or out of attending the event and change thier status. Would be great for organizing and planning for events. |
#2
|
|||
|
|||
This is exactly what i'm looking for too. I tried just pasting:
Code:
<if condition="$show['poll']"> <fieldset class="fieldset"> <legend>$vbphrase[post_a_poll]</legend> <div style="padding:$stylevar[formspacer]px"> <div><label for="cb_postpoll"><input type="checkbox" name="postpoll" value="yes" id="cb_postpoll" tabindex="1" $checked[postpoll] />$vbphrase[yes_post_a_poll_thread]</label></div> <div><label for="polloptnum">$vbphrase[number_of_poll_options]: <input type="text" class="bginput" size="5" name="polloptions" value="$polloptions" id="polloptnum" tabindex="1" /></label> <if condition="$vboptions['maxpolloptions']">($vbphrase[maximum]: $vboptions[maxpolloptions])</if></div> </div> </fieldset> </if> thanks in advance to anyone who can help with this! |
#3
|
|||
|
|||
Hmm... not sure if that actually worked or not... all i can say is that I have my events linked to my forums with poll ability... not quite sure how lol *shrug* ... it's exactly what i wanted... I'm happy... don't know if that'll work for anyone else. ... anyway, I'm removing the test feature on my site now.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|