How to use tabs to separate your add-on options

How to use tabs to separate your add-on options

Fuhrmann

Well-known member
Thank you for this tutorial @Fuhrmann :)

One question, where put this ?

Code:
<li id="#1" class="profileContent">EXAMPLE OPTION 1<li>
<li id="#2" class="profileContent">EXAMPLE OPTION 1<li>
 
Thank you for this tutorial @Fuhrmann :)

One question, where put this ?

Code:
<li id="#1" class="profileContent">EXAMPLE OPTION 1<li>
<li id="#2" class="profileContent">EXAMPLE OPTION 1<li>

You need to create it in the admin templates section.AdminCP -> Development -> Admin Templates and click in the + Create Admin Template button:

Template Name: OptionsAsTabs
Content: The content of your template. (the content is in the tutorial)
 
Does not seem to be working for me. The tab options do not show up.

Edit:
NVM, my own stupidity. Working as intended! Awesome!!
 
Last edited:
Top Bottom