Activity Stream
48,167 MEMBERS
6885 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 9 of 9
  1.     
    #1
    Member
    Website's:
    MP3SearchEngines.net LatestMovieTrailers.org Talking.so

    Default Link exchange mod

    Is there any link exchange mod in phpbb3 that looks like the link exchange feature in vbulletin(the boxes in the footer)?
    Thanks!
    nYXem Reviewed by nYXem on . Link exchange mod Is there any link exchange mod in phpbb3 that looks like the link exchange feature in vbulletin(the boxes in the footer)? Thanks! Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    eih.bz pornDDL.me sexytattoochicks.tumblr.com
    You mean that custom box?

    Add this in your footer.tpl:
    PHP Code: 
    <!-- Affiliate Table -->
    <
    style type="text/css">table#ll{margin:0 auto;border:1px solid #ffffff;table-layout:fixed;background-color:#aec2e7;width:600px;}table#ll tbody 

    td{padding:0;width:16.6%;overflow:hidden;_text-overflow:ellipsis;}.bold td{padding:0;margin:0;font-weight:bold;font-size:10pt;}table#ll tbody td 

    a,table#ll tbody td a:hover{white-space:nowrap;_height:1%;display:block;padding:3px 3px 

    7px;text-align:center;text-decoration:none;font-size:10pt;font-color:#5d5d5e;margin-bottom:-1px;}table#ll tbody td a{color:#5d5d5e;background-color:#ffffff;}table#ll tbody

    td a:hover{color:#30518d;background-color:#ffffff;font-weight:bold;font-size:10pt;}noscript{display:none;}</style><table id="ll" cellspacing="1"><tbody>
    <tr class="strong">
      <
    td><a target="_blank" href="http://extremew.org"><small><strong>ExtremeW</strong></small></a></td>
      <
    td><a target="_blank" href="http://inwarez.org/"><small><strong>InWarez</strong></small></a></td>
      <
    td><a target="_blank" href="http://warezme.org"><small><strong>WarezMe</strong></small></a></td>
      <
    td><a target="_blank" href="http://waz-warez.org"><small><strong>Waz-Warez</strong></small></a></td>
      <
    td><a target="_blank" href="http://just4freeplanet.com/"><small><strong>Just4freeplanet</strong></small></a></td>
    </
    tr>
    <
    tr>
     <
    td><a target="_blank" href="" title="Full Download"><small>Full Download</small></a></td>
     <
    td><a target="_blank" href="" title="Rapidshare Forums"><small>Rapidshare downloads</small></a></td>
     <
    td><a target="_blank" href=""><small>PornDDL</small></a></td>
     <
    td><a target="_blank" href=""><small>Your Link Here?</small></a></td>
     <
    td><a target="_blank" href=""><small>Your Link Here?</small></a></td>
    </
    tr>
    </
    tr> </tbody></table>  </center> <br /> <div align="center"> <div class="smallfont" align="center"
    <!-- 
    Affiliate Table -->

     <
    td><a target="_blank" href=""><small>Your Link Here?</small></a></td
    of course, replace links with links you want to put.
    If you are going to use it, please add PlatinumW.org in your footer

  4.     
    #3
    Member
    Website's:
    MP3SearchEngines.net LatestMovieTrailers.org Talking.so
    Don't know whether its called custom box.
    Looks like this


    Will this code work in phpbb3?

    Plus I can add platinumw.org, no problem, but my forum is new, won't be of any help for a mighty forum like your's lol. But still I can add no problem.

  5.     
    #4
    Member
    It's not a mod, it's not called anything. It's a simple HTML box that will work on anything..rofl.

  6.     
    #5
    Member
    Website's:
    MP3SearchEngines.net LatestMovieTrailers.org Talking.so
    Okay I know its not a mod lol.. Anyways thanks

  7.     
    #6
    Member
    Yea its just html use the code that pio posted and put it in

    /style/YOUR_STYLE/templates/overall_footer.html
    Signature too big, removed by staff.

  8.     
    #7
    Member
    Website's:
    MP3SearchEngines.net LatestMovieTrailers.org Talking.so
    I am currently using it.. works nice...
    But one question.. how can I make the background of the box transperant, so that if forum bg is black then this box's bg will also be black... In this code, the box's bg is white...

  9.     
    #8
    Member
    At the top their are some color codes just play with them i have made the bg black and font white

    Code: 
    <style type="text/css">table#ll{margin:0 auto;border:1px solid #000;table-layout:fixed;background-color:#000;width:600px;}table#ll tbody 
    
    td{padding:0;width:16.6%;overflow:hidden;_text-overflow:ellipsis;}.bold td{padding:0;margin:0;font-weight:bold;font-size:10pt;}table#ll tbody td 
    
    a,table#ll tbody td a:hover{white-space:nowrap;_height:1%;display:block;padding:3px 3px 
    
    7px;text-align:center;text-decoration:none;font-size:10pt;font-color:#5d5d5e;margin-bottom:-1px;}table#ll tbody td a{color:#fff;background-color:#000;}table#ll tbody
    
    td a:hover{color:#FFF;background-color:#000;font-weight:bold;font-size:10pt;}noscript{display:none;}</style><table id="ll" cellspacing="1"><tbody>
    <tr class="strong">
      <td><a target="_blank" href="http://extremew.org"><small><strong>ExtremeW</strong></small></a></td>
      <td><a target="_blank" href="http://inwarez.org/"><small><strong>InWarez</strong></small></a></td>
      <td><a target="_blank" href="http://warezme.org"><small><strong>WarezMe</strong></small></a></td>
      <td><a target="_blank" href="http://waz-warez.org"><small><strong>Waz-Warez</strong></small></a></td>
      <td><a target="_blank" href="http://just4freeplanet.com/"><small><strong>Just4freeplanet</strong></small></a></td>
    </tr>
    <tr>
     <td><a target="_blank" href="" title="Full Download"><small>Full Download</small></a></td>
     <td><a target="_blank" href="" title="Rapidshare Forums"><small>Rapidshare downloads</small></a></td>
     <td><a target="_blank" href=""><small>PornDDL</small></a></td>
     <td><a target="_blank" href=""><small>Your Link Here?</small></a></td>
     <td><a target="_blank" href=""><small>Your Link Here?</small></a></td>
    </tr>
    </tr> </tbody></table>  </center> <br /> <div align="center"> <div class="smallfont" align="center"> 
    <!-- Affiliate Table -->
    Signature too big, removed by staff.

  10.     
    #9
    Member
    Website's:
    MP3SearchEngines.net LatestMovieTrailers.org Talking.so
    Okay thx for this... Will try on my theme

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Link-Exchange wth Area51Warez.info Friends Link page.
    By diablo9975 in forum Link Exchange
    Replies: 28
    Last Post: 21st Nov 2011, 06:42 PM
  2. Link exchange with us
    By jackiebi in forum Link Exchange
    Replies: 7
    Last Post: 16th Jul 2011, 06:52 PM
  3. Link Exchange Wid Rapidshare Premium Link Generator
    By EnCiPh3r in forum Traffic Market (Buy, Sell and Trade)
    Replies: 5
    Last Post: 12th Feb 2010, 07:30 AM
  4. Link exchange with Ax3!
    By d3z in forum Traffic Market (Buy, Sell and Trade)
    Replies: 2
    Last Post: 30th Nov 2009, 04:32 PM
  5. The Exchange Board - Link Exchange
    By colonel in forum Traffic Market (Buy, Sell and Trade)
    Replies: 4
    Last Post: 11th Nov 2008, 11:54 AM

Tags for this Thread

BE SOCIAL