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

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 banner ads on quick reply
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

caxps
Starting Member

35 Posts

Posted - 06 September 2004 :  13:37:40  Show Profile  Visit caxps's Homepage
Ladies, is it possible to insert a banner advert just above the quick reply box on the topic?

I thank you for your help

laser
Advanced Member

Australia
3859 Posts

Posted - 06 September 2004 :  17:27:16  Show Profile
Very possible, but I'm not a lady.
Go to Top of Page

caxps
Starting Member

35 Posts

Posted - 07 September 2004 :  10:07:46  Show Profile  Visit caxps's Homepage
Can you help me then? I'm not a techy person.
Go to Top of Page

laser
Advanced Member

Australia
3859 Posts

Posted - 07 September 2004 :  12:39:30  Show Profile
If you want to place it just above the Quick Reply box, then edit topic.asp and find this code :


if strShowQuickReply = "1" and strDBNTUserName <> "" and ((Cat_Status = 1) and (Forum_Status = 1) and (Topic_Status = 1)) and ArchiveView = "" then
    call QuickReply()


Directly above the IF you add in your banner code, it might be easier to do something like this :


%>
<!-- banner code goes here -->
<%
if strShowQuickReply = "1" and strDBNTUserName <> "" and ((Cat_Status = 1) and (Forum_Status = 1) and (Topic_Status = 1)) and ArchiveView = "" then
    call QuickReply()

Go to Top of Page

caxps
Starting Member

35 Posts

Posted - 07 September 2004 :  15:49:13  Show Profile  Visit caxps's Homepage
Thanks for your help... it worked ok with html but not when i used this piece of code that is created with my banner rotation software:

<script language=JavaScript src=http://www.cfc-net.co.uk/absolutebm/abm.asp?z=17>
Go to Top of Page

laser
Advanced Member

Australia
3859 Posts

Posted - 08 September 2004 :  07:23:47  Show Profile
I think you're getting a bit confused with what is JavaScript, ASP, etc... Is cfc-net your site ?

I would say that if you remove a few layers of confusion it might work.
Go to Top of Page
  Previous Topic Topic Next Topic  
 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.34 seconds. Powered By: Snitz Forums 2000 Version 3.4.07