 Reviews:
·voip.ms
·Nexicom
·TekSavvy DSL
| mark forum catgerories that have fav forums in them Assume you're in a specific forum, like:
Forums >The Site > DSLReports.com > Forum Feature Requests
The click Forums >The Site > DSLReports.com
to see a list of forum categories.
The category DSLReports.com is open and shows the forums: /dev / null, Forum Feature Requests, Need Site Help, Site Bugs, Site Feature Requests, Site Tools
The other categories are closed and the open one has a red dot beside it.
It would be nice if the categories that have fav forums in them are marked some how. |
 | You can do something with CSS if you want (though you have to add/remove categories manually, but how much do you add/remove favorites anyway):
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("http://www.dslreports.com/forums")
{
a.fcatt[href="/forums/55"], /* Technical */
a.fcatt[href="/forums/57"], /* DSLReports.com */
a.fcatt[href="/forums/59"], /* Voice Over IP - VOIP */
a.fcatt[href="/forums/62"] /* Security */
{ color: gold !important; /* or any color you like */
}
}
Looks like this:
 Fav forum categories w/gold text
You could do something else than just change the text color, but I'm not sure how useful it is to begin with... but here it is if you want to play with it. :D
-- "Sorry for not responding to your post, but either I haven't seen it yet, or what you said was so devoid of substance that I found it utterly uninteresting." |