BBCodeBox3

prosilver | subsilver2

Willkommen und Gute Nacht, Guest  Beim nächsten Piep ist es zwischen 4:00 und 5:00 Uhr

It is currently Sun 19. May 2024, 04:28

All times are UTC + 1 hour [ DST ]




Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
PostPosted: Fri 11. Sep 2009, 00:55 
Administrator
User avatar

Posts: 427

Last 3 Topics:
Tabmenu Test
[Snippet] Avatar Ev...
[DEV] Zero and X-P...

Joined:
Sun 13. Jan 2008, 23:44

Tablemaker

Demo: posting.php?mode=post&f=14
Hier raufklicken: Image

Anleitung

Ladet euch das phpBB-Tablemaker-Set herunter:

Attachment:
tablemaker.zip

Kopiert

root/tablemaker/*.* nach tablemaker/*.*

root/styles/subsilver2/imageset/buttons/table.gif nach styles/subsilver2/imageset/buttons/table.gif

root/styles/prosilver/imageset/buttons/table.gif nach styles/prosilver/imageset/buttons/table.gif
root/styles/prosilver/imageset/buttons/table1.gif nach styles/prosilver/imageset/buttons/table1.gif

root/styles/prosilver/template/tablemaker.html nach styles/prosilver/template/tablemaker.html
root/styles/subsilver2/template/tablemaker.html nach styles/subsilver2/template/tablemaker.html

root/language/de/mods/lang_tablemaker.php nach language/de/mods/lang_tablemaker.php


Öffnet

styles/xxxxx/template/posting_buttons.html

Findet (gilt für beide Styles)

Code:
var help_line = {
      b: '{LA_BBCODE_B_HELP}',


Dahinter fügt ein (gilt für beide Styles)

Code:
table: '{LA_BBCODE_TABLE_HELP}',


Öffnet

styles/prosilver/template/posting_buttons.html

Fügt an beliebiger Stelle ein (prosilver)

Code:
<img src="{T_IMAGESET_PATH}/buttons/table.gif" alt=""
id="table" onclick="var kleinesfenster = window.open('tablemaker/tablemaker.php', '_blank', 'width=500,height=430, left=0,top=0, resizable=no,status=no,menubar=no, location=no,scrollbars=no,toolbar=no')"
onmouseover="table.src='{T_IMAGESET_PATH}/buttons/table1.gif'; helpline('table')"
onmouseout="table.src='{T_IMAGESET_PATH}/buttons/table.gif'; helpline('tip')" />


Öffnet

styles/subsilver2/template/posting_buttons.html

Fügt an beliebiger Stelle ein (subsilver2)

Code:
<img src="{T_IMAGESET_PATH}/buttons/table.gif" alt="" onclick="var kleinesfenster = window.open('tablemaker/tablemaker.php', '_blank', 'width=500,height=430, left=0,top=0, resizable=no,status=no,menubar=no, location=no,scrollbars=no,toolbar=no')" onmouseover="helpline('table')" onmouseout="helpline('tip')" />


Öffnet

language/de/posting.php

Fügt an beliebiger Stelle ein

Code:
'BBCODE_TABLE_HELP'          => 'Zum starten des phpBB3-Tablemaker > Button anklicken',



Dann geht ihr in das ACP > Beiträge > BBCodes und legt folgende neue BBCodes an:

-------------------

- BBCode-Benutzung

Code:
[table border={TEXT1} cellpadding={TEXT2} cellspacing={TEXT3} width={TEXT4} height={TEXT5}]{TEXT6}[/table]



- HTML-Ersetzung

Code:
<table border="{TEXT1}" cellpadding="{TEXT2}" cellspacing="{TEXT3}" width="{TEXT4}" style="height:{TEXT5}">{TEXT6}</table>


-------------------

- BBCode-Benutzung

Code:
[tr]{TEXT}[/tr]



- HTML-Ersetzung

Code:
<tr>{TEXT}</tr>


------------

- BBCode-Benutzung

Code:
[td align={TEXT1} valign={TEXT2} bordercolor={TEXT3} bgcolor={TEXT4}]{TEXT5}[/td]



- HTML-Ersetzung

Code:
<td align="{TEXT1}" valign="{TEXT2}" style="border-color: {TEXT3}; background-color:{TEXT4}">{TEXT5}</td>


Das wars..


Top
 Profile  
 
PostPosted: Sat 7. Nov 2009, 16:29 
Administrator
User avatar

Posts: 427

Last 3 Topics:
Tabmenu Test
[Snippet] Avatar Ev...
[DEV] Zero and X-P...

Joined:
Sun 13. Jan 2008, 23:44

Durch einen Copy and Paste Fehler wurden bei der Anleitung einige Dinge, besonders die BBCodes "verschluckt".
Dies wurde korrigiert und die Anleitung ist nun wieder komplett.

Danke nochmal an den Gast, der dies bemerkt hat ;-)
viewtopic.php?p=863#p863


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
cron
POWERED_BY
[ Time : 0.056s | 20 Queries | GZIP : Off | Board-Version: 3.0.7 PL1 ]