The forum of the forums
Welcome on the Forumotion Support Forum.

To take full advantage of everything offered by our forum, please log in if you are already a member or join our community if you're not yet....



Create a free forum like this one.

NEW UPDATE : Forumotion Traffic exchange!

Page 1 of 4 1, 2, 3, 4  Next

View previous topic View next topic Go down

NEW UPDATE : Forumotion Traffic exchange!

Post by Leeloo on January 24th 2011, 1:44 am

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 -->



Leeloo
Administrator
Administrator

Female
Posts: 4284
Language: French, English
Points: 4733
Join date: 2007-09-04

Back to top Go down

Re: NEW UPDATE : Forumotion Traffic exchange!

Post by Saxaca on January 24th 2011, 1:50 am

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..

Saxaca
Forumotion Member

Male
Posts: 539
Age: 100
Language: Markup.
Points: 2028
Join date: 2010-07-03

Back to top Go down

Re: NEW UPDATE : Forumotion Traffic exchange!

Post by Russel on January 24th 2011, 4:21 am

Great! This will help forums to get additional visitors. Smile

Russel
Forumotion Member

Male
Posts: 1014
Age: 22
Language: English : Filipino
Location: Philippines
Points: 2123
Join date: 2009-04-10

http://www.socialtechforum.com

Back to top Go down

Re: NEW UPDATE : Forumotion Traffic exchange!

Post by tamilparks on January 24th 2011, 4:53 am

ok waiting for the option

tamilparks
Forumotion Member

Posts: 135
Language: Tamil
Points: 385
Join date: 2010-09-08

Back to top Go down

Re: NEW UPDATE : Forumotion Traffic exchange!

Post by davehutch on January 24th 2011, 5:20 am

sorry can some one explain in simple term's what i need to do Embarassed

Thanks Dave


http://hutchs.forumotion.com/

davehutch
Forumotion Member

Male
Posts: 177
Language: English
Location: Leicestershire
Points: 419
Join date: 2010-09-22

http://hutchs.forumotion.com/

Back to top Go down

Re: NEW UPDATE : Forumotion Traffic exchange!

Post by Leeloo on January 24th 2011, 6:25 am

davehutch wrote:sorry can some one explain in simple term's what i need to do Embarassed

Thanks Dave


http://hutchs.forumotion.com/


You just need to activate it in admin panel>> General>> Forum promotion >> Traffic exchange

Leeloo
Administrator
Administrator

Female
Posts: 4284
Language: French, English
Points: 4733
Join date: 2007-09-04

Back to top Go down

Re: NEW UPDATE : Forumotion Traffic exchange!

Post by davehutch on January 24th 2011, 7:14 am

Typlo wrote:
davehutch wrote:sorry can some one explain in simple term's what i need to do Embarassed

Thanks Dave


http://hutchs.forumotion.com/


You just need to activate it in admin panel>> General>> Forum promotion >> Traffic exchange
Thank you Very good

davehutch
Forumotion Member

Male
Posts: 177
Language: English
Location: Leicestershire
Points: 419
Join date: 2010-09-22

http://hutchs.forumotion.com/

Back to top Go down

Re: NEW UPDATE : Forumotion Traffic exchange!

Post by Nomee on January 24th 2011, 7:22 am

Ahan Great Very Happy

Nomee
Forumotion Member

Male
Posts: 377
Language: Urdu,English
Location: Pakistan
Points: 1098
Join date: 2010-07-17

http://www.businessfellows.biz

Back to top Go down

Re: NEW UPDATE : Forumotion Traffic exchange!

Post by Yakko! on January 24th 2011, 8:34 am

what is it for?

Yakko!
Forumotion Member

Male
Posts: 661
Language: Italian, english, Français
Points: 1904
Join date: 2010-04-03

Back to top Go down

Re: NEW UPDATE : Forumotion Traffic exchange!

Post by Leeloo on January 24th 2011, 9:24 am

It's all explained in the announcement, what else do you want to know?

Leeloo
Administrator
Administrator

Female
Posts: 4284
Language: French, English
Points: 4733
Join date: 2007-09-04

