vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   Redirect After Activation (https://vborg.vbsupport.ru/showthread.php?t=243981)

cortinator 06-05-2010 06:04 AM

Redirect After Activation
 
After a user activates his or her account, they get taken to a page that says:

Quote:

Thank You, so and so. Your registration is now complete.

You may now proceed to edit your Profile in order to fill in additional personal details about yourself, or you could modify your Options to customize your browsing experience of this site. If you would rather do these things later, you can do so by following the links around the site to your User Control Panel.

Alternatively, you can simply go back to the Forums and start posting in threads.

Well, is there a way to make it so that users see a different page rather than this page? I have a page all made (named welcome.php) and I would really like to redirect users to that page instead.

Floris 06-05-2010 06:10 AM

top of my head, isn't it something like.

eval( print_standard_redirect('redirect_something') );

cortinator 06-05-2010 07:15 AM

Quote:

Originally Posted by Floris (Post 2048643)
top of my head, isn't it something like.

eval( print_standard_redirect('redirect_something') );

There's this code that I changed:

PHP Code:

{
                        
$userdata->save();
            
$vbulletin->url 'welcome.php' $vbulletin->session->vars['sessionurl_q'];
            eval(
print_standard_redirect('redirect_updatethanks'));
        } 


Nothing changed though.


All times are GMT. The time now is 08:45 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.01074 seconds
  • Memory Usage 1,719KB
  • 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
  • (1)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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