Inloggen

Ik ben mijn wachtwoord vergeten
 
Laatste onderwerpen
» subforum lukt niet
Vandaag om 7:50 van Godmother

» Navbar
Gisteren om 21:18 van Pipvl

» forum volledig privé maken?
di 15 mei 2012 - 18:41 van VJ.

» Facebook stap voor stap
di 15 mei 2012 - 7:58 van VJ.

» Informatie menu op profiel doet raar.
ma 14 mei 2012 - 18:14 van Pixielisje

» UPDATE: Verbetering van de nieuwsbrief
zo 13 mei 2012 - 15:18 van VJ.

» Forum erg traag!
zo 13 mei 2012 - 15:00 van VJ.

» Backup
wo 9 mei 2012 - 18:25 van VJ.

» HELP
wo 9 mei 2012 - 11:42 van VJ.

» kolommen verwijderen
di 8 mei 2012 - 17:26 van VJ.

Maak een forum
Maak een forum
Meest actieve berichtenplaatsers
slytherin78
 
susie
 
Frostbite
 
bLACKADDER
 
Aggie
 
VJ.
 
kiekeboe
 
Gill
 
Etch3lion
 
Jole
 

Partners
free forum
Wie zijn er online?
Er zijn in totaal 14 gebruikers online :: 0 Geregistreerd, 0 verborgen en 14 gasten :: 1 bot

Geen

[ Bekijk volledige lijst ]


Het hoogste aantal gelijktijdige online gebruikers is 112. Dit aantal is bereikt op do 11 nov 2010 - 16:13.
Social bookmarking

  Social bookmarking Digg   Social bookmarking Delicious   Social bookmarking Reddit   Social bookmarking Stumbleupon   Social bookmarking Slashdot   Social bookmarking Furl   Social bookmarking Yahoo   Social bookmarking Google   Social bookmarking Blinklist   Social bookmarking Blogmarks   Social bookmarking Technorati 

Bookmark and share the address of Het forum der fora on your social bookmarking website

Ik wil informatie
Ik wil Informatie
| Je hoeft geen lid te zijn om info in te zien
Ik wil een vraag stellen
Ik wil een vraag stellen
| Om een vraag te stellen moet je lid zijn.
Ik wil Juridisch Advies
Ik wil Juridisch Advies
| Om Juridisch advies te krijgen moet je lid zijn.
Ik wil een suggestie geven
Ik wil een Suggestie geven
| Om een suggestie te geven moet je lid zijn.
Ik wil een forum of blog starten
Ik wil een forum/blog
| Start een forum of blog
Forumotion Traffic exchange!

di 25 jan 2011 - 7:46 van susie

susie-soapland schreef: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 -->




Commentaren: 0

Statistieken
We hebben 1433 geregistreerde gebruikers
De nieuwste gebruiker is ciaobella

Alle gebruikers hebben in totaal 16769 berichten geplaatst in 2769 onderwerpen