-
AuthorPosts
-
beuvema Friend
beuvema
- Join date:
- September 2014
- Posts:
- 91
- Downloads:
- 49
- Uploads:
- 7
- Thanks:
- 8
- Thanked:
- 3 times in 1 posts
February 26, 2010 at 10:33 am #149047I am trying to implement mod_jacpanel.zip into JA_Raite. I read trhough several posts including http://www.joomlart.com/forums/topic/ja-control-panel-userguide/ But I can’t get it to work.
here is what I did
I installed the mod and activated it.
created a module positionAnd then I got stuck, I tried to implement the code to show, but I don’t know where to put it as it does not show in the front page.
Anyone with suggestions?
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 2, 2010 at 3:19 am #334281Dear beuvema!
Pls resolve this as following:
1) please open the file templates/ja_rasite/layout/default.php and try to find codes:
[PHP]
<!– HEADER –>
<?php $this->loadBlock(‘header’) ?>
<!– //HEADER –><!– MAIN NAVIGATION –>
<?php $this->loadBlock(‘mainnav’) ?>
<!– //MAIN NAVIGATION –>
[/PHP]
>> replace:
[PHP]
<div id=”ja-cpanel-top” class=”wrap”>
<div class=”main clearfix”>
<?php if ($this->countModules(‘login’)) { ?>
<div id=”ja-login” >
<jdoc:include type=”modules” name=”login” style=”raw” />
</div>
<?php } ?>
</div>
</div><!– MAIN NAVIGATION –>
<?php $this->loadBlock(‘mainnav’) ?>
<!– //MAIN NAVIGATION –><!– HEADER –>
<?php $this->loadBlock(‘header’) ?>
<!– //HEADER –>
[/PHP]
2) open the file: templatesja_rasitelayoutsblocksmainnav.php and find codes at line 3:
[PHP]<?php if (($jamenu = $this->loadMenu())) $jamenu->genMenu ($this->getParam(‘startlevel’,0), $this->getParam(‘endlevel’,-1)); ?>[/PHP]
replace:
[PHP]
<?php if (($jamenu = $this->loadMenu())) $jamenu->genMenu ($this->getParam(‘startlevel’,0), $this->getParam(‘endlevel’,-1)); ?>
<div class=”control-button”>
<jdoc:include type=”modules” name=”ja-cpanel” style=”raw” />
</div>
[/PHP]
3) open the file: templatesja_rasitecsstemplate.css and the following codes at end of file:/* Cpanel */
.button-cpanel-switcher {
clear: both;
}.ja-cpanel-switcher {
position: absolute;
right: -145px;
bottom: -10px;
color: #858585;
width: 22px;
height: 22px;
text-decoration: none;
font-size: 95%;
font-weight: bold;
text-indent: -5000px;
}#ja-cpanel a {
outline: none;
}.hide {
background: url(../images/cpanel-hide.png) no-repeat center center;
}.show {
background: url(../images/cpanel-show.png) no-repeat center center;
}#ja-cpanel-top {
background-color: #000;
}#ja-cpanel-top .main {
position: static !important;
}.cpanel-top .hide {
background: url(../images/cpanel-hide.png) no-repeat center center;
}.cpanel-top .show {
background: url(../images/cpanel-show.png) no-repeat center center;
}#ja-cpanel-top-switcher {
bottom: auto;
top: -1px;
background-color: #900;
}b) find code at line 1235:
/* Main Nav —*/
#ja-mainnav {
background: url(../images/mainnav-bg.gif) repeat-x left top;
font-family: Tahoma, Verdana, Tahoma, sans-serif;
height: 46px;
line-height: 1;
padding-top: 10px;
position: absolute;
top: 0;
z-index: 900;
}replace:
/* Main Nav —*/
#ja-mainnav {
background: url(../images/mainnav-bg.gif) repeat-x left top;
font-family: Tahoma, Verdana, Tahoma, sans-serif;
height: 46px;
line-height: 1;
padding-top: 10px;
position: relative;
top: 0;
z-index: 900;
}c) find code at line 1283:
#ja-header {
position: relative;
margin-top: 46px;
z-index: 10;
}replace:
#ja-header {
position: relative;
z-index: 10;
}4) install the jacpanel (mod_jacpanel.zip ) module on the ja-cpanel position:
5) put expectly modules on the login positiongood luck
-
AuthorPosts
This topic contains 3 replies, has 2 voices, and was last updated by beuvema 14 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum