Hi does any one know how to add another user place holders i.e <jdoc:include type="modules" name="user3" /> PHP: at the moment it goes up to 4 but I would like to add some more.
just rename "user3" to your module position name, example <jdoc:include type="modules" name="position1" /> <jdoc:include type="modules" name="position2" /> <jdoc:include type="modules" name="position3" /> etc.. you can create position by entering your posisition name when your edit your module at your joomla backend. you can write it at dropdown joomla position list.
Hi, Position are directly related to templates and templates on installation are controlled by the xml file. When in development you must first specify the position in template_details.xml in order to register it to the database and then get it in all drop downs?? Post again if any problems??