vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Getting rid of the Sessionhash gibberish (https://vborg.vbsupport.ru/showthread.php?t=42496)

ExAvIoUr 08-19-2002 05:58 PM

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>
9) Click on 'Submit' and you're done.

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">
That way the field is not editable, and therefore cannot be overriden by the registrant. If you go that route, remember to do the same for the modifyoptions page as well.

Source: http://www.vbulletin.com/forum/showt...threadid=16359

Bro_Joey_Gowdy 08-19-2002 09:25 PM

Thanks, I was curious about that too.


All times are GMT. The time now is 07:17 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00904 seconds
  • Memory Usage 1,712KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (2)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete