+ Reply to Thread
Results 1 to 3 of 3

Thread: Hide popup on registration

  1. #1
    Senior Member
    Join Date
    Aug 2014
    Posts
    106

    Hide popup on registration

    Hi,

    What is the best way to disable the popup that appears at: add-listing.html with "You should have an account in order to log in and view the page."?

    Many thanks

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,174
    Hello,

    Go to includes > classes > AddListing.php > find private function checkAccountAbilities and remove this line below:

    $errors[] = $lang['add_listing_deny'];

  3. #3
    Senior Member
    Join Date
    Aug 2014
    Posts
    106
    Thanks Rudi,

    That works great :-)

+ Reply to Thread