Bubble Ads

Ashley S

Paragon
Joined
Jun 7, 2010
Messages
2,074
Reaction score
34
FP$
501
I am wondering anyone knows how to add the Bubble Ads after every first post only on MyBB.
I know it must be in the Show Thread Templates.

But not sure where to add it make it only show after the first post.
Thank you!
 
There are all ready plugins that can accomplish this. You should ask at Yaldaram.com , he will be able to help you. He may even be able to make a custom plugin for you for a cheap price.
 
It's not showing even though the plugin is enabled.

My code is -

Code:
      <div class="inner"><span class="corners-top"><span></span></span>

         <h3>Link Jumble</h3>
         <p class="author"><strong>Link Jumble</strong></p>

         <div class="content" style="text-align: center;">
            <script>var jumble = new Array();jumble[0]=
["YOUR LINK HERE","TEXT HERE"];jumble[1]=
["YOUR LINK HERE","TEXT HERE"];jumble[2]=
["YOUR LINK HERE"," TEXT HERE"];jumble[3]=
["YOUR LINK HERE"," TEXT HERE!"];jumble[4]=
[" YOUR LINK HERE"," TEXT HERE"];jumble[5]=
[" YOUR LINK HERE"," TEXT HERE"];jumble[6]=
[" YOUR LINK HERE"," TEXT HERE"];jumble[7]=
[" YOUR LINK HERE"," TEXT HERE"];jumble[8]=
[" YOUR LINK HERE"," TEXT HERE"];jumble[9]=
[" YOUR LINK HERE"," TEXT HERE"];for( i=0; i<jumble.length; i++){size = 8+(Math.random()*10);if( size < 9 ){color = '#18ad94'}else if( size > 9 && size < 11 ){color = '#207ac9'}else if( size > 12 && size < 13 ){ color = '#62D610'}else if( size > 14 && size < 16 ){ color = '#baB229'}else{color = '#c753b6';}document.write("<span style='font-size:"+size+"px;margin: 40px;'>");document.write("<a href='"+jumble[i][0]+"' style='color:"+color+";text-decoration: none;' target='_blank'>"+jumble[i][1]+"</a>"); document.write("</span> ");}</script>  </td></tr></table><div class="custom-foot"></div><!-- End Link Jumble -->
         </div>
      </div>
     
         <dt>
<strong>Link Jumble</strong>
         </dt>

         <dd></dd>
      </dl>
     
      <div class="back2top"><a href="#wrap" class="top" title="{L_BACK_TO_TOP}">{L_BACK_TO_TOP}</a></div>
      <span class="corners-bottom"><span></span></span></div>
   </div>

This code is ripped from phpBB forum software.
 
Can you PM me a link to your site. I can help you alot more that way.
 
@NBK - There are no actual options for this mod once activated..
 
Volux said:
@NBK - There are no actual options for this mod once activated..


Config - Settings - My Advertisements 😉

Also

Tools & Maintenance - My Advertisements
 
Back
Top Bottom