Log in

View Full Version : How to remove post icons from forumhome


Silviu
09-21-2007, 12:21 PM
Hola everyone,

I've done some research but came up almost empty handed in regards to the following question: how does one remove the post icons from the forumhome? I'm talking about the post icons, not the forum status ones (see attachment).

I said almost empty handed because someone over at vB.com already solved (http://www.vbulletin.com/forum/showpost.php?p=1238670&postcount=7) this issue, but for vB 3.5 :(

Any suggestions will be greatly appreciated.

Staxed
09-21-2007, 12:40 PM
did you try that edit in vb 3.6.8?...that code is in 3.6.8 as well, and although I didn't try to remove it...hypothetically it should have the same result...

Silviu
09-21-2007, 12:49 PM
To be honest, I don't know in what template to look for it :o

Later edit: nevermind, found it :)

Staxed
09-21-2007, 12:58 PM
i don't remember what template it was...but just go to the search in templates section in admincp and search for

<if condition="$show['icon']"><img class="inlineimg" src="$icon[iconpath]" alt="$icon[title]" border="0" /></if>

that will only return one result...it's in that template

Silviu
09-21-2007, 04:37 PM
Yes, it was in the forumhome_lastpostby template.

Now, is it possible to remove the post icons from Search Results and Thread Subscriptions?

I did a template search for if condition="$show['icon']" but the only result was forumhome_lastpostby