Author Topic: Message Print Header  (Read 10093 times)

BrotherAndrew

  • Guest
Message Print Header
« on: July 29, 2013, 02:38:45 PM »
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)

Online SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Re: Message Print Header
« Reply #1 on: July 29, 2013, 02:44:48 PM »
Change skin_logo in the main.inc.php not the skin files.

BrotherAndrew

  • Guest
Re: Message Print Header
« Reply #2 on: July 29, 2013, 03:46:27 PM »
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?   :)

Online SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Re: Message Print Header
« Reply #3 on: July 29, 2013, 04:05:37 PM »
They don't have to but why don't you want the same logo everywhere?

BrotherAndrew

  • Guest
Re: Message Print Header
« Reply #4 on: July 29, 2013, 04:14:54 PM »
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.   :)

Online SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Re: Message Print Header
« Reply #5 on: July 29, 2013, 04:47:55 PM »
Well than just replace the roundcube:object with an image tag and it should work.

BrotherAndrew

  • Guest
Re: Message Print Header
« Reply #6 on: July 29, 2013, 06:07:40 PM »
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?

Online SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Re: Message Print Header
« Reply #7 on: July 29, 2013, 08:49:01 PM »
Keep the <div id="header"> but other than that as long as the path is correct it should work.

BrotherAndrew

  • Guest
Re: Message Print Header
« Reply #8 on: July 29, 2013, 09:32:07 PM »
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>

Online SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Re: Message Print Header
« Reply #9 on: July 30, 2013, 02:31:40 PM »
That should work if the image path is correct, what exactly is it doing?

BrotherAndrew

  • Guest
Re: Message Print Header
« Reply #10 on: July 30, 2013, 03:32:47 PM »
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.  :)

Online SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Re: Message Print Header
« Reply #11 on: July 30, 2013, 03:50:26 PM »
If your dealing with css make sure to edit iehacks.css and ie7hacks.css.

BrotherAndrew

  • Guest
Re: Message Print Header
« Reply #12 on: July 30, 2013, 04:26:05 PM »
In the (#topnav) Section?  :)

Online SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Re: Message Print Header
« Reply #13 on: July 30, 2013, 05:00:10 PM »
Wherever you've modified may need to be modified in the ie css to make it work.

BrotherAndrew

  • Guest
Re: Message Print Header
« Reply #14 on: July 30, 2013, 06:12:33 PM »
OK, I Modified the (topnav) area in one of the IE CSS Files.  So Far, I Don't notice any changes.   :)