[bbcode] wbb3 to phpbb3 - Tab-Menu [V1.0]

User submitted BBCodes
Let us see what You have
There is no support here! Only Read Access!
Forum rules
We dont add more BBCodes to our database, but feel free to share and support your own BBCodes here.
Remember that it is not allowed to use {TEXT} inside the html tags!!!
It causes a serious security risk to your board and users.
Like this: <div style="{TEXT}">{TEXT}</div>
Green = OK - Red = forbidden
Locked
Daniel_Knecht
BBCoder II
BBCoder II
Posts: 23
Joined: 08 Jun 2010, 13:48
Location: Germany
Contact:

[bbcode] wbb3 to phpbb3 - Tab-Menu [V1.0]

Post by Daniel_Knecht »

Hello,
Yea... Now here the Tab-Menu is for the phpbb3 forum. It wasn't to be developed simply this Tab-Menu and to finish for bbcodes now, however, I have somewhat created it.

This Tab-Menu comes later in my "posting buttons layout" ;)

Tab-Menu
First u need a Backup of this Files:
styles/[Your Style]/template/overall_header.html

[spoiler=Installation V1.0]2.
Open the overall_header.html and find:

Code: Select all

<link href="{T_THEME_PATH}/print.css" rel="stylesheet" type="text/css" media="print" title="printonly" />
and Add befor:

Code: Select all

<!-- Tabmenu -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/tabmenu.js"></script>
<!-- Tabmenu -->
find:

Code: Select all

<!-- IF S_CONTENT_DIRECTION eq 'rtl' -->
	<link href="{T_THEME_PATH}/bidi.css" rel="stylesheet" type="text/css" media="screen, projection" />
<!-- ENDIF -->
and Add befor:

Code: Select all

<!-- Tabmenu -->
<link rel="stylesheet" type="text/css" media="screen" href="{T_THEME_PATH}/tabmenu.css" />
<!-- Tabenu -->
3.
Go to your ACP and to the BBCode Sektion.
Add this BBCodes...
BBCode:

Code: Select all

[tabmenu]{TEXT}[/tabmenu]
HTML Code:

Code: Select all

<div class="tabmenu">{TEXT}</div>
BBCode:

Code: Select all

[tab={INTTEXT}]{TEXT}[/tab]
HTML Code:

Code: Select all

<div class="tab">
<h4 class="tabtitle">{INTTEXT}</h4>
<div class="tabcontent"><div class="tabcontent_top"></div>{TEXT}</div>
  </div>
4.
Copy/Upload the following Files to this Folders:
tabmenu.css => styles/[Your Style]/theme/
tabcontent_top.jpg => styles/[Your Style]/theme/
tabhg.jpg => styles/[Your Style]/theme/
tabmenu.js => styles/[Your Style]/template/
Your Modified overall_header.html => styles/[Your Style]/template/
[/spoiler]
[spoiler=Upgrade from V0.5 to 1.0]Downloade the Attachment and Overwrite alle the Files![/spoiler]
tabmenu_files.rar
tabmenu.css, tabcontent_top.jpg, tabhg.jpg, tabmenu.js
(10.45 KiB) Downloaded 533 times
Example/Instructions:
Visit: Tab-Menu [V1.0]
Last edited by Daniel_Knecht on 09 Sep 2010, 23:22, edited 2 times in total.
Sorry for my bad English :(
Silent
BBCoder II
BBCoder II
Posts: 10
Joined: 24 Aug 2010, 23:19

Re: [bbcode] wbb3 to phpbb3 - Tab-Menu [V0.5]

Post by Silent »

Oh my God this is so sick!

I can't wait for the final version. Bookmarked. :)
Daniel_Knecht
BBCoder II
BBCoder II
Posts: 23
Joined: 08 Jun 2010, 13:48
Location: Germany
Contact:

Re: [bbcode] wbb3 to phpbb3 - Tab-Menu [V1.0]

Post by Daniel_Knecht »

I have Edit the first Post for the V1.0 ;)

[center]So... I make now only sometimes a few days nothing more there I to me a little bit strongly has caught cold and would want me only sometimes some repose.

If I am better again I will announce myself again :)[/center]
Sorry for my bad English :(
heredia21
BBCoder IV
BBCoder IV
Posts: 179
Joined: 07 Apr 2010, 20:42
Contact:

Re: [bbcode] wbb3 to phpbb3 - Tab-Menu [V1.0]

Post by heredia21 »

Where do we upload the files to?
#1 BlackBerry News site - BlackBerry Empire. Come visit us!
Locked