1 ethan5150 Mar 07, 2012 23:18
3 ethan5150 Mar 08, 2012 00:10
So you're saying don't do it with Free HTML, just stick with the bloglist widget?
Also, I can't seem to find that code referenced in the link you gave - any idea what file it's in?
4 tilqicom Mar 08, 2012 02:01
Ethan5150 wrote:
So you're saying don't do it with Free HTML, just stick with the bloglist widget?
Also, I can't seem to find that code referenced in the link you gave - any idea what file it's in?
Yea, just use public blog list, or "sorted bloglist" widget for that matter.
If you use the "sorted bloglist" of Afwas you dont need that modif. already it has blog id builltin <a>'s class.
If you wanna go with public widget, you need to hack into /inc/widgets/model/_widget.class.php.html and replace about line 948-649 (v.4.1.3)
5 ethan5150 Mar 08, 2012 02:12
Ok, well yeah, I'm using the sorted bloglist, so how then do I have each individual blog link a different color?
I see what you mean about it assigning a different class for each tab.
Do I then just do something like:
.mBlog2 default{background-color:#FFFFFF;}
But that's not it - what am I missing?
6 tilqicom Mar 08, 2012 09:16
Ethan5150 wrote:
Ok, well yeah, I'm using the sorted bloglist, so how then do I have each individual blog link a different color?
I see what you mean about it assigning a different class for each tab.
Do I then just do something like:
.mBlog2 default{background-color:#FFFFFF;}
But that's not it - what am I missing?
I guess you found it (:
7 ethan5150 Mar 08, 2012 19:24
Doesn't seem to work though...
You will need an active class for the current tab view.Just use the public bloglist widget for that.
As far as coloring goes, use this modif:
http://forums.b2evolution.net/viewtopic.php?p=112822#112822
to add classes to seperate blog links and style them accordingly.