2 john Mar 13, 2007 08:42

The Plugin is correct insatlled in the back office and of course _categories.plugin.php is indeed there :( :(
This may sound silly, but check your Blog Settings > Display and make sure that "Display public blog list:" is checked.
I had it unchecked in 0.9.2 and my categories showed, but when I updated to 1.9.3 they disappeared. After hours of banging my head into a wall I found a similar problem listed here. Checking that box brought them back.
@ JRagg
you are completly right! it works now!!
That is right @JRagg, but it is completely silly that it works this way. I don't want to see the blog title in my category-list since I only have on blog installed on my machine. In my opninion this is a bug.
nims wrote:
That is right @JRagg, but it is completely silly that it works this way. I don't want to see the blog title in my category-list since I only have on blog installed on my machine. In my opninion this is a bug.
You are not right with your conclusion. If you don't want the blogs tab or menu to show you can easily remove the item in the _main.php file of your skin.
So it's the skin that decides whether or not the blogs titles show, not the B2e engine itself.
You are right, I found it out in the new structure of plugins. This is new for me since I just upgraded from 0.9 and I am upgrading my skin. In case you want to have the different category list, without the blog title, use the following.
<?php
// -------------------------- CATEGORIES INCLUDED HERE -----------------------------
// Call the Categories plugin:
$Plugins->call_by_code( 'evo_Cats', array( // Add parameters below:
'block_start'=>'',
'block_end'=>'',
'title'=>'', // No title.
'coll_start'=>'<!--', //No Head
'coll_end'=>'-->', //No Head
) );
// -------------------------------- END OF CATEGORIES ----------------------------------
?>
I am running two blogs on my page. how can I call both blogs on my page?
joachim wrote:
I am running two blogs on my page. how can I call both blogs on my page?
Please start a new topic for this. It's not about categories is the thing.
ALl I can suggest is that you check your plugins folder and make sure that _categories.plugin.php is indeed there.
Then in the ACP check App Settings -> Plugins and make sure that the Categories Skin Tag is activated