Page 1 of 1

Categories plugin - where is it???

Posted: Sun Aug 14, 2005 3:39 pm
by bombarie
Hi - Want to show the categories in the sidebar. This can easily be done by installing the categories plugin, right. But how do I make amendments - I do not want to show the "All categories" function. Cannot find the plugin files, any pointers much appreciated!

Regards,

Areue

Posted: Sun Aug 14, 2005 9:01 pm
by francisco
Don't quite follow what you are trying to do.
The categories can be managed from the admin page.
You can add/edit/delete categories from there.

It's under
Entries
Categories

As far as I can see if a category exists it will be showwn. If you are trying to make it so only some categories show, I believe that is not possible at the moment.

I am a new to the program so if I totally missed what you are trying to do, perhaps if you explain it a little more others more experience can be of better help.

Posted: Mon Aug 15, 2005 11:53 am
by dk70
Comment out lines in /include/plugin_internal.inc.php More precisely I got rid of "All" line by commenting this section, near line 1000 - almost at the end. I use 0.8.3 but anyway, here is what it looks like.

Code: Select all

/* $html .= sprintf(
             '<br /><a href="%s" title="%s">%s</a>', 

            $serendipity['serendipityHTTPPath'] . $serendipity['indexFile'],  
            ALL_CATEGORIES, 
            ALL_CATEGORIES 
             
             ); */