The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I was using the following code to show a message and then redirect the user to a predefined page:
PHP Code:
HTML Code:
<META HTTP-EQUIV="REFRESH" CONTENT="1; URL={$url}"> <table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center"> <thead> <tr> <td class="tcat"> etc. etc. Any ideas will be sincerely appreciated. |
|
#2
|
||||
|
||||
|
Do you need to do the redirect that way for a special reason? The standard
Code:
// Send the User to the Updated Page
$vbulletin->url = "userpage.php?do=main&page=$pagenum&userid=".$vbulletin->GPC['userid'] . $vbulletin->session->vars['sessionurl'];
eval(print_standard_redirect('page_saved'));
|
|
#3
|
|||
|
|||
|
I guess so, since I need to present a specific message to the end user, which varies depending on his selections. I'll keep your alternative in mind though.
Tnx |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|