News:

Version 3.5 has been released. Visit https://custom.simplemachines.org/mods/index.php?mod=255 to get the most up to date version.

Main Menu
Coinbase

Pink Blitz

Started by sawz, July 29, 2008, 04:24:37 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

sawz

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.

ccbtimewiz

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">';

sawz

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.

minoryears

I have been looking for help for 2 days on pink blitz. Can someone help me with my files please?