[DEV] BBCode Tabs

A place for Extension Authors to post and receive feedback on Extensions still in development. No Extensions within this forum should be used within a live environment!
Ideas Centre
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

IMPORTANT: Extensions Development rules

IMPORTANT FOR NEEDED EVENTS!!!
If you need an event for your extension please read this for the steps to follow to request the event(s)
User avatar
andares
Registered User
Posts: 93
Joined: Sat Feb 28, 2009 5:53 pm
Location: Spain
Name: Pedro
Contact:

[DEV] BBCode Tabs

Post by andares »

Extension Name: Tabs BBCode
Authors: andares - phpBB Spain - ThE KuKa

Version: 1.0.1

Version 1.0.1
Allow symbols in the tab name.
Some code update.

Description:
This extension add a BBCode Tabs and It allows you to put some content into tabs.
Add two new BBCodes: [tabmenu] and [tab=]

How to Use:

Code: Select all

[tabmenu][tab=Tab Title]Text to this tab...[/tab][tab=Other tab title]And other text to this tab[/tab] and so on more tabs.[/tabmenu]
Configuration: This in project/working on add personalization effect the tabs are shown from the ACP.

For now it can be done manually by editing the file located in the path:
ext/phpbbes/tabsbbcode/styles/all/template/js/tabmenu.js

Changing the options of these two variables:
//animation style for tabmenu (fade, slide or none)
var tabmenu_animation_style = 'none';

//animation speed for tabmenu (fast, normal, slow or time in milliseconds) - only for fade and slide
//if you are using time milliseconds, don't include the single quote
var tabmenu_animation_speed = 'fast';
Download: Soon...
GitHub Repository: https://github.com/andares-phpBB-Es/tabsbbcode
Demo: Here.

Installation:
  • Copy the entire contents of the repository to ext/phpbbes/tabsbbcode/
  • Navigate in the ACP to Customise -> Extension Management -> Extensions.
  • Click on Tabs BBCode to Enable.
Best Regards.
Last edited by andares on Tue Jan 18, 2022 11:28 am, edited 6 times in total.
Sorry for my bad English, I use a translator...
User avatar
Raul [ThE KuKa]
Style Customisations
Style Customisations
Posts: 11073
Joined: Mon Dec 08, 2003 9:24 pm
Location: Spain
Name: Raul Arroyo
Contact:

Re: [DEV] BBCode Tabs 1.0.0

Post by Raul [ThE KuKa] »

Nice job andares, the first extension !

Test perfect, tomorrow review code on GitHub. :wink:
All unsolicited PMs will be ignored.
:warning: Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats :warning:


If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
:flag_es: phpBB Spain - Online Since 2003 :heart:


sakkiotto
Registered User
Posts: 236
Joined: Mon Jun 13, 2005 9:45 pm

Re: [DEV] BBCode Tabs

Post by sakkiotto »

great work! finally a useful bbcode 8-)
User avatar
piatachki
Registered User
Posts: 24
Joined: Fri Jul 03, 2015 2:57 pm
Location: Moscow
Name: Vasily Batishchev
Contact:

Re: [DEV] BBCode Tabs

Post by piatachki »

Great!
User avatar
ViolaF
I've Been Banned!
Posts: 1609
Joined: Tue Aug 14, 2012 11:52 pm

Re: [DEV] BBCode Tabs

Post by ViolaF »

Unfortunately it's unusable without JS (you see only first tab).
In this example (mostly designed with css)
http://www.4seven.de/forum/6test/viewto ... ?f=7&t=132
it works and looks nicely ok without JS
Demo: http://4seven.de/forum/2/viewtopic.php?f=21&t=287#p796
TWEagle
Registered User
Posts: 304
Joined: Sat Dec 10, 2005 2:50 pm
Contact:

Re: [DEV] BBCode Tabs

Post by TWEagle »

do you have an update for this extension??
Image
User avatar
andares
Registered User
Posts: 93
Joined: Sat Feb 28, 2009 5:53 pm
Location: Spain
Name: Pedro
Contact:

Re: [DEV] BBCode Tabs

Post by andares »

Sorry not yet, I'm busy...
Sorry for my bad English, I use a translator...
TWEagle
Registered User
Posts: 304
Joined: Sat Dec 10, 2005 2:50 pm
Contact:

Re: [DEV] BBCode Tabs

Post by TWEagle »

Image
User avatar
Fast_Eddie
Registered User
Posts: 258
Joined: Tue Jun 09, 2015 8:32 pm
Name: Ed

Re: [DEV] BBCode Tabs

Post by Fast_Eddie »

Just gave this a run on my test board , and LOVE it! Works and looks great! It would be a nice tool to have for profiles! :)
User avatar
Raul [ThE KuKa]
Style Customisations
Style Customisations
Posts: 11073
Joined: Mon Dec 08, 2003 9:24 pm
Location: Spain
Name: Raul Arroyo
Contact:

Re: [DEV] BBCode Tabs

Post by Raul [ThE KuKa] »

We will continue working on this extension, andares and phpBB Spain Team.

Not ABD. ;)
All unsolicited PMs will be ignored.
:warning: Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats :warning:


If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
:flag_es: phpBB Spain - Online Since 2003 :heart:


TWEagle
Registered User
Posts: 304
Joined: Sat Dec 10, 2005 2:50 pm
Contact:

Re: [DEV] BBCode Tabs

Post by TWEagle »

thnx
Image
User avatar
Jessica
Former Team Member
Posts: 4342
Joined: Sun Jul 18, 2010 2:53 pm
Location: Pennsylvania, USA
Name: Jessica
Contact:

Re: [DEV] BBCode Tabs

Post by Jessica »

Hmm, I don't see any tabs in the demo? It's just a block of text.
Pro-choice, Atheist, Pro-LGBT rights
Everybody is a genius. But if you judge a fish by its ability to climb a tree, it will live its whole life believing that it is stupid. - Albert Einstein
User avatar
Raul [ThE KuKa]
Style Customisations
Style Customisations
Posts: 11073
Joined: Mon Dec 08, 2003 9:24 pm
Location: Spain
Name: Raul Arroyo
Contact:

Re: [DEV] BBCode Tabs

Post by Raul [ThE KuKa] »

Yes Jessica, sorry but Area51 phpBB Spain updated to 3.2 B1 version.

Install the extension in another forum soon. :wink:
All unsolicited PMs will be ignored.
:warning: Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats :warning:


If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
:flag_es: phpBB Spain - Online Since 2003 :heart:


User avatar
Raul [ThE KuKa]
Style Customisations
Style Customisations
Posts: 11073
Joined: Mon Dec 08, 2003 9:24 pm
Location: Spain
Name: Raul Arroyo
Contact:

Re: [DEV] BBCode Tabs

Post by Raul [ThE KuKa] »

Jessica wrote:Hmm, I don't see any tabs in the demo? It's just a block of text.
Demo here please: http://www.phpbb4.es/ext31/viewtopic.php?f=2&t=52
andares wrote:I'm busy...
@ andares, edit the first post please. ;)
All unsolicited PMs will be ignored.
:warning: Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats :warning:


If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
:flag_es: phpBB Spain - Online Since 2003 :heart:


nya
Registered User
Posts: 157
Joined: Mon Jun 01, 2015 8:31 am

Re: [DEV] BBCode Tabs

Post by nya »

How make it friendly with advanced bbcode?
I mean, parser doesnt work into tabname tags.
And image resizing by click neither.
Post Reply

Return to “Extensions in Development”