Ranko
Junior Member
400 Posts |
Posted - 25 June 2005 : 03:54:01
|
I am looking to make a header image switcher. The plan is to modify the get title function and to have it display a different header for each section, and a different header image for different cats and forums (including the posts in that forum).
Now, my problem is that my asp function-fu is weak, and I am not really sure what the first few lines of the function do, or how exactly I need to call them.
What I have figured by now (here I will place Get Title function stuff I am basing this on): In inc_header.asp I need to dim a str (strScriptName)
Then I go to the top left image link and call it in the <a> tag with a GetHeaderImage(strWhateverINamedIt)
In inc_func_common.asp: Function GetNewTitle(strTempScriptName) - names the function and calls for a temp script within it? Why is it not calling the one in inc_header?
Dim StrTempScript - check Dim strNewTitle - check
These boyz confuse me because I don't see why I need them (and am probalby reading them all worng) arrTempScript = Split(strTempScriptName, "/") strTempScript = arrTempScript(Ubound(arrTempScript)) strTempScript = lcase(strTempScript)
That is part one. Help, explanation, or a point to an existing mod greatly appreciated. |
|