dslreports logo
 
    All Forums Hot Topics Gallery
spc
Search similar:


uniqs
763
bjlockie
join:2007-12-16
Ontario
Technicolor TC4350
Asus RT-AC56
Grandstream HandyTone 702/704

bjlockie

Member

[request] 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.

mod_wastrel
anonome
join:2008-03-28

mod_wastrel

Member

Re: mark forum catgerories that have fav forums in them

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