Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Reklama norimoje headerio vietoje

Parašė kesiukas· 2011 Lap. 2 17:11:25
#1

Sveiki, turiu random reklamos koda:


 
$array = array();
$array[1] = "<a href='http://www.niekamnesakyk.lt'><object width='468' height='60'><embed src='http://img402.imageshack.us/img402/7702/didelis.swf' width='460' height='60' wmode='transparent'/></object></a>";
$array[2] = "<a href='http://www.cszonee.nkk.lt'><object width='468' height='60'><embed src='http://www.cszonee.nkk.lt/images/reklamosfoto/468x60reklama.gif' width='460' height='60' wmode='transparent'/></object></a>";
$num = count($array);
$random = rand(1, $num);
echo "<center>$array[$random]</center>"


As moku jy normaliai ideti i header, kad veiktu. Taciau nemoku niekaip padaryti, kad ta reklama rodytu tarkim per headerio vidury arba headerio kampe. Kaip reikai tas vietas nustatyt?

Parašė Kižas· 2011 Lap. 2 18:11:52
#2

Susirask faila theme.php savo temos folderyje ir susirask sia eilute


//Header
	echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n";
	echo "<td class='full-header'>\n".showbanners()."</td>\n";
	echo "</tr>\n</table>\n";
 


CIa vieta kur matosi temos baneris na ir keisdamas CSS parametrus dėliok savo reklama pagal padding centras , kaire, desine.

Parašė Zeck· 2011 Lap. 2 19:11:04
#3

O nepagalvojai, kad pas ji ne default fusion tema? Ir headeris yra sukoduotas visai kitaip?

Redagavo Zeck· 2011 Lap. 2 19:11:20

Parašė Kižas· 2011 Lap. 2 22:11:42
#4

Na tai aš daviau ne konkretų pavizdį o kodą pagal kurį bent jau pagal šitą eilutę
echo "<td class='full-header'>\n".showbanners()."</td>\n";

galės susigaudyti ar reklama bus virš ar po headerio.