SMF Ads Support Forum

Themes/Language => Theme Support => Topic started by: sawz on July 29, 2008, 04:24:37 PM

Title: Pink Blitz
Post by: sawz on July 29, 2008, 04:24:37 PM
the problem i'm facing is the '; after the <body> tag isn't right after the body tag,
when i place the top of pages ads code after the '; it places it in the welcome member spot.

can i alter the top of page ads code so its ok to place it after the <body> tag but before the ';?

i'll attach the index.template file.
Title: Re: Pink Blitz
Post by: ccbtimewiz on July 29, 2008, 04:34:38 PM
Do this:

Code (index.template.php) Select
<body>';

if( function_exists("show_topofpageAds") ) {
$ads = show_topofpageAds();   
if( !empty($ads))
if( $ads['type'] == 0 )
echo $ads['content'];
else
eval( $ads['content'] );   
unset($ads); }

echo '
  <div id="wrapper"/>
  <div id="header">
<div id="head-l">
<div id="head-r">
  <div id="userarea">';
Title: Re: Pink Blitz
Post by: sawz on July 30, 2008, 08:22:29 AM
thats awesome, thanks.
i've never had any real problems in the past till now.

there is another area of index.template that eludes me still.

the under the menu and tower ads goes after template_menu();

but what i have is ',template_menu(),'

its in the attachment i left.

again, thanks for your time.
Title: Re: Pink Blitz
Post by: minoryears on August 23, 2008, 06:48:36 PM
I have been looking for help for 2 days on pink blitz. Can someone help me with my files please?