Quote:
Originally Posted by desconexion
Checked. If I set registered user to not be able to place adds it shows the message "You don't have permission to see this page ...... " when a registered user try to place an add.
This is driving me insane,, arrrrggg.. I want this hack so much.
cheers
|
Try a trick. Open classifieds.php and find:
Code:
if($_REQUEST['do'] == 'editad') {
Just below add:
Code:
if(!($userid= $vbulletin->userinfo['userid']))
{
print_no_permission();
}
With this part of code every visitor to the page for adding/editing an Ad without an active userid (and so the Guest), will gets a permission error message.
Save file and upload it.
Mary