2 yabba Aug 09, 2006 12:27

Whoo !! thanks for so fast reply ! indeed the first issue is working already :) thanks again !
what do you think about the second issue ?
I think I don't understand the problem ;)
¥
hmmm categories isn't showing in the master blog..
( http://www.vajra.be/index.php ) i can see " Catégories " but the div is empty...
while (this one: http://www.vajra.be/index.php/produits )
using the Same "custom skin" has the one in the frontpage,
categories are OK.
You need to go into both your blogs (not blog all) settings and tick "include in public blog list", then the categories should show up.
¥
OK it's done, but this don't show up the categories,
it looks weird, why 3 blogs shows the categories
and the main blog don't...
all skins for the 3 blogs started from the same "custom skin" coming in the package b2evolution-1.8.0-2006-07-09, we don't touch on the code we don't need to touch..why 3 blogs show them well and the main principal don't..
this is the code that shows the categories in the custom skin used by all blogs :
<?php
// -------------------------- CATEGORIES INCLUDED HERE -----------------------------
// Call the Categories plugin:
$Plugins->call_by_code( 'evo_Cats', array( // Add parameters below:
) );
// -------------------------------- END OF CATEGORIES ----------------------------------
?>
/me getting crazy! thanks for your help :)
Hello, I've got the same problem, if you find something, please write your solution here :)
yep, ok i will..still need to find that solution :)
Sorry, I had to go wander round a field for a tad :P
Try ticking the "display public bloglist" as well, and seeing if that makes them show.
¥
OoOOpss.. :D indeed it works like that ! now my problem is that the guys at work don't want the list of blogs to be on top on their home page...
any chance to get it back like before 1.8 ?
Thanks for your time !
That's the easy bit, near the top of your skin (_main.php) you'll have something like this :-
<?php
// --------------------------- BLOG LIST INCLUDED HERE -----------------------------
require( dirname(__FILE__).'/_bloglist.php' );
// ------------------------------- END OF BLOG LIST --------------------------------
?>
Just delete it ;)
¥
Indeed, works great, but i finally got the guys at work to like it that way without removing this last line of code..so well...problem is solved !
thanks again !
ben b.
lol, if only you'd convinced them that they didn't really want categories on the front page as well ;)
Glad yer sorted ;)
¥
good :)
In answer to your first problem, the following folders appear to be missing from your skins folder (http://www.vajra.be/skins/)
1) _atom
2) _rdf
3) _rss
4) _rss2
Those four are the feed skins, in their various flavours.
¥