I get the following error/message when trying to upload a new logo for my ipb header using Easy Logo Changer in AdminCP: "Cannot locate the logo image tags for this skin set - please make sure your templates are up to date." Anyone know what it is?
In case that doesnt work..a simple solution. go to Skins & Templates < Skin Manager < Edit skin main HTML. All HTML < global_board_headers. Then rightclick on your forums current banner you want changed, check out the extention on it. Example: 04.gif. Just do a search through that html you found at global_board_headers, and replace the url for that image to the new one.
But I need to switch the whole header..sort of because I've got text extending into the middle/right of the header which is bigger than the logo04.gif itself.
there is actually 3 pictures there... you have to change the logo04.gif, and delete the rest of the stuff. thats how i did it here here's the code u are looking for: Code: <script type="text/javascript"> <!-- var ipb_var_st = "{ipb.input['st']}"; var ipb_lang_tpl_q1 = "{ipb.lang['tpl_q1']}"; var ipb_var_s = "{ipb.session_id}"; var ipb_var_phpext = "{ipb.vars['php_ext']}"; var ipb_var_base_url = "{ipb.script_url}"; var ipb_input_f = "{ipb.input['f']}"; var ipb_input_t = "{ipb.input['t']}"; var ipb_input_p = "{ipb.input['p']}"; var ipb_var_cookieid = "{ipb.vars['cookie_id']}"; var ipb_var_cookie_domain = "{ipb.vars['cookie_domain']}"; var ipb_var_cookie_path = "{ipb.vars['cookie_path']}"; //--> </script> <script type="text/javascript" src='jscripts/ipb_global.js'></script> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="469" height="137"> <div align="left">[url="{ipb.script_url}"][img]ipbanner.jpg[/img][/url]</div></td> </tr> </table> the bottom portion is what i changed hope that helps