Hello,
thanks for your quick answer.
1) I added following code to index.php in the folder /templates/ja_anion
<jdoc:include type="modules" name="YOURNEWMODULE" style="none" />
After saving i get an error message (“Error on line 5”; on that line where i add the code)
So i but this code out of my index.php and tried the next step.
2) I put a new position in templateDetails.xml
<position>Skyscraper</skyscraper>
3) I opened default.php file in pluginssystemjat3base-themesdefaultpage and changed
<div id="ja-wrapper">
<a name="Top" id="Top"></a>
to
<div id="ja-wrapper">
<div id="ja-leftbanner"><jdoc:include type="modules" name="left-banner" /></div>
<div id="ja-rightbanner"><jdoc:include type="modules" name="right-banner" /></div>
<a name="Top" id="Top"></a>
4) Then i put following code in the template.css in the folder /templates/ja_anion/css
#ja-wrapper {position:relative;}
instead of
#ja-wrapper {}
5) at the end of the file i added this code
#ja-rightbanner {
position:absolute;
top:0px;
right:0px;
width:200px;
}
now i can choose the position skyscraper in the backend. but i a put a banner in this module i can’t see them in the frontend.
is it because of the error in index.php?
please give me a message.
Best,
Thomas