T O P I C R E V I E W |
neo-one |
Posted - 16 July 2007 : 05:27:46 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
< |
2 L A T E S T R E P L I E S (Newest First) |
neo-one |
Posted - 16 July 2007 : 15:33:22 Thanks a lot, AnonJr I found the code
I write the code for other users
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! < |
AnonJr |
Posted - 16 July 2007 : 06:20:19 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.< |