News:

Welcome to SMF Ads Support Forum

Main Menu
Coinbase

theme mode for ancient and rustic

Started by SicTats, March 22, 2008, 02:26:51 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

SicTats

ok, i managed to get all the edits to work but one, once i started being patient with it

this step causes a parse error
QuoteIn the same file FIND:

Code:

   // Get all the messages...


And REPLACE with:

Code:

   //Ad Counter
   $adcounter =0;
   // Get all the messages...
   while ($message = $context['get_message']())
   {
      $adcounter++;

also, everything seems to work (still testing) except that both left and right tower ads destroy the page format
anyone have thoughts on this?

thanks for any and all help

jack1992

if you copied that in excally like that it wont work,

use this insted:

In the same file FIND:

Quote
   // Get all the messages...


And REPLACE with:

Code:

Quote//Ad Counter
   $adcounter =0;
   // Get all the messages...
   while ($message = $context['get_message']())
   {
      $adcounter++;

only put the sections in  the quotes in
Jack
www.graphicsland.co.nr
www.soundhabbo.com

SicTats

I'm not sure i follow what your saying Jack
I copied/pasted the correct code in the correct spot (all my other edits worked), i just didn't quote it the same way here

Thanks for taking the time to post

jack1992

hmm ok the only other thing that i can think of it being is if the ad images are to big for the theme otherwise i dont know
Jack
www.graphicsland.co.nr
www.soundhabbo.com