-
AuthorPosts
-
sugiarto Friend
sugiarto
- Join date:
- November 2008
- Posts:
- 91
- Downloads:
- 6
- Uploads:
- 9
- Thanks:
- 16
- Thanked:
- 4 times in 1 posts
April 4, 2009 at 3:01 pm #139922Hi all,
I am using JA Copper Bussiness. I need a new module position. Position and width is like user5 but without heading.
What codes should I add and to which file?
Thanks in advance.
Regards,
Sugiarto.nguyenhuu quang Friendnguyenhuu quang
- Join date:
- September 2014
- Posts:
- 1087
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 29
- Thanked:
- 328 times in 288 posts
nguyenhuu quang Friendnguyenhuu quang
- Join date:
- September 2014
- Posts:
- 1087
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 29
- Thanked:
- 328 times in 288 posts
April 4, 2009 at 4:45 pm #300046index.php line: 217
[PHP]<?php if ($ja_masscol) { ?>
<!– BEGIN: MASSCOL –>
<div id=”ja-colmass” class=”clearfix”>
<div class=”ja-innerpad”>
<jdoc:include type=”modules” name=”user5″ style=”jamodule” />
</div>
</div>
<?php } ?>[/PHP]to
[PHP]<?php if ($ja_masscol) { ?>
<!– BEGIN: MASSCOL –>
<div id=”ja-colmass” class=”clearfix”>
[PHP]<?php if ($ja_masscol) { ?>
<!– BEGIN: MASSCOL –>
<div id=”ja-colmass” class=”clearfix”>
<div class=”ja-innerpad”>
<jdoc:include type=”modules” name=”user5″ style=”jamodule” />
</div>
<div class=”ja-innerpad”>
<jdoc:include type=”modules” name=”user51″ style=”xhtml” />
</div>
</div>
<?php } ?>[/PHP]Urszula Dziki FriendUrszula Dziki
- Join date:
- September 2014
- Posts:
- 221
- Downloads:
- 0
- Uploads:
- 44
- Thanks:
- 34
- Thanked:
- 20 times in 1 posts
April 5, 2009 at 2:20 am #300095Why do you need new position? .. May be simply use blank_ if you don’t need heading in module class. That should do the trick for you. Unless you really need something specific with different width etc.. but for heading .. I think class trick should do for you
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 3 voices, and was last updated by Urszula Dziki 15 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Need a new module position
Viewing 4 posts - 1 through 4 (of 4 total)