remove the icons?

Support for PhpBB3.
Post here to get help with any phpBB3 related issue
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
If not your topic may be ignored or locked!

remove the icons?

Post by gsandys »

How can I remove the icons in the Forum and to remain the only other which I had placed them yourself!

phpbb 3.0.7 for subsilver2

Image

Tnx!

Re: remove the icons?

Post by Inner Circle »

go to styles/subsilver2/imageset and delete them, or you delete the entries in imageset.cfg ( same directory )

Re: remove the icons?

Post by Steve »

no dont delete them it will look awful in IE ,

it needs to be done via the html files forumlist_body.html and viewforum_body.html and its not as simple as removing

Code: Select all

<td class="row1" width="50" align="center">{forumrow.FORUM_FOLDER_IMG}</td>
bacuse that also leaves a void here:
submess.PNG
al have a play and see what i can do.

Re: remove the icons?

Post by gsandys »

What to Expect me now? Or leave as is - very ugly :(

Re: remove the icons?

Post by cisco007 »

somehow this does not look like bbcode support so i will move it!

Re: remove the icons?

Post by gsandys »

A as then now remove it blank rural?

Re: remove the icons?

Post by Oyabun1 »

I'm only new to this, but it seems you want to replace the original icons with your own.

If new ones are the same size, couldn't you just?:
  1. back-up the originals
  2. rename the new ones the same as the originals
  3. replace the originals
Then you wouldn't need any additional code for the extra icons, in fact, you wouldn't need to change any code. If you want to go back to the original icons you just overwrite the new with the back-ups.