PDA

View Full Version : New Posting Features - Allow 'Make Votes Public' to be checked by default


HMBeaty
02-14-2007, 10:00 PM
As requested by ZomgStuff (https://vborg.vbsupport.ru/member.php?u=187062) here https://vborg.vbsupport.ru/showthread.php?t=139492

This simple modification to your poll.php will allow the "Make Votes Public" to be checked by default when creating your poll. This has been tested and working on:

www.redlinemotorsports.org

Don't forget to click INSTALL (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=139506)

Support will only be given to those who have clicked INSTALL (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=139506)

ZomgStuff
02-15-2007, 03:48 PM
Ah thank you so much!

HMBeaty
02-15-2007, 03:50 PM
Not a problem. It took me a good while to find it as I thought it would be in a template like the "Remember Me" for the login. But I guess not

Ntfu2
02-15-2007, 04:27 PM
It is,


New posting templates -> newpoll template

Find

<input type="checkbox" name="public" value="1" id="cb_public" tabindex="1" $checked[public] />


And change to

<input type="checkbox" name="public" value="1" id="cb_public" tabindex="1" $checked[public] checked="checked" />


No file edit required. Enjoy.

HMBeaty
02-15-2007, 04:40 PM
Hmm. I must've looked over that then

Carlos2
06-12-2007, 04:16 AM
Thanks ;)

edytwinky
02-21-2008, 06:02 PM
Thanks!

edytwinky
06-15-2009, 08:53 PM
Works great for 3.8

edytwinky
01-10-2010, 02:10 PM
Any chances of a vb 4.0 upgrade?