Different images for each category - Posted (933 Views)
Starting Member
Gio
Posts: 6
6
hi, i think a great mod if near the name of the category in a forum i have an image, different by categories..
How can i do this? question
i.e: now i'm in category "MOD Add-On Forum (W/O Code)"...with my idea should be something like this:
eightballMOD Add-On Forum (W/O Code)
clownMOD Add-On Forum (W/Code)
etc...

<
 Sort direction, for dates DESC means newest first  
 Page size 
Posted
Average Member
modifichicci
Posts: 787
787
Why not call images image_11.gif and image_12.gif and change only line to
Response.Write "<img src=""image_" & CatId & ".gif""><a href=""default.asp?CAT_ID=" & CatID & """ title=""View only the Forums in this Category""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strCategoryFontColor & """><b>" & ChkString(CatName,"display") & "</b></font></a></td>" & vbNewline

so you have to set only omages with the right name and they will be displayed without changing your default.asp<
You Must enter a message