New line under the first post for advert - Posted (969 Views)
Starting Member
neo-one
Posts: 3
3
Hello everybody! Who is able to insert a new line under the first post? We can insert advertisement as google adsense or banners on this line.
This is an example on a not snitz forum http://forum.html.it/forum/showthread.php?s=&threadid=1143091

Thanks a lot for your helping smile
<
 Sort direction, for dates DESC means newest first  
 Page size 
Posted
Forum Moderator
AnonJr
Posts: 5768
5768
Have a search, the code for it is floating around here somewhere. Just for reference, the function GetFirst() in topic.asp is what displays the first post in a topic.<
Posted
Starting Member
neo-one
Posts: 3
3
Thanks a lot, AnonJr bigsmile I found the code bigsmile
I write the code for other users wink
We have to search the function GetFirst() in topic.asp
and then we have to include
intI = intI + 1
if intI = 2 then
intI = 0
end if
'My Ad
Response.Write ("<tr><td class=""profile"" align=""center"" bgcolor=""FFFFFF"" colspan=""" & sGetColspan(6,7) & """>MY BANNER</td></tr>")


Related topic are:
http://forum.snitz.com/forum/topic.asp?TOPIC_ID=61793
http://forum.snitz.com/forum/topic.asp?TOPIC_ID=61980 (specific for adesense)

Bye! smile<
 
You Must enter a message