• The site has now migrated to Xenforo 2. If you see any issues with the forum operation, please post them in the feedback thread.
  • An addendum to Rule 3 regarding fan-translated works of things such as Web Novels has been made. Please see here for details.
  • Due to issues with external spam filters, QQ is currently unable to send any mail to Microsoft E-mail addresses. This includes any account at live.com, hotmail.com or msn.com. Signing up to the forum with one of these addresses will result in your verification E-mail never arriving. For best results, please use a different E-mail provider for your QQ address.
  • For prospective new members, a word of warning: don't use common names like Dennis, Simon, or Kenny if you decide to create an account. Spammers have used them all before you and gotten those names flagged in the anti-spam databases. Your account registration will be rejected because of it.
  • Since it has happened MULTIPLE times now, I want to be very clear about this. You do not get to abandon an account and create a new one. You do not get to pass an account to someone else and create a new one. If you do so anyway, you will be banned for creating sockpuppets.
  • Due to the actions of particularly persistent spammers and trolls, we will be banning disposable email addresses from today onward.
  • The rules regarding NSFW links have been updated. See here for details.

Tabs?

Heaven Canceler

Behind You!
Joined
Nov 30, 2013
Messages
11,882
Likes received
58,069
I have been playing around with the tab feature. I just cannot find out how to get back to a higher layer though.



And now... I just cannot seem to get another highest layer tab.

Basically, I want a Tab for Main Character, one Tab for Group 1, one for Group 2 etc.... each with subtabs for other stuff, but I am stuck at Group 1 and just cannot seem to find out how to make a Group 2 tab on the same height? Anyone know how to do that?
 
I have been playing around with the tab feature. I just cannot find out how to get back to a higher layer though.



And now... I just cannot seem to get another highest layer tab.

Basically, I want a Tab for Main Character, one Tab for Group 1, one for Group 2 etc.... each with subtabs for other stuff, but I am stuck at Group 1 and just cannot seem to find out how to make a Group 2 tab on the same height? Anyone know how to do that?

Quote it and see where I added to it.
 
Like this I suppose.

Code:
[tabs]
 
	[tab=Top Tab 1]
	Character
	[/tab]
 
	[tab=Top Tab 2]
 
		[tabs]
 
			[tab=Sub Tab 1]
			Thing 1
			[/tab]
 
			[tab=Sub Tab 2]
			Thing 2
			[/tab]
 
			[tab=Sub Tab 3]
			Thing 3
			[/tab]
 
		[/tabs]
 
	[/tab]
 
	[tab=Top Tab 3]
	Whatever you want.
	[/tab]
 
[/tabs]
 
Last edited:

Users who are viewing this thread

Back
Top