Me again. I have my forum setup to where instead of getting more stars etc when you get a certain amount of post you get a new title and pic underneath it. I basicly just changed the star pics out with my pics and made it to where you only get 1. What I want to do is add a line to make it to where I can give a certain pic to a certain nick. Kinda like a avatar but not exactly. In my inc_functions.asp file this is how I have my last line of stars code
if (fM_POSTS >= intRankLevel5) then Star_Level = Star_Level & "<img src=icon_star_" & strRankColorAdmin & ".gif border=0>"
case else
Star_Level = Star_Level & "Error"
end select
getStar_Level = Star_Level
end function
Could I add something like
if (membername >= CUSTOM) then Star_Level = Star_Level & "<img src=CUSTOM.gif border=0>"
I know thats not the exact code but it seems it could be that simple. Can anyone help please? And if so where exactly would I place the line of code?
Matt
If everything seems to be going your way, you have obviously overlooked something.
Edited by - Matthew on 03 March 2001 11:53:01