-
AuthorPosts
-
October 26, 2008 at 1:48 am #134782
Hello People, i would know if i can get some help at this forum, im working on the Rutile template and i would know how i could add a new position below the JA News and Right. Im attaching an image.
All the help will be appreciate.
Regards
Mariela
October 26, 2008 at 9:07 am #276943Please somebody Help me
October 29, 2008 at 2:05 pm #277421Please support
questbg Friendquestbg
- Join date:
- May 2008
- Posts:
- 1912
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 146
- Thanked:
- 339 times in 197 posts
October 29, 2008 at 2:27 pm #277423Hi Mariela
Not sure I can help as I’ve never used the Rutile template before.
It would seem from your screengrab that the ‘first stepping stone’ would be to duplicate the JA News Frontpage module, rename this and then publish this in a position underneath JA News?
As for how you can get this to span across the right column, I don’t know, I’m quite new to Joomla myself.
Hopefully, one of the JA staff will give you more information than this!
Good Luck
ChrisMenalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
October 29, 2008 at 2:47 pm #277426To add a new posiiton like that is just as for any other template:)
October 29, 2008 at 4:48 pm #277431what do you mean?……i thought that there needed to add some code to index.php
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
October 29, 2008 at 5:02 pm #277433Yes you need to, and the steps to add a new module position is the same as you need to do for any other template, use the code and place it where you want it
scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
October 29, 2008 at 8:16 pm #277452Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
October 31, 2008 at 7:42 am #277614You can do so by the following way:
1. Edit index.php:
Search those lines:
<?php
$spotlight = array ('user1','user2','user5','user6');
Add this code above:
<div id="ja-rutile">
<jdoc:include type="modules" name="yourposition" style="yourstyle" />
</div>
Change yourposition and yourstyle as you want
2. Add those lines into CSS:
#ja-rutile {template.css (line 1262)
clear:both;
float:right;width:77.5%;
}scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
October 31, 2008 at 9:27 am #277625Copied straight from firebug ^^
Should be…
#ja-rutile {
clear:both;
float:right;
width:77.5%;
}AuthorPostsViewing 10 posts - 1 through 10 (of 10 total)This topic contains 10 replies, has 5 voices, and was last updated by scotty 16 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Advice about create a new position
Viewing 10 posts - 1 through 10 (of 10 total)