Edirectory fix catergory listing bug
Aug 09, 2010
Author: yane
Maybe you have noted that when a listing is approved, you can not change the category of listing because category three is not showing. How to fix it:
Go to includes/forms/form_listing.php findPHP Code:
(strpos($url_base, "/sitemgr"))
u have to add next to it
PHP Code:
|| (strpos($url_base, "/members"))
go a little bit down in the file and u will find two more
PHP Code:
(strpos($url_base, "/sitemgr"))
and next to them add
PHP Code:
|| (strpos($url_base, "/members"))
views 2633



