Ranko
Junior Member
 
400 Posts |
Posted - 18 February 2004 : 06:46:52
|
I need some help to finish the face lift on my forum.
So, here are the lines from inc_subscription.asp I an refering to: if SubOption = "U" then LinkIcon = strIconUnsubscribe select case LinkLevel case "BOARD" : LinkText = "Unsubscribe from this board" case "CAT" : LinkText = "Unsubscribe from this category" case "FORUM" : LinkText = "Unsubscribe from this forum" case "TOPIC" : LinkText = "Unsubscribe from this topic" end select else LinkIcon = strIconSubscribe select case LinkLevel case "BOARD" : LinkText = "Subscribe to this board" case "CAT" : LinkText = "Subscribe to this category" case "FORUM" : LinkText = "Subscribe to this forum" case "TOPIC" : LinkText = "Subscribe to this topic" end select end if ShowSubLink = StandardLinkInfo & LinkLevel & LinkParam & "')"">" & getCurrentIcon(LinkIcon, LinkText,"align=""absmiddle""" & dwStatus(LinkText)) & "</a>" if ShowText <> "N" then ShowSubLink = ShowSubLink & " " & StandardLinkInfo & LinkLevel & LinkParam & "')""" & dwStatus(LinkText) & ">" & DefaultFont & LinkText & "</font></a>"
Question 1 red line (if show text) - what does that do? Does it turn the text part of the link off? If yes, how do I turn on that feature (thus turn of the text part of the subscription links)?
Question 2 - is there a good and easy way to remove the text links, but leave the LinkText as the text in the alt tags? If so, can anyone give me the code / point me in the right direction? I am pretty overworked right now, and am willing to bet that there is an ultraeasy solution I am missing.
Thanks. |
|