1 thief_jack Aug 12, 2005 17:17
3 nate Aug 12, 2005 17:42
I believe b2e does both these things by default in most skins. If there are any comments on a post it will display how many, otherwise it will say "Leave a comment".
The category list is also displayed by default in most skins. In the sidebar section of your skin's _main.php you should see a section that looks something like:
<?php echo T_('Categories'); ?>:
<?php // -------------------------- CATEGORIES INCLUDED HERE -----------------------------
require( dirname(__FILE__).'/_categories.php' );
// -------------------------------- END OF CATEGORIES ---------------------------------- ?>
Hope that helps...
4 thief_jack Aug 12, 2005 17:44
Ah, thank you.
Really appreciate the help.
I think both of these are handled automatically on most skins. Which skin are you using?
Take a look at "custom" - I know that one does both of these. If the one you are using doesn't, then you can probably copy the right code from the custom skin.