Jump to content
WebFlake
  • 0

Changing Pinned, Hot, and Poll.


Guest Menma

Question

Guest Menma

Where in the CSS files are the "pinned" & "hot" IPS Badge handled? I would like to change topics that are pinned/hot with an image to represent it instead of the IPS Badge.

 

Also I'm wondering the same thing for "polls".

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0
Guest Geonode

Go to the "ForumView Template" then select the "ForumPrefixWrap andreplace the code in it with:

<if test="prefix:|:$text">	<!---<span class='ipsBadge ipsBadge_green'>{$text}</span>&nbsp;---><img src='{style_images_url}/{$text}.gif' title='{$text}'></img></if>

and go to theme's image folder and put the images there

and name them exactly like their corresponding names (Pinned.gif, Poll.gif)

 

I cant remember what i did for the "Hot" topic template, I have done it on my site, but im too lazy to find out where i did it.

Link to comment
Share on other sites

  • 0
Guest Menma

The Icon images that vBulletin has.

 

Example:

Posted Image

I want it to have the icon, then "Sticky:" next to it.

Edited by Menma
Link to comment
Share on other sites

  • 0
Guest Menma

Go to the "ForumView Template" then select the "ForumPrefixWrap andreplace the code in it with:

<if test="prefix:|:$text">	<!---<span class='ipsBadge ipsBadge_green'>{$text}</span>&nbsp;---><img src='{style_images_url}/{$text}.gif' title='{$text}'></img></if>

and go to theme's image folder and put the images there

and name them exactly like their corresponding names (Pinned.gif, Poll.gif)

 

I cant remember what i did for the "Hot" topic template, I have done it on my site, but im too lazy to find out where i did it.

Ah no worries I guess, Pinned threads were my main concern.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...