Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Classic ASP versions(v3.4.XX)
 Placing banner ads above forum
 New Topic  Topic Locked
 Printer Friendly
Previous Page
Author Previous Topic Topic Next Topic
Page: of 2

stylishvn
Junior Member

Vietnam
185 Posts

Posted - 03 April 2002 :  14:22:05  Show Profile  Visit stylishvn's Homepage  Send stylishvn an ICQ Message  Send stylishvn a Yahoo! Message
Nathan.
plz send 4 me that code If U could, ths 4
mailto : tuanngoc@hehe.com


www.vietduc.cjb.net
Go to Top of Page

jmanibusan
Starting Member

14 Posts

Posted - 05 April 2002 :  11:26:09  Show Profile
quote:

You just add a cell to the main layout table. If you shoot me an email I'll send you the source code of the Snitz Exchange's left hand menu.

  Nathan Bales - Romans 15:13
----------------------------------

Snitz Exchange | Do's and Dont's




nathan, can you do the same thing that frutzle did & post the section/line# that i need to replace w/ the menu.asp that you sent me to include a Leftside menu or Content section. Thabks again for your help..


Go to Top of Page

Roland
Advanced Member

Netherlands
9335 Posts

Posted - 05 April 2002 :  11:40:11  Show Profile
I think Nathan meant this:

inc_top.asp lines 319 to 324:

<table align="center" border="0" cellPadding="0" cellSpacing="0" width="95%">
<tr>
<td>
<%
sub sForumNavigation()
' DEM --> Added code to show the subscription line


Change it so it looks like this (red code added above line 319):

<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td valign="top" width="160"><!--#include file="inc_nav.asp"--></td>
<td valign="top">

<table align="center" border="0" cellPadding="0" cellSpacing="0" width="95%">
<tr>
<td>
<%
sub sForumNavigation()
' DEM --> Added code to show the subscription line


Then in inc_footer.asp you close the table right before the </body> tag:

</td>
</tr>
</table>

</font>
close table here
</body>





http://www.frutzle.com

Snitz Exchange | Do's and Dont's
Go to Top of Page

jmanibusan
Starting Member

14 Posts

Posted - 05 April 2002 :  11:51:56  Show Profile
quote:

I think Nathan meant this:

inc_top.asp lines 319 to 324:

<table align="center" border="0" cellPadding="0" cellSpacing="0" width="95%">
<tr>
<td>
<%
sub sForumNavigation()
' DEM --> Added code to show the subscription line


Change it so it looks like this (red code added above line 319):

<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td valign="top" width="160"><!--#include file="inc_nav.asp"--></td>
<td valign="top">

<table align="center" border="0" cellPadding="0" cellSpacing="0" width="95%">
<tr>
<td>
<%
sub sForumNavigation()
' DEM --> Added code to show the subscription line


Then in inc_footer.asp you close the table right before the </body> tag:

</td>
</tr>
</table>

</font>
close table here
</body>





http://www.frutzle.com

Snitz Exchange | Do's and Dont's



Thanks! will give it a try again..Hat's off to both you & Nathan.

john

p.s..what program (if any) do you use to edit the asp files? i use notepad or word pad, which is time consuming..rgds.

Go to Top of Page

Roland
Advanced Member

Netherlands
9335 Posts

Posted - 05 April 2002 :  12:00:25  Show Profile
I use notepad... lol
Made my site with nothing but notepad.



http://www.frutzle.com

Snitz Exchange | Do's and Dont's
Go to Top of Page

jmanibusan
Starting Member

14 Posts

Posted - 06 April 2002 :  01:25:15  Show Profile
quote:

I think Nathan meant this:

inc_top.asp lines 319 to 324:

<table align="center" border="0" cellPadding="0" cellSpacing="0" width="95%">
<tr>
<td>
<%
sub sForumNavigation()
' DEM --> Added code to show the subscription line


Change it so it looks like this (red code added above line 319):

<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td valign="top" width="160"><!--#include file="inc_nav.asp"--></td>
<td valign="top">

<table align="center" border="0" cellPadding="0" cellSpacing="0" width="95%">
<tr>
<td>
<%
sub sForumNavigation()
' DEM --> Added code to show the subscription line


Then in inc_footer.asp you close the table right before the </body> tag:

</td>
</tr>
</table>

</font>
close table here
</body>





http://www.frutzle.com

Snitz Exchange | Do's and Dont's



Frutzle, i couldn't find no </body> tag in the inc_footer.asp. all that was there at the bottom was

</font></td>
</tr>
</table>
</td></tr id=snclayouttable>
</table id=snclayouttable>



<%
my_Conn.Close
set my_Conn = nothing
%>

i looked up & down and can't find that </body> tag. please help

john

Go to Top of Page

Roland
Advanced Member

Netherlands
9335 Posts

