thpoul
11-23-2006, 07:41 AM
Hello over there.
I'm using vbulletin 3.6.3 and I was wondering if you can help me to allow guests report posts.
I've already searched for usergroup modifications but with no result.
I also saw this (http://www.vbulletin.com/forum/showthread.php?t=195275&highlight=Allow+guests+to+report+posts) and came here :)
Thank you all in advance. :)
FIXED
Never mind I've found it out myself :D
/*
// this block is commented out so guests can report posts
// HACK BY THPOUL
//check usergroup of user to see if they can use this
if (!$vbulletin->userinfo['userid'])
{
print_no_permission();
}
*/
I am wondering how could I make this be hack :)
Please let me know
I'm using vbulletin 3.6.3 and I was wondering if you can help me to allow guests report posts.
I've already searched for usergroup modifications but with no result.
I also saw this (http://www.vbulletin.com/forum/showthread.php?t=195275&highlight=Allow+guests+to+report+posts) and came here :)
Thank you all in advance. :)
FIXED
Never mind I've found it out myself :D
/*
// this block is commented out so guests can report posts
// HACK BY THPOUL
//check usergroup of user to see if they can use this
if (!$vbulletin->userinfo['userid'])
{
print_no_permission();
}
*/
I am wondering how could I make this be hack :)
Please let me know