Tabs in Post Content
terzier Offline
Member
***
Posts: 91
Joined: Feb 2012
Post: #1
Toungue Tabs in Post Content
I want to create tabs in the post. using mycodes and with the help of this plugin I'm sure it could be done. but after trying repeatedly "tabs" that I want does not appear. please correction Ouch

I want to make mycodes like on the page Yes

The following is my code:
MyCode Pattern

Code:
[tabs]
[tab={ANYTHING}][b]{ANYTHING}[/b]{ANYTHING}[/tab]
[tab={ANYTHING}][b]{ANYTHING}[/b]{ANYTHING}[/tab]
[tab={ANYTHING}][b]{ANYTHING}[/b]{ANYTHING}[/tab]
[/tabs]


Replacement

Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<ul class="tabber">
<li><a href="#$1">$1</a></li>
<li><a href="#$1">$1</a></li>
<li><a href="#$1">$1</a></li>
</ul>

<div id="$1">
<h3>$1<h3>
<p>$2</p>
</div>

<div id="$1">
<h3>$1<h3>
<p>$2</p>
</div>

<div id="$1">
<h3>$1<h3>
<p>$2</p>
</div>


Un-Official MyBB from Indonesia| Facebook Page|Twitter
GARUDA DIDADA KU
06-25-2015 01:13 AM
Visit this user's website Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
Tabs in Post Content - terzier - 06-25-2015 01:13 AM
RE: Tabs in Post Content - ZiNgA BuRgA - 06-25-2015, 09:35 AM
RE: Tabs in Post Content - terzier - 06-25-2015, 01:12 PM
RE: Tabs in Post Content - Sama34 - 06-27-2015, 06:34 AM
RE: Tabs in Post Content - terzier - 06-27-2015, 11:03 PM
RE: Tabs in Post Content - Sama34 - 06-29-2015, 03:51 PM
RE: Tabs in Post Content - terzier - 06-29-2015, 10:42 PM
RE: Tabs in Post Content - Sama34 - 07-01-2015, 06:42 AM
RE: Tabs in Post Content - terzier - 07-01-2015, 02:51 PM

 Standard Tools
Forum Jump: