-
AuthorPosts
-
April 20, 2011 at 9:09 am #162996
Ja_Rochea. I need to position Language Selection Flags where User Tools are. Or if possible add Language Selection Flags inside User Tools.
See screenshot attached
Thanks in advance.
himangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
April 20, 2011 at 10:36 am #387250It wont be possible to add language flags in user tools. But if you want you can add a position there, where you can display a language selection module..
April 20, 2011 at 10:55 am #387256Thanks Himangi,
Can you please tell me how can I add a position there.
Thanks in advance
himangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
April 20, 2011 at 11:43 am #387263- To add a new position in the template, open templates/ja_rochea/index.php and find <?php if ($tmpTools->getParam(JA_TOOL_USER)) {?> around line no. 110
- Then to display the module content in top right corner, we need to give some styling to the div with id=”user9″, we just added in the index.php To do that open templates/ja_rochea/css/template.css and add following code in that.
- To remove the usertools symbol, go to Joomla admin panel, Extensions>template Manager and click on ja_rochea to edit it. Find Display Template Tools param and set its value to NO.
Above this line, place <blockquote><?php if ($this->CountModules(‘user9’)) {?>
<div id=”user9″>
<jdoc:include type=”modules” name=”user9″ style=”xhtml” />
</div>
<?php } ?></blockquote><blockquote>div#user9{
width:50px;
float:right;
}div#user9 div.moduletable{
padding:0px;
margin:0px;
}</blockquote>
Save the file.April 20, 2011 at 12:19 pm #387266Thanks for everything. You have an excellent support service. One more think though
I need to display template tools. I want the language selection next to it. Please see screenshot.
Thanks in advance
himangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
April 20, 2011 at 12:25 pm #387269Hi,
If you can PM me site url and admin access, I will be able to give effective solution.
April 20, 2011 at 12:55 pm #387274I haven’t uploaded the site yet. I’m working on it locally
himangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
April 20, 2011 at 1:18 pm #387280Without seeing the site, I wont be able to give you right solution. But you will need to set widths for mainmenu div, user9 div and usertools div (please check exact ids of the divs) from template.css
April 20, 2011 at 1:26 pm #387283Thanks Himangi,
As soon as I upload the website I’ll post you all info requested.
Thanks in advance
AuthorPostsViewing 9 posts - 1 through 9 (of 9 total)This topic contains 9 replies, has 2 voices, and was last updated by kyriakos 13 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum