I can post the edits if anybody wants them.
3.1.x Extensions Database 3.1 / 3.2 ⇒ Tabbed Profiles
-
- Users
- Posts: 109
- Joined: 18 Aug 2016, 15:38
Re: Tabbed Profiles
Sweet, I created a Recent Images Tab, and got the Gallery Recent Images to show there, saved a tonne of space.
I can post the edits if anybody wants them.
I can post the edits if anybody wants them.
-
- Founder
- Posts: 6466
- Joined: 13 Jan 2014, 21:45
Re: Tabbed Profiles
Will check on this requestKinsman wrote: 29 Sep 2016, 01:01 Is it possible to create extra tabs, or we can only move stuff around between the existing three tabs?
-
- VIP
- Posts: 1157
- Joined: 14 Oct 2014, 19:01
Re: Tabbed Profiles
Dm... I've been testing this out and I see the tabs are not quite right.
I changed the classes in memberlist_view_content_prepend.html ( Sniper's Profile )This would make the tabs look like they are suppose to look like at first.
Then I tried to play with the tabs.js to get the classes to change in the <li class on select but I no little about .js codding.
If another tab is selected it should change that first <li class to tab and the one you selected to tab activetab.
What do you think...?
I changed the classes in memberlist_view_content_prepend.html ( Sniper's Profile )
Code: Select all
<li class="tab activetab"><a name="profile" href="#profile" onclick="subPanels('profile-panel'); return false;"><span>{USERNAME}</span></a></li>
<li class="tab"><a name="contact" href="#contact" onclick="subPanels('contact-panel'); return false;"><span>{L_CONTACT_USER}</span></a></li>
<li class="tab"><a name="statistics" href="#statistics" onclick="subPanels('statistics-panel'); return false;"><span>{L_STATISTICS}</span></a></li>
Then I tried to play with the tabs.js to get the classes to change in the <li class on select but I no little about .js codding.
If another tab is selected it should change that first <li class to tab and the one you selected to tab activetab.
What do you think...?