Quote:
Originally Posted by kh99
I think the problem is that print_no_permissiion() doesn't just produce output that you can capture in a string, it has other side effects. I think what you'll want to do is create a plugin using a hook near the start of showthread.php and check the thread id there.
|
Yes, it was actually breaking my forum using global_start. I tried a few different showthread hooks but it still gives me no permission on EVERY thread. Is there another call I should be using instead of print_no_permission?