Ipb Help

Discussion in 'Gaming' started by Aznsilvrboy, Jan 28, 2006.

  1. Aznsilvrboy

    Aznsilvrboy Well-Known Member

    Posts:
    1,252
    Likes Received:
    0
    Joined:
    Sep 12, 2005
    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?
     
  2. DiabloDj1

    DiabloDj1 Well-Known Member

    Age:
    35
    Posts:
    5,610
    Likes Received:
    0
    Joined:
    Jan 27, 2005
    Location:
    USA/RI
    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.
     
  3. Aznsilvrboy

    Aznsilvrboy Well-Known Member

    Posts:
    1,252
    Likes Received:
    0
    Joined:
    Sep 12, 2005
    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.
     
  4. XMasterX

    XMasterX Well-Known Member

    Age:
    40
    Posts:
    5,336
    Likes Received:
    0
    Joined:
    Aug 1, 2005
    Location:
    Wisconsin, USA
    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 ;)
     

Share This Page