Back to top Go down

Re: NEW UPDATE : Forumotion Traffic exchange!

Post by Yakko! on January 24th 2011, 9:25 am

i actived it but now?

Yakko!
Forumotion Member

Male
Posts: 661
Language: Italian, english, Français
Points: 1904
Join date: 2010-04-03

Back to top Go down

Re: NEW UPDATE : Forumotion Traffic exchange!

Post by skouliki on January 24th 2011, 9:41 am

what about invision version?

skouliki
Forumotion Member

Female
Posts: 380
Age: 35
Language: english,greek
Location: Athens
Points: 793
Join date: 2007-11-07

http://keeponblogging.forumotion.com

Back to top Go down

Re: NEW UPDATE : Forumotion Traffic exchange!

Post by darkspectre on January 24th 2011, 9:43 am

I think i saw something similar on myBB, however this is not availibale yet for romanians forums...

darkspectre
Forumotion Member

Male
Posts: 154
Age: 100
Language: Romanian
Points: 146
Join date: 2008-06-15

http://www.fmskinz.com/

Back to top Go down

Re: NEW UPDATE : Forumotion Traffic exchange!

Post by harold on January 24th 2011, 12:22 pm

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

harold
Forumotion Member

Male
Posts: 84
Age: 67
Language: english
Location: belfast
Points: 301
Join date: 2010-12-14

http://diy-help.forumotion.co.uk/

Back to top Go down

Re: NEW UPDATE : Forumotion Traffic exchange!

Post by bluehnvn on January 24th 2011, 12:42 pm

I've edited in using phpBB2 viewtopic_body

but I still do not see the Traffic Exchange.?

bluehnvn
Forumotion Member

Male
Posts: 30
Age: 27
Language: vietnamese
Location: vietnam
Points: 96
Join date: 2010-05-04

http://www.lytrada.com/

Back to top Go down

Re: NEW UPDATE : Forumotion Traffic exchange!

Post by sivastar on January 24th 2011, 8:36 pm

Thank you Typlo. Waiting for the option.

sivastar
Forumotion Member

Male
Posts: 88
Age: 36
Language: Tamil
Location: Malaysia
Points: 261
Join date: 2009-01-26

http://www.eegarai.net

Back to top Go down

Nieuwe Update: Forumotion Traffic exchange!

Post by susie-soapland on January 24th 2011, 11:44 pm

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




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 -->



susie-soapland
Forumotion Member

Female
Posts: 41
Age: 29
Language: Dutch
Location: Losser
Points: 96
Join date: 2008-09-17

Back to top Go down

Re: NEW UPDATE : Forumotion Traffic exchange!

Post by harold on January 25th 2011, 7:14 am

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

harold
Forumotion Member

Male
Posts: 84
Age: 67
Language: english
Location: belfast
Points: 301
Join date: 2010-12-14

http://diy-help.forumotion.co.uk/

Back to top Go down

Re: NEW UPDATE : Forumotion Traffic exchange!

Post by jediwarrior on January 25th 2011, 8:15 am

I have turned mine on thanks for update

jediwarrior
Forumotion Member

Male
Posts: 115
Age: 35
Language: english
Location: sheffield
Points: 70
Join date: 2008-03-30

Back to top Go down

Re: NEW UPDATE : Forumotion Traffic exchange!

Post by davehutch on January 25th 2011, 11:46 am

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 ?

davehutch
Forumotion Member

Male
Posts: 177
Language: English
Location: Leicestershire
Points: 419
Join date: 2010-09-22

http://hutchs.forumotion.com/

Back to top Go down

Re: NEW UPDATE : Forumotion Traffic exchange!

Post by Martijn on January 26th 2011, 1:57 pm

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?)

Hello

Martijn
Forumotion Member

Posts: 14
Language: English
Location: The Netherlands
Points: 62
Join date: 2010-09-24

http://www.modernhandreadingforum.com

Back to top Go down

Re: NEW UPDATE : Forumotion Traffic exchange!

Post by harold on January 26th 2011, 2:50 pm

could someone-anyone please give me the information to complete this task

