vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   How to preset the user preferences? (https://vborg.vbsupport.ru/showthread.php?t=54781)

Importhookup 06-26-2003 08:18 PM

How to preset the user preferences?
 
Hello,

I would like new registered members to have their "Send you an email when you receive a Private Message?" and "Pop up a box when you receive a Private Message?" set to "yes" as the default under their preferences. Thanks :)

Gary King 06-27-2003 12:25 PM

Open registeradult template

Find:

PHP Code:

        <input type="radio" name="emailonpm" value="yes"yes
<input type="radio" name="emailonpm"value="no" checkedno 

Replace with:
PHP Code:

        <input type="radio" name="emailonpm" value="yes" checkedyes
<input type="radio" name="emailonpm"value="no"no 

Find:
PHP Code:

        <input type="radio" name="pmpopup" value="yes"yes
<input type="radio" name="pmpopup" value="no" checkedno 

Replace with:
PHP Code:

        <input type="radio" name="pmpopup" value="yes" checkedyes
<input type="radio" name="pmpopup" value="no"no 

There you go :)

Importhookup 06-27-2003 07:03 PM

Hi Gary, I tried to look up up the template but I cannot find it. I'm assuming you're talking about the PHP files (i'm a newbie) and all I can find is a register.php in my folder. I have version 2.3.0... do you have any suggestions on what I should do? Thanks a lot for the help :)

filburt1 06-27-2003 07:12 PM

He's talking about the templates...go to the admin CP, scroll down in the left frame to Templates, click Modify, find (now this part is from memory) Registration Templates, find registeradult, and click Change Original.

Importhookup 06-30-2003 03:51 PM

Got it, thanks!


All times are GMT. The time now is 06:38 PM.

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.01847 seconds
  • Memory Usage 1,722KB
  • 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
  • (4)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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