Jump to content

V4 - How to change "Portal Home" & Add my own header to Portal theme


fearz

Recommended Posts

Hi guys,

 

I've been looking over and over for the file which i can change the words -> Portal Home to whatever i need to change it to but i can't find the file...

 

Also,

 

I need to add the logo/picture attached to the header of portal V4, and i'm finding troubles doing so, if i just replace bg_background.gif with my header it wont get aligned...

 

Kindly support,

whmcslogo.jpg

Link to comment
Share on other sites

I know in stle.css is that line:

 

body{background-color:#369;background-image:url(images/bg_background.gif);background-repeat:repeat-x;margin:0;padding:0;}

 

but i tried to play with it failing to align my picture correctly, my pic's height is too high for the current background.i need to like expand the height, or move the main window down a little bit...

 

Appreciating anyone's support...

Link to comment
Share on other sites

  • 3 weeks later...

Adding your logo is actually quite simple using the new portal template.

 

Open the header.tpl file and find the following line:

 

<div id="company_title">{$companyname}</div>

 

Should be about line 13

 

replace with:

 

<div id="company_title"><img src="templates/{$template}/images/logo.jpg" alt="{$LANG.globalsystemname}" border="0" class="absmiddle" /></div>

 

Upload your logo.jpg file to the portal/images folder and your set to go.

 

Hope this helps.

 

Regards,

Ray

Link to comment
Share on other sites

After doing what Idealws says to do, open the style.css file.

Look for this line and modify the height.

 

#top_container{background-color:#00162c;border-bottom:3px solid #036;color:#FFF;height:60px;margin:0;padding:0;text-align:center;}

 

I changed my height to 120px.

Rick

 

PS. I find Firebug in Firefox to be very helpful in locating information like this.

Link to comment
Share on other sites

  • 1 year later...
  • 2 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated