HTML in the top/logo block?

trying to figure out how to replace the top logo with HTML that'll fill that whole block.

I've looked through the template files but nothing looks likely - anyone know what I need to edit to do this?

Has anyone produced a visual "map" that shows what file and CSS  ID relates to each area on the Dolphin pages?  It would certainly make editing easier!

Thanks!

AL

Quote · 24 Feb 2010

Here's what I did, and it worked.

TO MODIFY HEADER

Open File:  /templates/base/_sub_header.html

delete ...


<bx_injection:injection_header />
<div id="notification_window" class="notifi_window"></div>
<div id="FloatDesc" style="position:absolute;display:none;z-index:100;"></div>

<div class="sys_main_logo">
<div class="sys_ml" style="width:__main_div_width__;">
<div class="sys_ml_wrapper">
<bx_injection:injection_logo_before />
__main_logo__
<bx_injection:injection_logo_after />
</div>

</div>

Open File:  /templates/base/_header.html

and add Customized Header to _header file

Add After: <body <bx_injection:injection_body /> >

Note: You may need to delete Cache File to see changes..  Make sure not to delete .htaccess file located in the Cache folder.


Hope this helps you.

Quote · 25 Feb 2010

Thanks!

Someone else had suggested looking at the /templates/base/_header.html file and through that I figured I needed to edit /templates/base/_sub_header.html

I did something simpler than your suggestion and it seems to be working OK:

I found:

<div class="sys_ml_wrapper">
<bx_injection:injection_logo_before />
__main_logo__
<bx_injection:injection_logo_after />
</div>

and deleted the code inside the div and replaced it with my HTML:

<div class="sys_ml_wrapper" style="padding-top:24px;">
<table id="Table_01" border="0" cellpadding="0" cellspacing="0" width="994" height="123">
<tbody><tr>
<td>
<img src="http://s.com/Dolphin-v.7/templates/base/images/TOP-logo_01.gif" alt="" width="506" height="123"></td>
<td>
<img src="http://s.com/Dolphin-v.7/templates/base/images/TOP-logo_02a.gif" alt="" width="133" height="123"></td>
<td>
<img src="http://s.com/Dolphin-v.7/templates/base/images/TOP-logo_03.jpg" alt="" width="240" height="123"></td>
<td>
<img src="http://s.com/Dolphin-v.7/templates/base/images/TOP-logo_04a.gif" alt="" width="115" height="123"></td>
</tr>
</tbody></table>
</div>

Maybe I'm doing something simpler than you are to the header?

Like I said - it seems to be working OK - anyone see any problems with doing it that way?

AL

Quote · 25 Feb 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.