Can I have a custom home page displaying some information about the site and not showing the ad categories?
Yes, you can. Here is how to do this : 1/ Create “Extra Page” in Admin Area named “index”. It will be the main page of the site automatically 2/ In older versions you have to replace in index.php line if(!$page || preg_match(‘/\W/’,$page) || !file_exists(‘./inc/pages/’.$page.’.php’)){ $page = ‘browse’; } with if(!$page || preg_match(‘/\W/’,$page) || !file_exists(‘./inc/pages/’.$page.’.php’)){ $pg=’index’; $mod = ‘Extra_Pages’; include ‘./modules.php’; exit; } Back to Top 15. Under the “My Account” page, there are several options, “Auto Notify”, “My Mail Box”, “Credits” and “My Auctions” which returned an access denied message. I would like to turn on the options that are available with the package that I bought from you and make the links to modules that I did not buy dissappear. Please tell me what I should do. A: 1/ Admin Area -> Manage Modules. You can enable modules you ordered there. 2/ Admin Area -> Templates. You can edit “user_menu.htm” template and remove links to non-existing