MyBB Community Forums

Full Version: How to (Ads on Admin Panel)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(HOW) Where to insert ads and web counter in Admin panel ?
You can insert the HTML code into the templates: Admin-CP -> Templates -> Edit/Delete -> *your templateset* -> Expand -> *template* -> Edit.

Moved into the templates forum in accordance to http://community.mybboard.net/showthread.php?tid=7113.
Rolleyes he said ADMIN CP!!

anyway, pls open [b]./admin/index.php[/php]

i guess the best place for a banner is in the header

find

echo "<body id=\"logo\">";

replace it with

echo "<body id=\"logo\"> <img src=\"/images/logo.gif\">";

also in case u'd like to add ur counter over there, also add the code.

regards
1. I don't think that someone will add advertisements and a counter in the Admin-CP as it is nonsense. I think he wants to know where in the Admin-CP he can add his code so that it is shown on his board.

2. Your code will cause an error. It should be:
echo "<body id=\"logo\"> <img src=\"images/logo.gif\">";
i was also confused why he wants to add them in the admin cp. how ever waitting his confirmation Big Grin

sorry for the code i missed escaping ! Big Grin

regards
zaher1988 Wrote:Rolleyes he said ADMIN CP!!

anyway, pls open [b]./admin/index.php[/php]

i guess the best place for a banner is in the header

find

echo "<body id=\"logo\">";

replace it with

echo "<body id=\"logo\"> <img src=\"/images/logo.gif\">";

also in case u'd like to add ur counter over there, also add the code.

regards

Where Do I Insert The Webcounter CODE ?
insert it in that echo

regards
Ok ! Thank YOU !
Mogadishu Wrote:
zaher1988 Wrote:Rolleyes he said ADMIN CP!!

anyway, pls open [b]./admin/index.php[/php]

i guess the best place for a banner is in the header

find

echo "<body id=\"logo\">";

replace it with

echo "<body id=\"logo\"> <img src=\"/images/logo.gif\">";

also in case u'd like to add ur counter over there, also add the code.

regards

UM...It Give Errors.

Please Explaine Where Do I Insert An ADS And An WebCounter In ADMIN Cpanel.
Where Do I Insert The Webcounter CODE ?
Please give me your code and i will fix it for u. have u escaped quotes and double quotes or not? you should

e.g
id=\"logo\"> <img src=\"/images/logo.gif\"

regards
Pages: 1 2