-
AuthorPosts
-
bobgen Friend
bobgen
- Join date:
- January 2006
- Posts:
- 50
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 8
- Thanked:
- 1 times in 1 posts
April 17, 2007 at 10:34 pm #119743Is possible to put new module position on top of template – rigjht of title of portal, for new banner area?
bernhar Friendbernhar
- Join date:
- July 2006
- Posts:
- 214
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 3
- Thanked:
- 3 times in 1 posts
April 17, 2007 at 10:41 pm #218245Do you want it between title and date? There might be a a problem with lacking space.
bobgen Friendbobgen
- Join date:
- January 2006
- Posts:
- 50
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 8
- Thanked:
- 1 times in 1 posts
April 17, 2007 at 10:52 pm #218246Yes, I think on that place. It can be problem for wide banners and narrow screen. But, life is life. That area is totaly empty. If my portal is optimized for min 1024×768 resolution, than will be OK.
ShannonN FriendShannonN
- Join date:
- July 2006
- Posts:
- 1947
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 16
- Thanked:
- 172 times in 49 posts
April 18, 2007 at 12:10 am #218249bobgen;13074Yes, I think on that place. It can be problem for wide banners and narrow screen. But, life is life. That area is totaly empty. If my portal is optimized for min 1024×768 resolution, than will be OK.
just edit the index.php file to add a new module position
bobgen Friendbobgen
- Join date:
- January 2006
- Posts:
- 50
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 8
- Thanked:
- 1 times in 1 posts
May 5, 2007 at 11:46 pm #219532OK, that is clear, but I’m not so good programmer with PHP. My result was bad. Can you help me?
I set fixed width, and that is not possible to change.
($ja_width_default = ‘wide’;)I wish to put right of logo banner module. It can be moved banner module or some other not used module (USER1 – USER3). For me that is not important.
I wish to put there banner size 468 x 60 pxl.
All other things on template for me running very well.
Thank you in advance.
ShannonN FriendShannonN
- Join date:
- July 2006
- Posts:
- 1947
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 16
- Thanked:
- 172 times in 49 posts
May 6, 2007 at 4:16 am #219542bobgen;14759OK, that is clear, but I’m not so good programmer with PHP. My result was bad. Can you help me?
I set fixed width, and that is not possible to change.
($ja_width_default = ‘wide’;)I wish to put right of logo banner module. It can be moved banner module or some other not used module (USER1 – USER3). For me that is not important.
I wish to put there banner size 468 x 60 pxl.
All other things on template for me running very well.
Thank you in advance.
If I understand you corectly
Hard code the position “banner” that already exists ( cut and paste?) where you want it to appear then use the “banner module to show it?
bobgen Friendbobgen
- Join date:
- January 2006
- Posts:
- 50
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 8
- Thanked:
- 1 times in 1 posts
May 6, 2007 at 5:32 am #219548I made cute and paste module banner and remove date part.
Result is in attached file.
Why LOGO and BANNER is not in same line ?
Source is here:<!– BEGIN: HEADER –>
<div id=”ja-headerwrap”>
<div id=”ja-header” class=”clearfix”><h1>
<a href=”index.php”>
<img src=”<?php echo $ja_template_path;?>/images/logo.gif” alt=”<?php echo $mosConfig_sitename?>” />
</a>
</h1><?php if ( mosCountModules(“banner”) ) { ?>
<div class=”ja-banner”>
<?php mosLoadModules ( “banner”, -1 ); ?>
</div>
<?php } ?></div>
</div>
<!– END: HEADER –>
bobgen Friendbobgen
- Join date:
- January 2006
- Posts:
- 50
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 8
- Thanked:
- 1 times in 1 posts
May 8, 2007 at 6:33 pm #219697What is wrong in source? Why logo and banner is not in same line?
Thanks in advance.
ShannonN FriendShannonN
- Join date:
- July 2006
- Posts:
- 1947
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 16
- Thanked:
- 172 times in 49 posts
May 8, 2007 at 6:59 pm #219703bobgen;14985What is wrong in source? Why logo and banner is not in same line?
Thanks in advance.
Bobgen
I need to look at the actual site and view the working code to see what is happening can you post the site url please?
Cheers Shannonbobgen Friendbobgen
- Join date:
- January 2006
- Posts:
- 50
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 8
- Thanked:
- 1 times in 1 posts
May 8, 2007 at 7:17 pm #219707My site is active now with other template becouse that is actual portal. For testing I set web site to off state and check new modification.
I think all thing with JA Teline on my portal is OK, but when I make change in file index.php I have proble.
If you wish I can set template to JA Teline and live active URL. Is That OK?bobgen Friendbobgen
- Join date:
- January 2006
- Posts:
- 50
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 8
- Thanked:
- 1 times in 1 posts
May 8, 2007 at 7:17 pm #219708My site is active now with other template becouse that is actual portal. For testing I set web site to off state and check new modification.
I think all thing with JA Teline on my portal is OK, but when I make change in file index.php I have proble.
If you wish I can set template to JA Teline and live active URL. Is That OK?ShannonN FriendShannonN
- Join date:
- July 2006
- Posts:
- 1947
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 16
- Thanked:
- 172 times in 49 posts
May 8, 2007 at 7:20 pm #219709bobgen;14997My site is active now with other template becouse that is actual portal. For testing I set web site to off state and check new modification.
I think all thing with JA Teline on my portal is OK, but when I make change in file index.php I have proble.
If you wish I can set template to JA Teline and live active URL. Is That OK?IF you are quick! its 5 am here and i need to grab a hours sleep before college starts 🙂 otherwise it’ll be 5 hrs before I can get to view it and that too long to have your site look different maybe
bobgen Friendbobgen
- Join date:
- January 2006
- Posts:
- 50
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 8
- Thanked:
- 1 times in 1 posts
May 8, 2007 at 7:23 pm #219710Ok in next 2 min will bee active. URL is: http://www.kvalis.info
ShannonN FriendShannonN
- Join date:
- July 2006
- Posts:
- 1947
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 16
- Thanked:
- 172 times in 49 posts
May 8, 2007 at 7:36 pm #219712bobgen;15000Ok in next 2 min will bee active. URL is: http://www.kvalis.info
Cheers you can change it back now I have the ideas I need to see the quickest workaround I think is this, drop logo to match height of banner
by adding x amount of white space above logo image or look at the css code that positions the logo and add px there to position it same height area as banner? the css method is more exact but need coding experience, the image alteration is fast easy and wont take much guessing as use attached image to gauge position etc
Hope this helps you now Shanny needs sleep
Goodnight/morning allShannonN
bobgen Friendbobgen
- Join date:
- January 2006
- Posts:
- 50
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 8
- Thanked:
- 1 times in 1 posts
May 8, 2007 at 8:25 pm #219714It working with changing logo image. But I’ll try to change css. If you have some suggestions about that please send me.
In any case, thank you ShannonN. You really help me.AuthorPostsViewing 15 posts - 1 through 15 (of 15 total)This topic contains 15 replies, has 3 voices, and was last updated by bobgen 17 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Banner on right of portal name
Viewing 15 posts - 1 through 15 (of 15 total)