Quote:
Originally Posted by Skreech94
I didn't read through this thread to see if it was asked, so I apologize in advanced just in case.
Anyways, I dont want my guests viewing the page I made, but I want my members to view it. How would I do this?
|
Right after Start Main Script add something like:
PHP Code:
if (!isset($vbulletin->userinfo['userid']) OR $vbulletin->userinfo['userid'] == 0)
{
print_no_permission();
}
Quote:
Originally Posted by TalkVirginia
This is giving me a MAJOR Migraine!! Please-- Can someone help me with this??
I'm trying to append some text or link at the end of the footer using the parse_templates hook in a plugin..
|
This has nothing to do with this article. Your best bet it to post in the main forums for help with this.