-
AuthorPosts
-
March 9, 2010 at 6:56 pm #149350
hi all
I need urgent a modul-position in the rasite-template 😮
how I can install a modul-position in the rasite-template under the body
in the white content??how do I do this?
the JA-CS position I can not use, because the background is dark
I am in desapair, my project depends on it
plz help me :((
histeriks Friendhisteriks
- Join date:
- December 2009
- Posts:
- 285
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 16
- Thanked:
- 114 times in 87 posts
March 9, 2010 at 9:02 pm #335529d3xter;168525hi all
I need urgent a modul-position in the rasite-template 😮
how I can install a modul-position in the rasite-template under the body
in the white content??how do I do this?
the JA-CS position I can not use, because the background is dark
I am in desapair, my project depends on it
plz help me :((
Hi d3xter,
I can give you a few guidelines, upon which you’ll have to create a solution that will suit your needs.
Open main.php file located in Rasite’s layouts/blocks directory, and scroll to the end of the file where you’ll find this:
<?php endif; ?>
</div>
</div>
<!-- //CONTENT -->
now, on the bottom, on line 88, add this:<jdoc:include type="modules" name="ja-bottom" />
so that the end of the main.php looks like this:</div>
<?php endif; ?>
<jdoc:include type=”modules” name=”ja-bottom” />
</div>
</div>
<!– //CONTENT –>now, open your template.css, located in the css directory of your template, and on the bottom add style for your new module position, in a form similar to this
.ja-bottom {
PUT YOUR STYLING HERE
}and finally, open file templateDetails.xml, located in your template directory, and add:
<position>ja-bottom</position>
on line 60.
This will get you a new module position named ja-bottom in your template, which you can style according to your needs through your template.css file.
For better understanding of the process, i would suggest you to read other posts on this subject here at JA forum (just type “add new module position” in the search field). It’s the best way to figure out how things operate. Backup your files and experiment.
Good luck 🙂
2 users say Thank You to histeriks for this useful post
March 10, 2010 at 6:37 pm #335668@ histeriks
1000 thanks!! :laugh:
it pretty works! and I am saved :-*my hp: http://www.rtcw4ever.de/index.php
I have the ja-news-modul NOW under the body-content
if one reads an article, is the text about the ja-news now, and not under thisperfect 🙂
greetz
dexhisteriks Friendhisteriks
- Join date:
- December 2009
- Posts:
- 285
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 16
- Thanked:
- 114 times in 87 posts
March 10, 2010 at 7:17 pm #335671d3xter;168732@ histeriks
1000 thanks!! :laugh:
it pretty works! and I am saved :-*my hp: http://www.rtcw4ever.de/index.php
I have the ja-news-modul NOW under the body-content
if one reads an article, is the text about the ja-news now, and not under thisperfect 🙂
greetz
dexI’m glad it went ok, good luck with other stuff 🙂
-
AuthorPosts
This topic contains 4 replies, has 2 voices, and was last updated by histeriks 14 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum