Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
The FireBoard forum component development is still going on. In order to get better, FireBoard will be moved from the Best of Joomla website.
During this transition period, the forum in Best of Joomla will be closed to new posts.
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard
Topic Icons (1 viewing) (1) Guest
TOPIC: Topic Icons
#62097
Topic Icons 1 Month, 2 Weeks ago  
Is there a way to remove the topic icons from the Post A New Message window?

Thanks -

===Toby===
tobywallis (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/11/21 18:34 By tobywallis.
 
 
#62139
Re:Topic Icons 1 Month, 2 Weeks ago  
Yes, but only by manually editing the templates.

Find fb_write.html.php from components/com_fireboard/template/default/. You should probably copy the file to your own theme dir.

Edit it and around lines 128-138 there should be <tr class = "<?php echo $boardclass; ?>sectiontableentry2">

Comment everything out between <tr> and </tr> including those tags. Comments in html are between <!-- and -->.

In my own theme I've replaced topic icons by my own icons for default, sticked, locked, moved and favorite. They will change colors if there are any new messages. The theme (based on default_ex) is not yet ready, but I'm trying to finish it in a few days. It should be valid xhtml and it has many usability enchantments over default_ex theme.
mahagr (User)
Junior Boarder
Posts: 94
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#62153
Re:Topic Icons 1 Month, 2 Weeks ago  
Great - thanks for your help. Works like a charm.

===Toby===
tobywallis (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#62161
Re:Topic Icons 1 Month, 2 Weeks ago  
Thanks for the great help. I have been figuring this out. Glad that I came across this thread.


stickey01 (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
 
Go to top