-
AuthorPosts
-
niusha Friend
niusha
- Join date:
- April 2008
- Posts:
- 42
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 10
- Thanked:
- 1 times in 1 posts
May 6, 2008 at 5:59 am #128247“Custom HTML” Module (JA Antares)
Hello,
is also the “Custom HTML” Module (JA Antares) in the YES Edenite possible?
if I in “Module Class Suffix” for example “-blue” entries, nothing happens!
Best Regards,
Niusha
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
niusha Friendniusha
- Join date:
- April 2008
- Posts:
- 42
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 10
- Thanked:
- 1 times in 1 posts
May 6, 2008 at 9:02 am #247916<em>@hainn84 51924 wrote:</em><blockquote>Hi niusha !
Please send link of your site , I will check it for you !</blockquote>link of the site:
Module_1: “Module Class Suffix : -blue”
Module_2: “Module Class Suffix : -green”Best Regards,
A. Nosrati
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
May 6, 2008 at 9:32 am #247920You must do 4 steps for get style for module :
step 1:
You open antares template , open template_css.css file in templates/ja_antares/css folder, you can find section code at about line 297 :
/* MODULE HILITE GREEN
--------------------------------------------------------- */
div.module-blue h3,
div.module-green h3,
div.module-orange h3 {
text-transform: uppercase;
font-size: 1em;
margin: 0 0 5px;
}div.module-green {
margin-bottom: 5px;
padding: 0;
width: 97.5%;
background: url(../images/box-br-green.gif) no-repeat bottom right;
color: #FFFFFF;
}div.module-green a {
color: #FFFFFF;
}div.module-green div {
padding: 0;
background: url(../images/box-bl-green.gif) no-repeat bottom left;
}div.module-green div div {
padding: 0;
background: url(../images/box-tr-green.gif) no-repeat top right;
}div.module-green div div div {
padding: 9px 15px 15px;
background: url(../images/box-tl-green.gif) no-repeat top left;
}/* MODULE HILITE BLUE
--------------------------------------------------------- */
div.module-blue {
margin-bottom: 5px;
padding: 0;
width: 97.5%;
background: url(../images/box-br-blue.gif) no-repeat bottom right;
color: #FFFFFF;
}div.module-blue a {
color: #FFFFFF;
}div.module-blue div {
padding: 0;
background: url(../images/box-bl-blue.gif) no-repeat bottom left;
}div.module-blue div div {
padding: 0;
background: url(../images/box-tr-blue.gif) no-repeat top right;
}div.module-blue div div div {
padding: 9px 15px 15px;
background: url(../images/box-tl-blue.gif) no-repeat top left;
}/* MODULE HILITE ORANGE
--------------------------------------------------------- */
div.module-orange {
margin-bottom: 0px;
padding: 0;
width: 97.5%;
background: url(../images/box-br-orange.gif) no-repeat bottom right;
color: #FFFFFF;
}div.module-orange a {
color: #FFFFFF;
}div.module-orange div {
padding: 0;
background: url(../images/box-bl-orange.gif) no-repeat bottom left;
}div.module-orange div div {
padding: 0;
background: url(../images/box-tr-orange.gif) no-repeat top right;
}div.module-orange div div div {
padding: 9px 15px 10px;
background: url(../images/box-tl-orange.gif) no-repeat top left;
}#ja-leftcol div.module-blue,
#ja-leftcol div.module-green,
#ja-leftcol div.module-orange,
#ja-rightcol div.module-blue,
#ja-rightcol div.module-green,
#ja-rightcol div.module-orange {
width: 100%;
float: left;
clear: both;
}
this is css code for blue, green , …. box module, you must copy this code add to template.css file in templates/ja_edenite/css folder.
– Step 2 :
open templates/ja_antares/images folder copy following images : box-tl-blue.gif, box-tl-green.gif,box-tl-orange.gif,box-tr-blue.gif,box-tr-green.gif,box-tr-orange.gif to templates/ja_edenite/images folder .
– Step 3 :
Open index.php file in templates/ja_edenite folder change code for load module with load parameter is “rounder”
example : if you want user7 and have green box , in index.php file you search code
<jdoc:include type="modules" name="user7" style="......" />
change into :
<jdoc:include type="modules" name="user7" style="rounded" />
– step 4 :
Go to administrator ser module class suffix to “-green” or “-blue” or “-orange”good luck !
niusha Friendniusha
- Join date:
- April 2008
- Posts:
- 42
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 10
- Thanked:
- 1 times in 1 posts
May 6, 2008 at 10:08 am #247927I have done exactly as you have described, but it don’t works for me :confused:
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
May 7, 2008 at 3:21 am #248025hi niusha !
You can send FTP account via pm . i will do it for you !Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
May 12, 2008 at 2:51 am #248708niusha !
Please view : http://nosrati.de i have fixed it for you ;)!niusha Friendniusha
- Join date:
- April 2008
- Posts:
- 42
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 10
- Thanked:
- 1 times in 1 posts
May 12, 2008 at 10:53 am #248774<em>@hainn84 52927 wrote:</em><blockquote>niusha !
Please view : http://nosrati.de i have fixed it for you ;)!</blockquote>THANKS, just as I wanted to have it :-*
Can you say me what files and to which point it you handled?
For the future, if I will change something 😉Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
May 13, 2008 at 1:48 am #248864Hi niusha !
I view index.php file in templates/ja_edenite folder i view a mistake it have code :
<jdoc:include type="modules" name="user7" style="rounder" />
line code must be :
<jdoc:include type="modules" name="user7" style="rounded" />
i have change it and it works now !
1 user says Thank You to Sherlock for this useful post
niusha Friendniusha
- Join date:
- April 2008
- Posts:
- 42
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 10
- Thanked:
- 1 times in 1 posts
May 13, 2008 at 10:33 am #248957<em>@hainn84 53120 wrote:</em><blockquote>Hi niusha !
I view index.php file in templates/ja_edenite folder i view a mistake it have code :
<jdoc:include type="modules" name="user7" style="rounder" />
line code must be :
<jdoc:include type="modules" name="user7" style="rounded" />
i have change it and it works now !</blockquote>
Thank you very much:D
-
AuthorPosts
This topic contains 10 replies, has 2 voices, and was last updated by niusha 16 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum