MyBB Community Forums

Full Version: [Request] Tabs in Post Content
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
@SinhLe : does not work, you try to "inspect element" this post
http://www.kampoeng.us/Thread-Test-Tabs-...ampoeng-Us

do i have to add file-min.js tabber javascript and include the URL to the templates "headerinclude"
http://www.kampoeng.us/jscripts/tabs_js/tabber-min.js
http://www.kampoeng.us/jscripts/tabs_js/tabber.js
http://www.kampoeng.us/jscripts/tabs_js/tabber.css
I tried it but no result
where is my mistake
please help me Sad
you try to see the attachment below Shy
please post the message contents (quick edit, copy message body) as the source you have shows a double div of class tabber. i wonder if that breaks the JS parsig
(2013-04-11, 12:47 AM)SunDi3yansyah Wrote: [ -> ]@SinhLe : does not work, you try to "inspect element" this post
http://www.kampoeng.us/Thread-Test-Tabs-...ampoeng-Us

do i have to add file-min.js tabber javascript and include the URL to the templates "headerinclude"
http://www.kampoeng.us/jscripts/tabs_js/tabber-min.js
http://www.kampoeng.us/jscripts/tabs_js/tabber.js
http://www.kampoeng.us/jscripts/tabs_js/tabber.css
I tried it but no result
where is my mistake
please help me Sad
you try to see the attachment below Shy

1. Go to: AdminCP >> Templates >> Your Templates >> Ungrouped Templates >> headerinclude

and Add the following code just after that:

<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/tabs_js/tabber.js"></script>
<link rel="stylesheet" href="{$mybb->settings['bburl']}/jscripts/tabs_js/tabber.css" type="text/css" media="screen">

<script type="text/javascript">
document.write('<style type="text/css">.tabber{display:none;}<\/style>');
</script> 

Save Template.

Don't include:
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/tabs_js/tabber-min.js"></script>
@SinhLe : I have done that but it still does not work

see my forum
http://www.kampoeng.us/Thread-Test-Tabs-...ampoeng-Us

(2013-04-11, 02:11 AM)pavemen Wrote: [ -> ]please post the message contents (quick edit, copy message body) as the source you have shows a double div of class tabber. i wonder if that breaks the JS parsig

I am also confused, why not work on my MyBB

please help me
no response Sad
^ test it like this
[tabs][tab=1]content one[/tab][tab=2]content two[/tab][tab=3]content three[/tab][/tabs]
(2013-04-12, 05:33 PM).m. Wrote: [ -> ]^ test it like this
[tabs][tab=1]content one[/tab][tab=2]content two[/tab][tab=3]content three[/tab][/tabs]

still not working
Thanks for this.
sorry lift the old thread Confused
but I need MyCodes like this as well. and the code above is not working. 
is there any update on this thread?
Pages: 1 2 3