Roundcube Community Forum

 

Message Print Header

Started by BrotherAndrew, July 29, 2013, 02:38:45 PM

Previous topic - Next topic

BrotherAndrew

On my Login Page, I have a custom animated image that says Login Page.  That same image is showing up on my Message Print Page.  I edited that page file like this:

<div id="header"><roundcube:object name="logo" src="http://www.website.com/IMAGES/MME-Round-C-Animated-Banner.gif" id="toplogo" border="0" alt="Logo" /></div>

What else do I need to do to get my Preferred Image to show up on top of the Message Print Page?   8)

SKaero

Change skin_logo in the main.inc.php not the skin files.

BrotherAndrew

If I change it there, it Also changes it on the Login Page.  So, Login Page & Message Header Page, must both have the Same Image?   :)

SKaero

They don't have to but why don't you want the same logo everywhere?

BrotherAndrew

As I stated, one of them currently says Login Page.  That image is a bit Longer than the one that I have for my Web Mail Head Image.  I might change the animated Login Image to be Re Worded, and keep it the Same as the Message Print Header Image.   :)

SKaero

Well than just replace the roundcube:object with an image tag and it should work.

BrotherAndrew

I changed where it says:
<div id="header"><roundcube:object name="logo"

Now it says:

<img src="http://www.website.com/IMAGES/MME-Round-C-Animated-Banner.gif"

Is that Correct?

SKaero

Keep the <div id="header"> but other than that as long as the path is correct it should work.

BrotherAndrew

Below is the whole line for that.  ON FF browser, No changes.  IE is messed up on Top of the Message Print Page.  The image path is Correct.  Any Ideas?   :D

<div id="header"><img src="http://www.website.com/IMAGES/MME-Round-C-Animated-Banner.gif" id="toplogo" border="0" alt="Logo" /></div>

SKaero

That should work if the image path is correct, what exactly is it doing?

BrotherAndrew

On IE & on FF, it still shows the Login Page Image.  Also, on IE, the Header of the Message Print Page, is the Original Larry Skin Color.  On FF, It's Blue to Match my Banner Color.  Both Browsers should be Blue.  :)

SKaero

If your dealing with css make sure to edit iehacks.css and ie7hacks.css.

BrotherAndrew

In the (#topnav) Section?  :)

SKaero

Wherever you've modified may need to be modified in the ie css to make it work.

BrotherAndrew

OK, I Modified the (topnav) area in one of the IE CSS Files.  So Far, I Don't notice any changes.   :)