-
AuthorPosts
-
May 8, 2008 at 6:32 pm #128348
Hello I have 2 questions please:
1) How can I change the background of User1 module?
2)Is it possible to add more images on the left in USERTOOL? My site is in 3 different languages so I was thinking to add 3 little icon-flags on the left of the blue theme icon.Thank you
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
May 9, 2008 at 3:54 am #2483101. you can search those lines in index.php(templates/ja_corona/index.php):
<?php if( $this->countModules('user2') ) {?>
<div class="ja-box<?php echo $topsl['user2']['class']; ?>" style="width: <?php echo $topsl['user2']['width']; ?>;">
<jdoc:include type="modules" name="user2" style="xhtml" />
</div>
<?php } ?>
you can add into
style="width: <?php echo $topsl['user2']['width']; ?>;"
like as
style="width: <?php echo $topsl['user2']['width']; ?>;background:red"
2. Plz open ja_templatetools_1.5.php
Search function genToolMenu, read code and add as you want in this function1 user says Thank You to Sherlock for this useful post
May 14, 2008 at 6:29 pm #249138Hello
Thanks for your help.I fixed the background color but the gentoolMenu i found it very difficult.
Please wld u mind helping me a bit more with question 2?All I need is an image with a link that as soon as u click will send u to a link.
Thank youMay 20, 2008 at 2:20 am #249824some help please :((
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
May 20, 2008 at 8:15 am #249844you must add PHP code in that function, I think you should contact with your developer to finish it
May 29, 2008 at 5:01 pm #251070Well If I had a developer I wldn’t come here for support.I think you guys release templates but without giving support for them.Support here is very poor.I dont think I’m gonna renew again with you.I have been a user since feb and this is the only question I’m asking and I dont get support for.So why to renew my account ???
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
June 3, 2008 at 1:55 am #251640Hi
Plz pm me, and we will to complete your request as you wantSherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
June 4, 2008 at 2:45 am #251809Hi.
Plz open ja_templatetools_1.5.php
Search those lines(~line 79)
function genToolMenu($ja_tools, $imgext = 'gif'){
if($ja_tools & 1){//show screen tools
Change to
function genToolMenu($ja_tools, $imgext = 'gif'){
?>
<ul class="ja-joomfish"><?php
$lang=JRequest::getCmd('lang');
if ($lang=="fr"){
?>
<li ><a href="index.php?lang=en">
<img src="<?php echo $this->templateurl() ;?>/images/en.gif" width="20" height="14" border="0">
</a></li>
<li ><a href="index.php?lang=fr"><img src="<?php echo $this->templateurl() ;?>/images/fr_over.gif" width="20" height="14" border="0"></a></li>
<?php
} else {
?>
<li ><a href="index.php?lang=en">
<img src="<?php echo $this->templateurl() ;?>/images/en_over.gif" width="20" height="14" border="0">
</a></li>
<li ><a href="index.php?lang=fr"><img src="<?php echo $this->templateurl() ;?>/images/fr.gif" width="20" height="14" border="0"></a></li>
<?php
}
?>
</ul>
<?php
if($ja_tools & 1){//show screen tools
Then add 4 images are en.gif,en_over.gif, fr.gif, fr_over.gif to templates/ja_corona/images folder1 user says Thank You to Sherlock for this useful post
-
AuthorPosts
This topic contains 9 replies, has 2 voices, and was last updated by alme 16 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum