Leeloo at 09h44
24
Jan
2011
Dear users and members,
To improve the ranking and the audience of your forum, we inform you that we have now added a new feature entitled "Traffic exchange" which remains in Beta.
This new option will allow you to share traffic and visitors, with forums in the same category as your forum topics and have similar or close subjects to yours.
It will appear at the end of each subject in the form of a block of links related to the selected subject.
To increase the number of visitors and thus the general audience of your forum, you should turn on option traffic exchange in your admin panel>> General>> Forum promotion >> Traffic exchange.
You can of course deactivate it when you want.
See you soon for some fresh news!
Forumotion Team
*********************
PhpBB 2 : viewtopic_body
*********************
*********************
PunBB : viewtopic_body
*********************
To improve the ranking and the audience of your forum, we inform you that we have now added a new feature entitled "Traffic exchange" which remains in Beta.
This new option will allow you to share traffic and visitors, with forums in the same category as your forum topics and have similar or close subjects to yours.
It will appear at the end of each subject in the form of a block of links related to the selected subject.
To increase the number of visitors and thus the general audience of your forum, you should turn on option traffic exchange in your admin panel>> General>> Forum promotion >> Traffic exchange.
You can of course deactivate it when you want.
See you soon for some fresh news!
Forumotion Team
![]() | Important notice: Forums with versions PhpBB2 & PunBB and custom templates need to make the following modification in order for the option to work |
*********************
PhpBB 2 : viewtopic_body
*********************
- After:
- Code:
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<th class="thLeft" nowrap="nowrap" width="150px" height="26">{L_AUTHOR}</th>
<th class="thRight" nowrap="nowrap" colspan="2">{L_MESSAGE}</th>
</tr>
<!-- END first_post_br -->
<!-- END displayed -->
<!-- BEGIN hidden -->
<tr>
<td class="postdetails {postrow.hidden.ROW_CLASS}" colspan="2" align="center">{postrow.hidden.MESSAGE}</td>
</tr>
<!-- END hidden -->
<!-- END postrow -->
<!-- BEGIN no_post -->
<tr align="center">
<td class="row1" colspan="3" height="28">
<span class="genmed">{no_post.L_NO_POST}</span>
</td>
</tr>
<!-- END no_post -->
<tr align="right">
<td class="catBottom" colspan="3" height="28">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="9%" class="noprint"> </td>
<td align="center" class="t-title"><a name="bottomtitle"></a><h1 class="cattitle">{TOPIC_TITLE}</h1></td>
<td align="right" nowrap="nowrap" width="9%" class="browse-arrows"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> <a href="#top">{L_BACK_TO_TOP}</a> </td>
</tr>
</table>
</td>
</tr>
</table>
- Paste:
- Code:
<!-- BEGIN promot_trafic -->
<table class="forumline" width="100%" border="0" cellpadding="1" cellspacing="0" id="ptrafic_close" style="display:'';margin: 1px 0px 1px 0px">
<tr>
<td class="catBottom" height="28">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top"><h1 class="cattitle"> {PROMOT_TRAFIC_TITLE}</h1></td>
<td align="right" valign="middle"><span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_MORE_IMG}" alt="+" align="middle" border="0" /></a></span></td>
</tr>
</table>
</td>
</tr>
</table>
<table class="forumline" width="100%" border="0" cellpadding="1" cellspacing="0" id="ptrafic_open" style="display:none;margin: 1px 0px 1px 0px">
<tr>
<td class="catBottom" height="28">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top"><h1 class="cattitle"> {PROMOT_TRAFIC_TITLE}</h1></td>
<td align="right" valign="middle"><span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_LESS_IMG}" alt="-" align="middle" border="0" /></a></span></td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="row2" valign="top">
<ul>
<!-- BEGIN link -->
<li><a href="{promot_trafic.link.U_HREF}" target="_blank" class="gensmall">{promot_trafic.link.TITLE}</a>
<!-- END link -->
</ul>
</td>
</tr>
</table>
<!-- END promot_trafic -->
*********************
PunBB : viewtopic_body
*********************
- After:
- Code:
<div class="pun-crumbs">
<p class="crumbs">
<a href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC} »
<strong><a href="{TOPIC_URL}">{TOPIC_TITLE}</a></strong>
</p>
</div>
- Paste:
- Code:
<!-- BEGIN promot_trafic -->
<div class="main">
<div class="main-head clearfix" id="ptrafic_close" style="display:none">
<p class="h2">{PROMOT_TRAFIC_TITLE}</p>
</div>
</div>
<div class="main">
<div class="main-head clearfix" id="ptrafic_open" style="display:''">
<p class="h2">{PROMOT_TRAFIC_TITLE}</p>
</div>
<div class="main-content clearfix">
<ul>
<!-- BEGIN link -->
<li><a href="{promot_trafic.link.U_HREF}" target="_blank" class="ptrafic">{promot_trafic.link.TITLE}</a>
<!-- END link -->
</ul>
</div>
</div>
<!-- END promot_trafic -->
1 Saxaca, on 24/01/2011 at 09h50
Cool, will try this out.
- Spoiler:
- Hmm.. Dion was right. There was going to be more job for those with templates in the future.. glad I changed..
2 Russel, on 24/01/2011 at 12h21
Great! This will help forums to get additional visitors. 
3 tamilparks, on 24/01/2011 at 12h53
ok waiting for the option
4 davehutch, on 24/01/2011 at 13h20
sorry can some one explain in simple term's what i need to do
Thanks Dave
http://hutchs.forumotion.com/
Thanks Dave
http://hutchs.forumotion.com/
5 Leeloo, on 24/01/2011 at 14h25
davehutch wrote:sorry can some one explain in simple term's what i need to do![]()
Thanks Dave
http://hutchs.forumotion.com/
You just need to activate it in admin panel>> General>> Forum promotion >> Traffic exchange
6 davehutch, on 24/01/2011 at 15h14
Thank youTyplo wrote:davehutch wrote:sorry can some one explain in simple term's what i need to do![]()
Thanks Dave
http://hutchs.forumotion.com/
You just need to activate it in admin panel>> General>> Forum promotion >> Traffic exchange
7 Nomee, on 24/01/2011 at 15h22
Ahan Great
8 Yakko!, on 24/01/2011 at 16h34
what is it for?
9 Leeloo, on 24/01/2011 at 17h24
It's all explained in the announcement, what else do you want to know?
10 Yakko!, on 24/01/2011 at 17h25
i actived it but now?
11 skouliki, on 24/01/2011 at 17h41
what about invision version?
12 darkspectre, on 24/01/2011 at 17h43
I think i saw something similar on myBB, however this is not availibale yet for romanians forums...
13 harold, on 24/01/2011 at 20h22
i have punBB , i turned on but cannot see the box anywhere.
it says i'm supposed to copy and paste the after code ( i think ) but to where , harry
it says i'm supposed to copy and paste the after code ( i think ) but to where , harry
14 bluehnvn, on 24/01/2011 at 20h42
I've edited in using phpBB2 viewtopic_body
but I still do not see the Traffic Exchange.?
but I still do not see the Traffic Exchange.?
15 sivastar, on 25/01/2011 at 04h36
Thank you Typlo. Waiting for the option.
16 susie-soapland, on 25/01/2011 at 07h44
Ik zal dit later vertalen.
Dear users and members,
To improve the ranking and the audience of your forum, we inform you that we have now added a new feature entitled "Traffic exchange" which remains in Beta.
This new option will allow you to share traffic and visitors, with forums in the same category as your forum topics and have similar or close subjects to yours.
It will appear at the end of each subject in the form of a block of links related to the selected subject.
To increase the number of visitors and thus the general audience of your forum, you should turn on option traffic exchange in your admin panel>> General>> Forum promotion >> Traffic exchange.
You can of course deactivate it when you want.
See you soon for some fresh news!
Forumotion Team
*********************
PhpBB 2 : viewtopic_body
*********************
*********************
PunBB : viewtopic_body
*********************
Dear users and members,
To improve the ranking and the audience of your forum, we inform you that we have now added a new feature entitled "Traffic exchange" which remains in Beta.
This new option will allow you to share traffic and visitors, with forums in the same category as your forum topics and have similar or close subjects to yours.
It will appear at the end of each subject in the form of a block of links related to the selected subject.
To increase the number of visitors and thus the general audience of your forum, you should turn on option traffic exchange in your admin panel>> General>> Forum promotion >> Traffic exchange.
You can of course deactivate it when you want.
See you soon for some fresh news!
Forumotion Team
![]() | Important notice: Forums with versions PhpBB2 & PunBB and custom templates need to make the following modification in order for the option to work |
*********************
PhpBB 2 : viewtopic_body
*********************
- After:
- Code:
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<th class="thLeft" nowrap="nowrap" width="150px" height="26">{L_AUTHOR}</th>
<th class="thRight" nowrap="nowrap" colspan="2">{L_MESSAGE}</th>
</tr>
<!-- END first_post_br -->
<!-- END displayed -->
<!-- BEGIN hidden -->
<tr>
<td class="postdetails {postrow.hidden.ROW_CLASS}" colspan="2" align="center">{postrow.hidden.MESSAGE}</td>
</tr>
<!-- END hidden -->
<!-- END postrow -->
<!-- BEGIN no_post -->
<tr align="center">
<td class="row1" colspan="3" height="28">
<span class="genmed">{no_post.L_NO_POST}</span>
</td>
</tr>
<!-- END no_post -->
<tr align="right">
<td class="catBottom" colspan="3" height="28">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="9%" class="noprint"> </td>
<td align="center" class="t-title"><a name="bottomtitle"></a><h1 class="cattitle">{TOPIC_TITLE}</h1></td>
<td align="right" nowrap="nowrap" width="9%" class="browse-arrows"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> <a href="#top">{L_BACK_TO_TOP}</a> </td>
</tr>
</table>
</td>
</tr>
</table>
- Paste:
- Code:
<!-- BEGIN promot_trafic -->
<table class="forumline" width="100%" border="0" cellpadding="1" cellspacing="0" id="ptrafic_close" style="display:'';margin: 1px 0px 1px 0px">
<tr>
<td class="catBottom" height="28">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top"><h1 class="cattitle"> {PROMOT_TRAFIC_TITLE}</h1></td>
<td align="right" valign="middle"><span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_MORE_IMG}" alt="+" align="middle" border="0" /></a></span></td>
</tr>
</table>
</td>
</tr>
</table>
<table class="forumline" width="100%" border="0" cellpadding="1" cellspacing="0" id="ptrafic_open" style="display:none;margin: 1px 0px 1px 0px">
<tr>
<td class="catBottom" height="28">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top"><h1 class="cattitle"> {PROMOT_TRAFIC_TITLE}</h1></td>
<td align="right" valign="middle"><span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_LESS_IMG}" alt="-" align="middle" border="0" /></a></span></td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="row2" valign="top">
<ul>
<!-- BEGIN link -->
<li><a href="{promot_trafic.link.U_HREF}" target="_blank" class="gensmall">{promot_trafic.link.TITLE}</a>
<!-- END link -->
</ul>
</td>
</tr>
</table>
<!-- END promot_trafic -->
*********************
PunBB : viewtopic_body
*********************
- After:
- Code:
<div class="pun-crumbs">
<p class="crumbs">
<a href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC} »
<strong><a href="{TOPIC_URL}">{TOPIC_TITLE}</a></strong>
</p>
</div>
- Paste:
- Code:
<!-- BEGIN promot_trafic -->
<div class="main">
<div class="main-head clearfix" id="ptrafic_close" style="display:none">
<p class="h2">{PROMOT_TRAFIC_TITLE}</p>
</div>
</div>
<div class="main">
<div class="main-head clearfix" id="ptrafic_open" style="display:''">
<p class="h2">{PROMOT_TRAFIC_TITLE}</p>
</div>
<div class="main-content clearfix">
<ul>
<!-- BEGIN link -->
<li><a href="{promot_trafic.link.U_HREF}" target="_blank" class="ptrafic">{promot_trafic.link.TITLE}</a>
<!-- END link -->
</ul>
</div>
</div>
<!-- END promot_trafic -->
17 harold, on 25/01/2011 at 15h14
thank you for the new post but it still does not tell me which one to copy and paste and where do i copy and paste it into . punbb
18 jediwarrior, on 25/01/2011 at 16h15
I have turned mine on thanks for update
19 davehutch, on 25/01/2011 at 19h46
so does this get you more visitors through search engines or is it just if someone is on another free forum and they click on the link at the bottom of there topic ?
20 Martijn, on 26/01/2011 at 21h57
Typlo wrote:It's all explained in the announcement, what else do you want to know?
Hello Typlo,
Does this implicate that forums which are using phpBB3, do not need to add anything beyond making the switch to 'activate'?
NOTICE: I builded my own skin from a phpBB3 skin, and I remember that I used to be able to edit CSS somewhere. But after making the switch to 'activate'... nothing appears to have changed. So far I can not find any 'block of links' at the end of the few topics that I am monitoring right now, see: http://www.modernhandreadingforum.com
Additionallly I have a more specified question:
Should there appear a 'block of links' at the bottom of EVERY topic?
(Or will the number of links vary, and depend on the content of the topic?)
Similar topics
I like this feature, but other web masters (almost) don't activate it, so my forums can be found at others. I want to promote my forum to have many members -> many topics. And I want to have a personalized domain, but also payment online is not secured
This seems to be the only way we'll be ever listened to.
Forumotion has recently launched a beta feature called Traffic Exchange, currently available for English forums only. This new option on the AP displays a block of 6 links at the bottom of each
This system allow you to earn traffic while you surf any website thats why you earn traffic on autopilot because your earn traffic doing what you do everyday surf and browse!!
This is the link:
http://www.urlfreeze.com/Alejandro/L-870b
Thats All!!
Replies 1 to 20 on 98 for "NEW UPDATE : Forumotion Traffic exchange!"
Search
Informations
98 Replies For the topic :
"NEW UPDATE : Forumotion Traffic exchange!"
This topic has been viewed 10812 times.
Last message :
24/01/2011 at 09h44 by "Leeloo"







