This works on IPB (Invision Power Board) 2.2. However, if all you want is a simple PHP banner rotator then just use logo.php in the archive and create a “/logo/” folder with all your images. To include in a web page just use <img src=”logo.php”>.
Upload skin_logos.php to \sources\action_admin
Upload logo.php to \style_images
Open \sources\acp_loaders\acp_lookandfeel.php
Find:
Add Below:
Open \skin_acp\IPB2_Standard\acp_skin_html\cp_skin_lookandfeel.php
Find:
Below add:
Now go to LOOK & FEEL > Skins & Templates > Skin Manager
Choose the desired Skin/s
Click on the Options button
Go to Edit Template HTML > All Global HTML > global_board_header
Find:
Replace with:
Note: It doesn’t have to be logo_4.gif, any logo file will do
In the drop down box you will see “Edit Logo Rotator”
Click on it to edit your logos
Note:- make sure that you are able to write to \style_images\ (Chmodd 0777)
