PDA

View Full Version : Allow guests to report posts


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

michaelstoffer
06-29-2015, 10:42 AM
I'm also trying to allow my guests to be able to report posts. Where do I comment this information out? What file or template?

kh99
06-29-2015, 11:09 AM
That code is in report.php, around line 45.

michaelstoffer
06-29-2015, 11:18 AM
Thank you so much. That worked perfectly.