The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
Getting rid of the Sessionhash gibberish
**Edit**
I'm terribly sorry for posting this in the wrong forum, a md can delete this topic... :speechless: **Edit 2** And I've found the solution, and I'll post it here if any other users are curious about this. 1) Go into your Admin CP 2) Choose 'Templates -> Edit' 3) Choose 'Expand List' 4) Scroll down until you find the template 'registeradult' 5) Click 'change original' 6) In the template scroll down until you find the part 'Browse board with cookies?' 7) Immediately below that are two input fields, and in your case the 'no' option is checked 8) Remove the word 'checked' from the input line for 'no' and add it to the input line for 'yes' like so: Code:
<INPUT TYPE="RADIO" NAME="nosessionhash" VALUE="yes" checked> From that point forward any users who register will have that option checked by default. Note they will still have the option of overriding that value if they uncheck it. You can force everyone to have that value set to 'yes' by getting rid of the question on the registration form altogether and submitting it as a hidden field instead, like so: Code:
<INPUT TYPE="hidden" NAME="nosessionhash" VALUE="yes"> Source: http://www.vbulletin.com/forum/showt...threadid=16359 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|