Categories plugin - where is it???

Creating and modifying plugins.
Post Reply
bombarie

Categories plugin - where is it???

Post 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
francisco
Regular
Posts: 42
Joined: Thu Jul 21, 2005 9:33 pm

Post 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.
dk70
Regular
Posts: 19
Joined: Sat Aug 13, 2005 9:53 am

Post 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 
             
             ); */
Post Reply