Posted - 06 April 2002 :  13:41:20  Show Profile
If your inc_footer.asp has no </body> tag then you might've removed it because it's in no other file.

You can close the newly added table and then put a </body> tag in inc_footer.asp yourself. Try looking at the inc_footer.asp that's in the ZIP where you got your forums from.



http://www.frutzle.com

Snitz Exchange | Do's and Dont's
Go to Top of Page

jmanibusan
Starting Member

14 Posts

Posted - 06 April 2002 :  19:38:43  Show Profile
quote:

If your inc_footer.asp has no </body> tag then you might've removed it because it's in no other file.

You can close the newly added table and then put a </body> tag in inc_footer.asp yourself. Try looking at the inc_footer.asp that's in the ZIP where you got your forums from.



http://www.frutzle.com

Snitz Exchange | Do's and Dont's



sorry frutzle, i'm trying to close that table. could you show the tags that i should input to close that table? tks. a mil

john

Go to Top of Page

Roland
Advanced Member

Netherlands
9335 Posts

Posted - 06 April 2002 :  19:47:31  Show Profile

</td>
</tr>
</table>


That'll do it.
If you'd want a menu on the right you could add another cell like this:


</td>
<td>menu here</td>
</tr>
</table>


Then replace menu here with the include to your right-side menu file and you're done



http://www.frutzle.com

Snitz Exchange | Do's and Dont's
Go to Top of Page

jmanibusan
Starting Member

14 Posts

Posted - 06 April 2002 :  20:47:54  Show Profile
quote:


</td>
</tr>
</table>


That'll do it.
If you'd want a menu on the right you could add another cell like this:


</td>
<td>menu here</td>
</tr>
</table>


Then replace menu here with the include to your right-side menu file and you're done



http://www.frutzle.com

Snitz Exchange | Do's and Dont's



the folowing is the code i edited to try & include the leftside content section.

<% end if %>
</form>
<% end if %>
</table>
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td valign="top" width="160"><!--#include file="inc_nav.asp"--></td>
<td valign="top">
<table align="center" border="0" cellPadding="0" cellSpacing="0" width="95%">
<tr>
<td>
<%
sub sForumNavigation()
' DEM --> Added code to show the subscription line
if mlev > 0 then


and this is the folowing code in the inc_footer.asp that i edited liked you had mentioned.

</table>
</td>
</tr>
</table>
</font>
</td>
</tr>
</table>
</body>
<!-- timer
<center>
<font face="<% =strDefaultFontFace %>" size="<% =strFooterFontSize %>"><% = StopTimer(1) %></font>
</center>
end timer -->
</html>



<%
my_Conn.Close
set my_Conn = nothing
%>

what am i missing here? should i be including anything else? i tried using this with & without a header & footer banner, but i still get an error

Active Server Pages error 'ASP 0126'

Include file not found

/forum/inc_top.asp, line 322

The include file 'inc_nav.asp' was not found.


tks.
john

Go to Top of Page

Roland
Advanced Member

Netherlands
9335 Posts

Posted - 06 April 2002 :  21:21:48  Show Profile
Then how about you create a file in which you create the menu and call it inc_nac.asp?



http://www.frutzle.com

Snitz Exchange | Do's and Dont's
Go to Top of Page

rlpendleton
Starting Member

USA
17 Posts

Posted - 11 May 2002 :  00:26:16  Show Profile  Visit rlpendleton's Homepage  Send rlpendleton an AOL message  Send rlpendleton an ICQ Message
Hey, you nice people, you! I can see how to add a banner at the top of a forum:

quote:
Open inc_top.asp and go to line 150. You should find the following there:

<a name="top"></a><font face="<% =strDefaultFontFace %>"><table align="center" border="0" cellPadding="0" cellSpacing="0" width="100%"> <tr> <td valign="top" width="50%"><a href="default.asp">

Now add the following code right above the <table> tag

<table align="center" border="0" cellPadding="0" cellSpacing="0" width="100%"> <tr> <td valign="top" width="100%" align="center"> <table border=0 width="95%" cellspacing="0" cellpadding="0" align="center"> <tr> <td bgcolor="#FEFEFE" align="center"> BANNERCODE HERE <hr size=1> </td> </tr> </table> </td> </tr></table>

Now replace BANNERCODE HERE with the code you use for your banners and you're done.

Good luck.



http://www.frutzle.com
Also for logo requests!
For MODs go to: Snitz Exchange or Mod Resource





I dunno if this wasked (I'm caffeine deprived as I'm typing this) but exactly how would a person add a banner at the bottom of a forum?

--Randy



"In the palace of the virgin
Lies the chalice of the soul
And it's likely you might find the answer there"

--Ronnie James Dio
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Previous Page
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.47 seconds. Powered By: Snitz Forums 2000 Version 3.4.07