Even though this thread is quite old:
I am looking for an answer to dayzman's question. Why?
vbulletin preselects a certain value within certain dropdown boxes. For instancem when registering at a forum, within the 'showbirthday' dropdown list, the entry with value="2" is preselected.
This is a privacy concern! I would like to change this to the entry with value="0" being shown. Within register.php I found:
$sbselected = array($vbulletin->GPC['showbirthday'] => 'selected="selected"');
I concluded that the values I am looking for are to be found in the GPC Array. Well, that's where I am stuck and I would appreciate help with this.
Thanks.
|