Adding more user placeholders

Discussion in 'Joomla' started by jamessy, Oct 3, 2009.

  1. #1
    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.
     
    jamessy, Oct 3, 2009 IP
  2. khajeya

    khajeya Member

    Messages:
    256
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    28
    #2
    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.
     
    khajeya, Nov 18, 2009 IP
  3. bhagwant.banger

    bhagwant.banger Active Member

    Messages:
    99
    Likes Received:
    6
    Best Answers:
    1
    Trophy Points:
    60
    #3
    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??
     
    bhagwant.banger, Nov 24, 2009 IP