Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard Spread FireBoard!
Remove the row: Forum, Topics, Replies & Last Post (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Remove the row: Forum, Topics, Replies & Last Post
#53113
Remove the row: Forum, Topics, Replies & Last Post 3 Months, 1 Week ago  
How Do I remove the row which contains these: Forum, Topics, Replies & Last Post in the forum?
hevonen (User)
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#53116
Re:Remove the row: Forum, Topics, Replies & Last Post 3 Months, 1 Week ago  
I solved this problem by accident.
To put this command into the forum.css file in the template folder (for me default) solves the problem:
Code:

#fireboard tr.fb_sth {
/*background: #CFDCEB;
font-weight: bold;
font-family: Tahoma, Arial, Helvetica, sans-serif;*/
display:none;
}

hevonen (User)
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
Go to top