-
AuthorPosts
-
rdwebtools Friend
rdwebtools
- Join date:
- August 2010
- Posts:
- 24
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 3 times in 1 posts
August 16, 2010 at 10:20 pm #153589Hi. I would like to have 3 modules position in header. I made a sample image . Can any one tell me the procedure. Thanks in Advance. For a JA Teline 3 Template
gray Friendgray
- Join date:
- October 2009
- Posts:
- 957
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 28
- Thanked:
- 292 times in 230 posts
August 19, 2010 at 11:19 am #353164Logics in creating new module positions is a little bit described in this thread
how to create new module positions above logo in tellina iii template
But instead of logo position, you should add new code in the heading positions.rdwebtools Friendrdwebtools
- Join date:
- August 2010
- Posts:
- 24
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 3 times in 1 posts
August 19, 2010 at 1:16 pm #353176I am getting Syntax error. If can add a new module position in between logo and search that should be fine. Please help me to create a new module position.
gray Friendgray
- Join date:
- October 2009
- Posts:
- 957
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 28
- Thanked:
- 292 times in 230 posts
August 19, 2010 at 2:15 pm #353177<em>@rdwebtools 190942 wrote:</em><blockquote>I am getting Syntax error. If can add a new module position in between logo and search that should be fine. Please help me to create a new module position.</blockquote>
Please give the code you added and the syntax error which appear.
rdwebtools Friendrdwebtools
- Join date:
- August 2010
- Posts:
- 24
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 3 times in 1 posts
August 19, 2010 at 10:19 pm #353193Is there a way in which i can add a module position between the logo and search modules?
Thankyou.Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
August 20, 2010 at 7:00 am #353242<em>@rdwebtools 190967 wrote:</em><blockquote>Is there a way in which i can add a module position between the logo and search modules?
Thankyou.</blockquote>
You open the file: templatesja_teline_iiilayoutsblocksheader.php and find the following code:[PHP]
<?php if($this->countModules(‘search’)) : ?>
[/PHP]
replace:
[PHP]
<?php if($this->countModules(‘topmiddle’)) : ?>
<div id=”ja-topmiddle”>
<jdoc:include type=”modules” name=”topmiddle” />
</div>
<?php endif; ?><?php if($this->countModules(‘search’)) : ?>
[/PHP]
and add the following css into the template.css file:#ja-topmiddle {
float:left;
padding-left:10px;
width:300px;
}When done, the template will have a new position named “topmiddle“, you ‘ll your modules in there
4 users say Thank You to Saguaros for this useful post
August 21, 2010 at 8:14 am #353330Thanks for that, just what I needed too!
rdwebtools Friendrdwebtools
- Join date:
- August 2010
- Posts:
- 24
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 3 times in 1 posts
August 22, 2010 at 1:41 am #353366Perfect … Thank you Very Much..
AuthorPostsViewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 4 voices, and was last updated by rdwebtools 14 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
3 modules in header position.
Viewing 8 posts - 1 through 8 (of 8 total)