Multiple Tabs in different locations

Tabs Joomla module is the easiest way to create and manage your content via tabs.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Tue Sep 27, 2011 10:30 pm
Dear Support,

I was curious how to accomplish publishing multiple tabs on different article pages? As I understand it I am limited to 10 tabs which is fine, but I would like to use 3 on one page and say 2 on another page etc., etc.,

Unless mistaken it seems that ALL published tabs are grouped together -- is there away to only call the published tabs you want to a given page?

Thanks in advance !
User avatar
Fresh Boarder

GK User
Wed Sep 28, 2011 12:44 am
Just to clerify if you mean only 10 tab positions you are not limited at all. Just edit the templateDetails.xml file and add more positions as you need.
e.g Current tab code in templateDetails.xml
Code: Select all
      <!-- TAB Module Positions -->
      <position>tab1</position>
      <position>tab2</position>
      <position>tab3</position>
      <position>tab4</position>
      <position>tab5</position>
      <position>tab6</position>
      <position>tab7</position>
      <position>tab8</position>
      <position>tab9</position>
      <position>tab10</position>


Add more as you need underneath so it looks same style

Code: Select all
      <!-- TAB Module Positions -->
      <position>tab1</position>
      <position>tab2</position>
      <position>tab3</position>
      <position>tab4</position>
      <position>tab5</position>
      <position>tab6</position>
      <position>tab7</position>
      <position>tab8</position>
      <position>tab9</position>
      <position>tab10</position>
      <position>tab11</position>
      <position>tab12</position>
      <position>tab13</position>
      <position>tab14</position>
      <position>tab15</position>
      <position>tab16</position>
      <position>tab17</position>
      <position>tab18</position>
      <position>tab19</position>
      <position>tab20</position>
User avatar
Platinum Boarder


cron