2012-06-08, 10:01 PM
2012-06-08, 10:06 PM
if(!$mybb->user['uid'])
{
error_no_permission();
}
Depending how your custom page is setup you can probably just throw that at the top of the code.
2012-06-08, 10:34 PM
YOU my friend are from heaven - THANK YOU!
Steven
Little struggle here - all the templates are in HTML of course, edited those 100 times, but adding PHP makes it nanners - does this code go in the PHP file for the page then?
Steven
I got it Thanks!
http://www.thebionicwoman.com/entry.php
Steven
Little struggle here - all the templates are in HTML of course, edited those 100 times, but adding PHP makes it nanners - does this code go in the PHP file for the page then?
Steven
I got it Thanks!
http://www.thebionicwoman.com/entry.php
2013-01-06, 02:53 AM
How do I make it so if they are logged-in, it continues loading the rest of the PHP page?