I wanted to put up a site logo instead of the default which is the name of the forum and "welcome to our homepage" So I embeded a flash logo in there instead! File: None. Just keep reading. Demo: http://www.w2kgamer.com/default.asp File(s) modified: inc_top.asp credits: Tshive for his cool portal. Give me something to play with. And the flash code was taken from another thread on this board. http://forum.snitz.com/forum/topic.asp?TOPIC_ID=10858&FORUM_ID=87&CAT_ID=5&Topic_Title=about the flash&Forum_Title=Graphics %26 Style in Snitz%21 Instructions:
Open up top_inc.asp in your favorite editor. Go down a short distance until you see the following code. Remove the part in red.
Next: Go down to the sub listed below and comment out the red and put in the green. Of course you will not do it exactly, please put your own path in there.
' HEADER TEXT Sub IntroText() Select Case sectionid Case 1 ' Events & Calendar response.write ("Welcome to the events calendar.") Case 2 ' Members Area response.write ("Welcome to the members area.") Case 3 ' Help & FAQ response.write ("Welcome to the help section of the forum.") Case 4 ' Search response.write ("Use the search for finding....") Case 5 ' Search response.write ("Browse through the list of links.") Case 6 ' Homepage ' response.write ("Welcome to our Homepage.") response.write ("<OBJECT WIDTH=300 HEIGHT=80><PARAM NAME=bgcolor VALUE=#000000><EMBED
swLiveConnect=true TYPE=""application/x-shockwave-flash""></EMBED></OBJECT>") Case 888 ' Admin response.write ("Hey, you are in the ADMIN - section.<br>Are you sure what you are doing?") Case Else ' Default response.write ("Welcome to the forum.") End Select End Sub
That's all there was to it. I don't know anything about coding anything and I got it working. So I feel proud. Now if I could only get the news to work.
Hi there, I have a question about Tschive's Portal MOD. I already have a successful fofum (with other mods) and really like the portal idea. When I downloaded the portal, I noticed that it also gave all the forum pages and such. How can I get the portal to work with my exisiting forum? Is there a zip file for just the portal items?
I just want to add a banner.gif in the same place. Can this be added in a similar way ? also why does`nt the gif appear by adding the correct path in admin like the Snitz sr4. Just curious