
02-17-2017, 12:28 PM
|
 |
|
|
Join Date: Feb 2010
Location: germany
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by borbole
Go to your Acp->Plugins & Products->Add New Plugin.
For Hook Location choose: logout_process
For Title enter whatever name you want
Execution Order leave it to 5
And where it says: Plugin PHP Code enter this code:
PHP Code:
$vbulletin->url = 'http://www.logoutredirecturl.com'; standard_redirect();
And replace
Code:
http://www.logoutredirecturl.com
with the actual url where you want to redirect your members when logging out of your forum
And as last but not least, set to Yes the Plugin is Active option.
|
PERFECT!
Thanks,
Alex
|