Removing Icons from the forum: Forum.png

Where do we go to remove the image: Forum.png and Topics.png from the forum?

Where do we go to remove the white lines that appear after every forum topics in forum home and index?

Where do we go to remove the white box that appears right under the text Reported Posts?

See pics attached.

Thanks for your help!

Untitled.jpg · 52.7K · 71 views
bOX REPORTED POSTS.jpg · 15.9K · 85 views
Quote · 28 Jun 2011

to edit the Forum.png or delete it then edit the following files.(by searching for Forum.png )

cat_forums.xsl

edit_forums.xsl

for the "Topics.png" teh icon doesn't exist

also cant seem to fined "white box that appears right under the text Reported Posts"

Where do we go to remove the white lines that appear after every forum topics in forum home and index?

this depends on the style your using .. cuz if you are using an </hr> tage to split the topics then you can remove it  without affecting the style .. but if it is just a table cell then you have to hide the whole table ..

i really think you should get some one to work on your website to do all of this  ..

 

if i did help you .. it wont hurt to go to my profile and add a recommendation for me ;)
Quote · 29 Jun 2011

Without having to change the coding, you can also change the images that you want to vanish into a spacer image, just save a blank, transparent 1x1 pixel as forum.png and topics.png and upload them to replace the existing images. The advantage to this is that 1. you aren't changing code - which helps for upgrades and 2. if you change your mind and want to add them in later, you can easily do so.

 

Here's where these are located:

  • yoursite/modules/boonex/forum/layout/base/img/forum.png
  • yoursite/modules/boonex/forum/layout/base_en/img/forum.png
  • yoursite/modules/boonex/forum/layout/base/img/topic.png
  • yoursite/modules/boonex/forum/layout/base_en/img/topic.png

 

Remember that if you are going to replace/overwrite an image, they go into your custom template folders along the same path: for example /templates/base/images/icons/ becomes /templates/your_template/images/icons/ folder (if you aren't using a custom template, you'll need to create one. This prevents problems when you upgrade)

 

As for the line, I believe that you'll find that in the main.css (modules/boonex/forum/layout/base/css/main.css and modules/boonex/forum/layout/base_en/css/main.css) around line 306:

.forum_table_list tr td {
    border-top:1px solid #ccc;
}

 

Your color is probably different than #ccc as I've extensively altered my template, but the coding is the same. Change the above to:

.forum_table_list tr td {
    border-top:0px
}

 

And your lines should vanish.

Quote · 10 Jul 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.