I installed the iCGstationXTE theme on my new postnuke site and made a logo graphic with name of my site placed it in the ENG images folder and on the home page its fine but when you navigate to any other page the logo is either coming from the "dan" or the "deu" folders which must be danish or german. So I tried putting my logo in those folders but the header is a different height on those so its stretching my graphic. Please look at these 2 pages to see what I mean. Also right click on the logo and see how the paths are different. Why is this any help to straight'n this out would be greatly appreciated.
THIS IS THE GOOD HOME PAGE
http://www.thedogboard.com/dogs/index.php
STRETCHED OUT OF WACK PAGE
http://www.thedogboard.com/dogs/modules.php?op=modload&name=Recommend_Us&file=index
Thanks
Phil
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- internetking created topic »password problem« 25. May
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 25. May
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 25. May
- ehdwma created topic »Hide "Register new account" and change template to 3 col« 25. May
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 25. May
- mdee created topic »How to implement returnpage ?« 25. May
- nestormateo responded to »Fillters in Clip« 24. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
Newbie Need help with iCGstationXTE
-
**unknown user**
- Rank: Softmore
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 144
You sure are lucky I love Dogs....
Make sure you edit master.html, home.html and user.html. All three have the header in them.
Specifically, look for the following code and change 130 to 100 and you should be good.
Code
<img alt="Logo" width="330" height="130" src="themes/iCGstationXTE/images/deu/logo.gif"> -
- Rank: Expert
- Registered: Nov 23, 2003
- Last visit: Dec 13, 2009
- Posts: 1487
Aaahhh post nuke and pets... can it get any better? Between this kind of site and the childrens/teens sites discussed a month or so ago I KNOW i made the right choice in php/mysql/cms avenues to spend my energies on.
Regardless, I've discussed it with Nuk (short for Nanuk) and he agrees (as any dog would) that your site must work regardless of the effort I, or him, might have to put into it along with the community at large.
Let us know.
(Edited many time because pndebug does not work in this enviroment)
--
Under Construction! -
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 8
Thanks pnProfessional,
Animals exspecially dogs are my love.
But I really need help as to why the graphic on the other pages is getting made 30 pixels bigger in heaight right now. I have scanned all the directories for source code listed above and it is not there.
ANY OTHER TIPS ON WHAT TO DO OR LOOK?????
HELP!!!!!!!!!!!! -
**unknown user**
- Rank: Softmore
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 144
Phil,
I gave you the answer above. For some reason, it appears your height setting is 130 in the other templates.
Go to Admin -> Xanthia -> Edit Theme -> Templates
From there, you want to edit
Master.html
User.html
Look for the following code inside the template and change 130 to 100.
Code
<img alt="Logo" width="330" height="130" src="themes/iCGstationXTE/images/deu/logo.gif"> -
- Rank: Expert
- Registered: Nov 23, 2003
- Last visit: Dec 13, 2009
- Posts: 1487
Oh that was me? LOL Not quite, but it's nice to see (it's a 500 post marker).phil2564
Thanks pnProfessional
Ok so home.htm works, so just find the line generating the img tag and replace the line in master.htm that coresponds to it. home.htm's should look something like this:
Code
<img alt="<!--[sitename]-->" src="<!--[$imagepath]-->/Logo.gif">
And the master.htm something like this:
Code
<img width="330" height="130" alt="<!--[sitename]-->" src="<!--[$imagepath]-->/Logo.gif">
Really you just need to drop width and height and let it size it's self.
Does this happen in the users area as well? If so the same applies to user.htm.
Let us know if you can find these, if not then post what you do have in that area of those files for us here.
Oops, I keep getting distracted while posting and missing posts...
--
Under Construction!
- Moderated by:
- Support
