Make ADS like Freshwap forum ?

Status
Not open for further replies.

WTennisPL

Active Member
90
2010
9
0
Hi,
I want to do advertisement for my forum like freshwapforum
Example:

Code:
http://forums.freshwap.com/music/3823627-tv-radio-nine-types-light-2011-320-kbps.html



- I want to know how to get title thread ?
- Where place I need to edit ? (which file, postbit or ..etc) ?

If you can please help me.

Thank in advance!
 
10 comments
Code:
<div class="indents"><center><div id="download_body">

<div class="button_dl"><a href="PUT HERE YOUR REFFERAL LINK" target="_blank" rel="nofollow"><div class="button_dl_text1">{title}.rar</div>

	<div class="button_dl_text2">Related Files: 1294, Download Speed: 9723 kb/s</div></a></div></div></center><br><span id="post-img"><p><div align="center">

<center>

<br />

If it is not {title} then try [Title].
Modify and add this code in the post.

-Gonzalez
 
@ raj - if he is talking abt those two buttons ads, then i am sure he can add those ad codes at top in footer template..

and if he is talking about referal links then he need to edit showthread template, but it will show only in showthread pages.

To show ads and referal links in all pages, he needs to edit footer template


Update : i am member at freshwap so i could not see the ads near thread title.

if u want ads near thread title here is the code

Code:
edit postbit legacy -> find <vb:if condition="$post['isfirstshown']"> and above that ad these codes..

<style>
#download_body .button_dl a { display: block; width:595px; height: 90px; background: url(http://forums.freshwap.com/dl.png) no-repeat top left; text-decoration: none;}
#download_body .button_dl a:hover { background-position: 0 -90px;}
#download_body .button_dl .button_dl_text1, #download_body .button_dl .button_dl_text2 { margin-left: 100px; text-align:left }
#download_body .button_dl .button_dl_text1 {  color: #ff2b00; font: bold 14px "Lucida Grande", Tahoma; padding-top: 25px; text-decoration: underline;}
#download_body .button_dl .button_dl_text2 {  color: #000000; font: normal 11px "Lucida Grande", Tahoma;}
.indents {
	padding: 0; margin: 0;
	line-height: normal;
}
.indents span{text-align:justify;}
</style>
<div class="indents">

<center><div id="download_body">
<div class="button_dl"><a href="{vb:link thread, {vb:raw thread}}" target="_blank" rel="nofollow"><div class="button_dl_text1">{vb:raw post.title}</a></div>
	<div class="button_dl_text2">Related Files: 1294, Download Speed: 9723 kb/s</div></a></div></div></center><br>
 
Last edited:
i dont see any thing in footer
[slide]http://i.imgur.com/iLbEA.png[/slide]

hes talking about this
[slide]http://i.imgur.com/f4sc8.png[/slide]

dude plz dont confuse him to put ad inside post he will have to edit postbit or postbit legacy depending on what he is using
since he is trying to pull thread title that means he need help in gorilla server ads

the footer ads u r talking about doesnt need thread title to put,a gif img & referal link will do that...
 
Last edited:
Status
Not open for further replies.
Back
Top