Author |
Topic  |
|
macho
Junior Member
 
Denmark
150 Posts |
Posted - 07 July 2003 : 17:56:29
|
This is a part from inc_header.asp :
<a href=""default.asp"" tabindex=""-1"">" & getCurrentIcon(strTitleImage & "||",strForumTitle,"") & "</a></td>" & vbNewLine & _
It shows the logo in the upper left corner and (with mouse over) shows the title of the forum. How do I change this so the title over the image doesn't show the title of the forum, but another free text? |
Edited by - macho on 07 July 2003 18:01:31 |
|
Roland
Advanced Member
    
Netherlands
9335 Posts |
Posted - 07 July 2003 : 18:19:38
|
replace strForumTitle with the text you want it to be inbetween quote signs like this: "Text here" |
 |
|
macho
Junior Member
 
Denmark
150 Posts |
Posted - 07 July 2003 : 18:37:40
|
If I try your suggestion, FrutZle, I am getting this error:
Microsoft VBScript compilation error '800a03ee'
Expected ')'
/forum/inc_header.asp, line 284
" <td valign=""top"" width=""50%""><a href=""default.asp"" tabindex=""-1"">" & getCurrentIcon(strTitleImage & "||"Text here"") & "</a></td>" & vbNewLine & _ -------------------------------------------------------------------------------------------------------------^
?? |
Edited by - macho on 07 July 2003 18:51:37 |
 |
|
Nikkol
Forum Moderator
    
USA
6907 Posts |
Posted - 07 July 2003 : 18:48:39
|
You have an extra " after the word here actually...
getCurrentIcon(strTitleImage & "||","Text here","")
you removed the commas ... you don't want to do that |
Nikkol ~ Help Us Help You | ReadMe | 3.4.03 fixes | security fixes ~ |
Edited by - Nikkol on 07 July 2003 18:50:17 |
 |
|
macho
Junior Member
 
Denmark
150 Posts |
Posted - 07 July 2003 : 18:53:19
|
Thanks a lot Nikkol - those extra " did it :-) |
 |
|
Roland
Advanced Member
    
Netherlands
9335 Posts |
Posted - 08 July 2003 : 04:33:39
|
A little late, and no offense, but I told you to replace strForumTitle with the text you want between quotes. I didn't say you should remove anything else such as the existing quotes and/or commas. it's not my fault you can't follow instructions
Glad you got it working though. |
 |
|
macho
Junior Member
 
Denmark
150 Posts |
Posted - 08 July 2003 : 17:20:53
|
-> FrutZle
Sometime I just wish I could read ;-)
regards - Macho |
 |
|
Wuggles
Starting Member
2 Posts |
Posted - 09 July 2003 : 00:57:06
|
I searched, and found almost exactly what i was looking for, but since it wasn't exact, and i couldn't reply to it (archived or locked?) and its basically the same as this, i'll post it here!
I want to put a flash animation where the logo goes.
The code for it is this:
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="347" HEIGHT="180" id="menu" ALIGN=""> <PARAM NAME=movie VALUE="http://www.digitalnugget.com/menu.swf"> <PARAM NAME=loop VALUE=0> <PARAM NAME=menu VALUE=0> <PARAM NAME=quality VALUE=High> <PARAM NAME=bgcolor VALUE=000000> <param name="_cx" value="9181"> <param name="_cy" value="4763"> <param name="FlashVars" value="0"> <param name="Src" value="http://www.digitalnugget.com/menu.swf"> <param name="WMode" value="Window"> <param name="Play" value="0"> <param name="SAlign" value> <param name="Base" value> <param name="AllowScriptAccess" value="always"> <param name="Scale" value="ShowAll"> <param name="DeviceFont" value="0"> <param name="EmbedMovie" value="0"> <param name="SWRemote" value> <EMBED src="http://www.digitalnugget.com/menu.swf" loop=false menu=false quality=high bgcolor=#000000 WIDTH="347" HEIGHT="180" NAME="menu" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT>
I found it too difficult for me to put that code in... single quote, double quote, triple quote, gah!
Could someone who knows what they're doing put that code in where it should be for me? TIA |
 |
|
Roland
Advanced Member
    
Netherlands
9335 Posts |
Posted - 09 July 2003 : 04:05:44
|
quote: Originally posted by Wuggles
I searched, and found almost exactly what i was looking for, but since it wasn't exact, and i couldn't reply to it (archived or locked?) and its basically the same as this, i'll post it here!
I want to put a flash animation where the logo goes.
Looks like you didn't search in the right forum then: http://forum.snitz.com/forum/topic.asp?TOPIC_ID=43837 |
 |
|
Wuggles
Starting Member
2 Posts |
Posted - 09 July 2003 : 09:59:06
|
I said almost exactly. I found flash code for that spot, but mine has more parameters. However, on your link, was code that let me do an include file, which does just as well, if not better. (which i thought of, but again, didn't know how to write it in there). Thanks a bunch! |
 |
|
Roland
Advanced Member
    
Netherlands
9335 Posts |
Posted - 09 July 2003 : 10:06:53
|
So the problem's solved? |
 |
|
|
Topic  |
|