-
AuthorPosts
-
July 31, 2007 at 8:55 pm #121743
Is the limit 50 or can we add many more after passing 50?
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
July 31, 2007 at 8:56 pm #225844You can hack the joomla core to add more than 50 positions, do a search here and you will find the answer to it
instantinlaw Friendinstantinlaw
- Join date:
- February 2007
- Posts:
- 1646
- Downloads:
- 6
- Uploads:
- 28
- Thanks:
- 68
- Thanked:
- 210 times in 62 posts
July 31, 2007 at 8:58 pm #225845sonsuz;22922Is the limit 50 or can we add many more after passing 50?
Although, someone may be able to answer that question, Joomlart does not support questions that do not relate directly to the templates or extensions it sells. You may get more results by posting in the Joomla.org forums.
Good luck. 🙂ErikThorsen FriendErikThorsen
- Join date:
- December 2005
- Posts:
- 1098
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 22
- Thanked:
- 10 times in 1 posts
July 31, 2007 at 9:30 pm #225851This has already been anwered. Search this forum and you will find the answer.. :
A little hint: Yes, you can have as many positions as you like… ( more or less )TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
July 31, 2007 at 11:07 pm #225863The following is how you can create more module position fields within your Joomla Administration
(and thus, create more module positions).Within your Joomla files (on your server), open –> administratorcomponentscom_templates and open admin.templates.html.php
In line 357 you have this code:
function editPositions( &$positions, $option ) {
global $adminLanguage;
$rows = 25;
$cols = 2;
$n = $rows * $cols;
?>If you modify the rows value you can have more module fields. You just have to increment this value and then fill the forms,
save it and it will add more records into the table.I experimented with this and the fields you can create are virtually endless, depending on the parameters you set.
For example, I set the rows to “50” and the cols to 3 – and I had 150 available module positions. And yes, it works.😎
TOM
-
AuthorPosts
This topic contains 7 replies, has 5 voices, and was last updated by Menalto 17 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum