Quote:
Originally Posted by wacnstac
Hi, I need a hack to make the rank icon a hyperlink but only want to do it for one particular rank. What sort of if statement do I need and what template has the html for this?
|
Hi,
go to your forum options and enable HTML Template header in the source code. After having done this go to the specific forum php site and open the source code. Look in the source code in which template your graphic is located by looking for the start of the last applet before the graphic starts.
When you found this then just use a standard <if condition statement which is described in many many threads here to define what should happen if....
Cheers,