i have activated it but it will not show up

the sticky does not tell people which one to copy and paste ( before or after ) and where to copy and paste it into .

i think this would help a lot of people .

i have punbb.

harold
Forumotion Member

Male
Posts: 84
Age: 67
Language: english
Location: belfast
Points: 301
Join date: 2010-12-14

http://diy-help.forumotion.co.uk/

Back to top Go down

Re: NEW UPDATE : Forumotion Traffic exchange!

Post by musket on January 26th 2011, 3:34 pm

I didn't need to modify anything as it was already there, i just had to enable it via the admin panel...is this new mod anyway different to what was already in the template as old script would need to be deleted before adding the new script?

I use PunBB Smile

musket
Helper
Helper

Male
Posts: 1006
Language: english
Location: Northern Ireland
Points: 2619
Join date: 2008-09-04

http://www.musketsforum.com/

Back to top Go down

Re: NEW UPDATE : Forumotion Traffic exchange!

Post by musket on January 26th 2011, 4:27 pm

I replaced the old script with the new having first saved the old script.. to try it out, it just opens the similar topics box where before the user had the option to open or ignore. and only shows up on some topics.

I put the original script back as it leaves the box closed unless clicked on to open, a better idea methinks Smile although a lot of the links are either in a foriegn language or are not relevant to the subject of the topic. so I dont know whether or not to keep it ..I will try it for a while to see how it goes Smile

musket
Helper
Helper

Male
Posts: 1006
Language: english
Location: Northern Ireland
Points: 2619
Join date: 2008-09-04

http://www.musketsforum.com/

Back to top Go down

Re: NEW UPDATE : Forumotion Traffic exchange!

Post by Darren1 on January 26th 2011, 4:53 pm

harold wrote: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


Copy the "Paste" code & place it in the next line after the "After" script ends.

Alternatively, if you haven't edited the template specified, it'll already be there Very Happy
(Alternatively, delete the template & add your modifications)

Darren1
Helper
Helper

Male
Posts: 11517
Age: 20
Language: Australian, English - UK
Location: Mass release of tutorials coming!
Points: 35860
Join date: 2008-07-09

http://testorial.forumotion.com

Back to top Go down

Re: NEW UPDATE : Forumotion Traffic exchange!

Post by musket on January 26th 2011, 5:48 pm

Also you need to save and publish before the changes take place

musket
Helper
Helper

Male
Posts: 1006
Language: english
Location: Northern Ireland
Points: 2619
Join date: 2008-09-04

http://www.musketsforum.com/

Back to top Go down

Re: NEW UPDATE : Forumotion Traffic exchange!

Post by Center on January 26th 2011, 6:40 pm

excelent update! Very Happy

Center
Forumotion Member

Male
Posts: 35
Age: 16
Language: Spanish and English
Location: In my forum
Points: 150
Join date: 2010-01-29

http://www.tuforoparawebmasters.com

Back to top Go down

Re: NEW UPDATE : Forumotion Traffic exchange!

Post by YoshiGM on January 26th 2011, 7:57 pm

Awesome O.o

Thanks for this Update thumright

YoshiGM
Forumotion Member

Male
Posts: 265
Age: 19
Language: CSS & HTML
Location: Mexico
Points: 395
Join date: 2010-07-13

http://help.forumotion.com

Back to top Go down

Re: NEW UPDATE : Forumotion Traffic exchange!

Post by Gäst on January 27th 2011, 1:16 am

The option is not there yet.

Gäst
Guest


Back to top Go down

Re: NEW UPDATE : Forumotion Traffic exchange!

Post by Tropica on January 27th 2011, 5:12 am

I have not that option at my ACP yet ?
admin panel>> General>> Forum promotion >> *No option for that*

Tropica
Forumotion Member

Posts: 99
Language: Indonesian
Location: GIF
Points: 383
Join date: 2009-05-25

http://gayindoforum.com

Back to top Go down

Page 1 of 4 1, 2, 3, 4  Next

View previous topic View next topic Back to top


Permissions in this forum:
You cannot reply to topics in this forum