Recent Topics

1 Oct 26, 2007 21:00    

My b2evolution Version: 1.10.2

Hey all,

I can't figure out why none of my categories are listed on my blog. I've been messing with the _main.php file, but I haven't touched the code for the categories listing. I've included that portion of the code below. Any ideas?

Thanks.

-Evan

<?php 
/* ------------------------ CALL THE CATEGORIES PLUGIN -------------------------
 * customize your categories by adding parameters to the plugin's array. see 
 * http://doc.b2evolution.net/v-1-9/plugins/categories_plugin.html#methodSkinTag 
 * or plugins/_categories.plugin.php for details
 */
$Plugins->call_by_code( 'evo_Cats', array( // Add parameters below:
	) );
// --------------------------- END OF CATEGORIES ---------------------------- ?>

2 Oct 29, 2007 13:48

Does the file 'categories.plugin.php' exist in the folder ../blogs/plugins/ and is the plugin correctly installed according to backoffice -> App setttings -> Plugims?

If you can't find the solution. please report back to this topic.

Good luck

3 Oct 30, 2007 03:38

_categories.plugin.php exists in the plugins folder.

the Categories skin tag plugin is installed, and the code is evo_Cats.

everything looks correct to me.

4 Oct 30, 2007 04:06

Place

?>


on a new line, but that's not going to solve your problem.
Do you have a link to your site?

Good luck


Form is loading...