-
AuthorPosts
-
December 23, 2008 at 4:25 am #136463Anonymous Moderator
JA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
December 24, 2008 at 9:16 am #283934Hi Jarocho,
Please see my guide:
+ Open index.php file in templates/ja_uvite folder, at about line 93, find following script:
[PHP]<!– BEGIN: USERTOOLS –>
<div id=”ja-usertoolswrap”>
<div id=”ja-usertools” class=”clearfix”>
<?php $tmpTools->genToolMenu($tmpTools->getParam(‘usertool_font’), ‘gif’); ?>
<?php $tmpTools->genToolMenu($tmpTools->getParam(‘usertool_color’), ‘gif’); ?>
</div>
</div>
<!– END: USERTOOLS –>[/PHP]and change to:
[PHP]<!– BEGIN: USERTOOLS –>
<div id=”ja-usertoolswrap”></div>
<!– END: USERTOOLS –>[/PHP]– At about line 122, find following script:
[PHP]<?php if ($this->countModules(‘user4’)) { ?>
<div id=”ja-search”>
<jdoc:include type=”modules” name=”user4″ style=”raw” />
</div>
<?php } ?>[/PHP]and change to:
[PHP]<?php if ($this->countModules(‘user4’)) { ?>
<div id=”ja-search”>
<jdoc:include type=”modules” name=”user4″ style=”raw” />
<div id=”ja-usertools” class=”clearfix”>
<?php $tmpTools->genToolMenu($tmpTools->getParam(‘usertool_font’), ‘gif’); ?>
<?php $tmpTools->genToolMenu($tmpTools->getParam(‘usertool_color’), ‘gif’); ?>
</div>
</div>
<?php } ?>[/PHP]+ Open template.css file in templates/ja_uvite/css folder, at about line 509, find script:
#ja-usertools,
#ja-mainnav,
#ja-header,
#ja-botsl,
#ja-container,
#ja-footer {
width: 950px;
margin: 0 auto;
}and change to:
#ja-mainnav,
#ja-header,
#ja-botsl,
#ja-container,
#ja-footer {
width: 950px;
margin: 0 auto;
}– At about line 1167, find script:
#ja-usertools {}
and change to:
#ja-usertools {
padding-top:10px;
}
Hope it helps.AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by Anonymous 15 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Ja Tools
Viewing 2 posts - 1 through 2 (of 2 total)