1 laygnuk Aug 09, 2006 12:17
3 laygnuk Aug 09, 2006 12:32
Whoo !! thanks for so fast reply ! indeed the first issue is working already :) thanks again !
what do you think about the second issue ?
4 yabba Aug 09, 2006 12:35
I think I don't understand the problem ;)
¥
5 laygnuk Aug 09, 2006 12:41
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.
6 yabba Aug 09, 2006 12:53
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.
¥
7 laygnuk Aug 09, 2006 13:04
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 :)
8 patrice Aug 09, 2006 14:18
Hello, I've got the same problem, if you find something, please write your solution here :)
9 laygnuk Aug 09, 2006 15:43
yep, ok i will..still need to find that solution :)
10 yabba Aug 09, 2006 17:00
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.
¥
11 laygnuk Aug 09, 2006 17:12
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 !
12 yabba Aug 09, 2006 17:24
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 ;)
¥
13 laygnuk Aug 09, 2006 18:05
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.
14 yabba Aug 09, 2006 18:20
lol, if only you'd convinced them that they didn't really want categories on the front page as well ;)
Glad yer sorted ;)
¥
15 patrice Aug 10, 2006 10:22
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.
¥