Check if user is on showthread.php
Hugop Offline
Junior Member
**
Posts: 4
Joined: Dec 2015
Post: #5
RE: Check if user is on showthread.php
(12-15-2015 02:04 AM)RateU Wrote:  I don't know where you want to put your code.
If you do it in your plugin, just hook to showthread_start. Something like this:

PHP Code:
$plugins->add_hook('showthread_start','myred');
function myred(){
	redirect('index.php','You are redirected to index','Redirecting');
}

I see, the hook was the problem all the time Cry
Is there somewhere a list with all hooks?
12-15-2015 07:50 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
Check if user is on showthread.php - Hugop - 12-11-2015, 08:31 AM
RE: Check if user is on showthread.php - Hugop - 12-15-2015 07:50 AM

 Standard Tools
Forum Jump: