-
AuthorPosts
-
April 16, 2013 at 9:40 am #186800phong nam Friend
phong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
April 18, 2013 at 2:02 pm #490318Hi mgurbanes,
Try this :
1. Open<blockquote> templatesja_socialblocksheader.php </blockquote>on your server, then put below code
<?php if($this->countModules('newmodule')) : ?>
<div id="newmodule">
<jdoc:include type="modules" name="newmodule" />
</div>
<?php endif; ?>before line
<?php if($this->countModules('search')) : ?>
2. Open <blockquote>templatesja_socialtemplateDetails.xml </blockquote>. Then add below line
<position>newmodule</position>
before
</positions>
3. Open <blockquote>templatesja_socialcsstemplate.css</blockquote>, then add the css style of new module:
.newmodule {
float: left;
witdth: 728px;
height: 90px;
}4. Then create new module at newmodule position in Module Manager.
Regards,
—
LeoAuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by phong nam 11 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How to Add new module position?
Viewing 2 posts - 1 through 2 (of 2 total)