Seite 27 von 109
Re: [FINAL] BBCodeBox3 - Expanded Version (ver 1.0.8)
Verfasst: 21.05.2009 15:17
von Phalax
Hallo zusammen.
Ich hab heut mit viel Mühe die BBCodeBox - Expanded Version (ver 1.0.

in mein Board eingebaut.
Klappt wunder alles wunderbar mit den Standartstyles prosilver und subsilver2.
Aber ich benutze eigentlich prosilver Special Edition als Standart. Leider klappt es dort nicht richtig bzw. die Buttons werden nicht ordnugsgemäß angeordnet.
Wäre sehr hilfreich wenn mir jemand helfen kann.
Hier mal ein Screenshot:
[ externes Bild ]
mfG Phalax
Re: [FINAL] BBCodeBox3 - Expanded Version (ver 1.0.8)
Verfasst: 21.05.2009 16:57
von 4seven
die einbauten, die *.css betreffend, musst du natürlich auf diesen style anwenden.
danach alle styles aktualisieren, board-cache leeren und auch den browser-cache leeren (strg+f5)
Re: [FINAL] BBCodeBox3 - Expanded Version (ver 1.0.8)
Verfasst: 21.05.2009 17:12
von Phalax
Aha danke 4seven. Ich werd's gleich mal versuchen.
Re: [FINAL] BBCodeBox3 - Expanded Version (ver 1.0.8)
Verfasst: 21.05.2009 17:19
von Phalax
Spitze!!! War der richtige Tip.
Vielen Dank.
Phalax
Re: [FINAL] BBCodeBox3 - Expanded Version (ver 1.0.8)
Verfasst: 29.05.2009 18:15
von Hand of Shadow
WAS IST EIGENTLICH AUS DER IDEE HIER GEWORDEN >>>
Hand of Shadow hat geschrieben:so hab da mal wieder eine frage wie bekommt man es hin das der youtube clip direkt als HD abgespielt wird man nicht auf den HD Button klicken muss ??
Re: [FINAL] BBCodeBox3 - Expanded Version (ver 1.0.8)
Verfasst: 29.05.2009 20:49
von 4seven
indem du einfach diesen hack nimmst und ihn an die normale adresse anfügst
http://sekuro.se.funpic.de/phpbb3/viewt ... 75&start=0
Re: [FINAL] BBCodeBox3 - Expanded Version (ver 1.0.8)
Verfasst: 30.05.2009 11:32
von Hand of Shadow

THX
Re: [FINAL] BBCodeBox3 - Expanded Version (ver 1.0.8)
Verfasst: 04.06.2009 22:09
von brummel
Ich hatte in phpBB3 3.0.4 die Mod-Version 1.0.6 drin. Nach dem Board-Update auf 3.0.5 kommt beim Verfassen von beitragen (auch PN) die Meldung:
Code: Alles auswählen
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 851: display_custom_bbcodes(includes/functions_bb_restrict_buttons.) [function.display-custom-bbcodes]: failed to open stream: No such file or directory
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 851: display_custom_bbcodes(includes/functions_bb_restrict_buttons.) [function.display-custom-bbcodes]: failed to open stream: No such file or directory
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 851: display_custom_bbcodes() [function.include]: Failed opening 'includes/functions_bb_restrict_buttons.' for inclusion (include_path='.:/usr/share/php:..')
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3831: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3247)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3833: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3247)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3834: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3247)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3835: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3247)
Gibt's da einen Tipp, was schiefgelaufen sein könnte?
Re: [FINAL] BBCodeBox3 - Expanded Version (ver 1.0.8)
Verfasst: 04.06.2009 22:25
von 4seven
du hast da die bbcodebox3 - 1.0.6, kombiniert mit irgendeiner version der
custom bbcode rights drin.
geh nochmal den teil der edits für
custom bbcode rights durch, da wurde vom 3.0.5 auto-updater schlicht was rausgehauen.
mit der bbcodebox3 hat die fehlermeldung nichts zu tun
Code: Alles auswählen
#
#-----[ OPEN ]------------------------------------------
#
includes/functions_display.php
#
#-----[ FIND ]------------------------------------------
#
function display_custom_bbcodes()
{
global $db, $template;
#
#-----[ REPLACE, WITH ]------------------------------------------
#
function display_custom_bbcodes()
{
global $user, $db, $template;
global $phpbb_root_path, $phpEx, $config;
include($phpbb_root_path . 'includes/functions_bb_restrict_buttons.' . $phpEx);
#
#-----[ FIND ]------------------------------------------
#
'BBCODE_TAG' => $row['bbcode_tag'],
#
#-----[ REPLACE, WITH ]------------------------------------------
#
'BBCODE_TAG' => preg_replace($search_pattern_buttons, $pattern_replacement_buttons, $row['bbcode_tag']),
by the way, die
custom bbcode rights sind
[ABD] und wurden in den neuen mod 4S-BB-Control integriert:
http://www.phpbb.de/community/viewtopic ... 8&t=191003
Re: [FINAL] BBCodeBox3 - Expanded Version (ver 1.0.8)
Verfasst: 04.06.2009 22:36
von brummel
4seven hat geschrieben:du hast da die bbcodebox3 - 1.0.6, kombiniert mit irgendeiner version der custom bbcode rights drin.
Danke für den schnellen Support!
Hat geklappt!