PDA

View Full Version : dont show ALL categorie in list view


pvo101
09-26-2007, 07:02 PM
hi everybody

this is my first post and the question has probably already been answered but i was unable to find a corresponding threat using the search function. i use <CATEGORY_LINKS_AS_LIST_PAGED> to show a list of categories and simply would like this list without the ALL category and the imaghe count next to the categiry names - i am pretty sure it can be done with a simple hack in the php file but i dont know much about that - thanks in advance

michael

schizomonkey
09-29-2007, 09:43 PM
make sure to always backup whatever you edit.


go into ADDONS folder

open PAGED_ARCHIVE.PHP with Dreamweaver or similar.

locate : $category_Link_List_paged .= "<li><a href='index.php?x=browse&amp;pagenum=1'>$lang_browse_all (" .$count .")</a></li>"; → if you're using Dreamweaver & co, it's at line 149

delete it : that just removed the ALL button.

locate: (" .$count .") → if you're using Dreamweaver & co, it's at line 168

delete it (DO NOT delete the extra quoting marks on the outside of the parentheses)

that's it. ;-)