Re: [FINAL] BBCodeBox3 - Expanded Version (1.0.10)
Verfasst: 05.07.2012 18:52
Super danke schön 

phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Die existiert seit Monaten und ist, so wie ich das gesehen hab, noch immer mit komplettem Inhalt vorhanden.- Hast du die bbcodebox3.css auch in den theme Ordner deines Styles hochgeladen?
Nach der install.xml muss kein entsprechender Eintrag in der Datei gemacht werden. Und falls ich ihn doch via- Hast du dazu auch wie in der Anleitung beschrieben, die stylesheet.css bearbeitet (damit die bbcodebox3.css auch geladen wird)?
@import url("bbcodebox3.css");
mache, kann ich die Theme nicht mehr aktualisieren.
Ja, die habe ich wie auch den Cache natürlich geleert. Falls ich jedoch- Und ganz wichtig, hast du auch anschließend das Style (Theme) im ACP aktualisiert?
@import url("bbcodebox3.css");
in die stylesheet.css einfüge, erhalte ich diese Fehlermeldung:
Code: Alles auswählen
Allgemeiner Fehler
SQL ERROR [ mysqli ]
Incorrect string value: '\xFCs > E...' for column 'theme_data' at row 1 [1366]
SQL
UPDATE phpbb_styles_theme SET theme_mtime = 1343067016, theme_data = '/* phpBB3 Style Sheet\n --------------------------------------------------------------\n Style name: prosilver (the default phpBB 3.0.x style)\n Based on style: \n Original author: Tom Beddard ( http://www.subblue.com/ )\n Modified by: phpBB Group ( http://www.phpbb.com/ )\n --------------------------------------------------------------\n*/\n/* BEGIN @include profileview.css */ \n /* profileview.css\n----------------------------------------*/\n/* Specific column styles */\ntable.table1 .name { text-align: left; }\ntable.table1 .total_views { text-align: center !important; width: 15%; }\ntable.table1 .last_view { text-align: left; width: 20%; }\ntable.table1 .contact { text-align: left; width: 20%; }\n\ndl.detailspv {\n /*font-family: \"Lucida Grande\", Verdana, Helvetica, Arial, sans-serif;*/\n font-size: 1.1em;\n}\n\ndl.detailspv dt {\n float: left;\n clear: left;\n width: 45%;\n text-align: right;\n color: #000000;\n display: block;\n}\n\ndl.detailspv dd {\n margin-left: 0;\n padding-left: 5px;\n margin-bottom: 5px;\n color: #828282;\n float: left;\n width: 50%;\n} \n /* END @include profileview.css */ \n\n\n/* BEGIN @include common.css */ \n /* General Markup Styles\n---------------------------------------- */\n\n* {\n /* Reset browsers default margin, padding and font sizes */\n margin: 0;\n padding: 0;\n}\n\nhtml {\n font-size: 100%;\n /* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */\n height: 101%;\n}\n\nbody {\n /* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */\n font-family: Verdana, Helvetica, Arial, sans-serif;\n color: #828282;\n background-color: #FFFFFF;\n /*font-size: 62.5%; This sets the default font size to be equivalent to 10px */\n font-size: 10px;\n margin: 0;\n padding: 12px 0;\n}\n\nh1 {\n /* Forum name */\n font-family: \"Trebuchet MS\", Arial, Helvetica, sans-serif;\n margin-right: 200px;\n margin-left: 50px; /* Paul Änderung */\n color: #FFFFFF;\n margin-top: 15px;\n font-weight: bold;\n font-size: 50px;\n}\n\nh2 {\n /* Forum header titles */\n font-family: \"Trebuchet MS\", Arial, Helvetica, sans-serif;\n font-weight: normal;\n color: #3f3f3f;\n font-size: 2em;\n margin: 0.8em 0 0.2em 0;\n}\n\nh2.solo {\n margin-bottom: 1em;\n}\n\nh3 {\n /* Sub-headers (also used as post headers, but defined later) */\n font-family: Arial, Helvetica, sans-serif;\n font-weight: bold;\n text-transform: uppercase;\n border-bottom: 1px solid #CCCCCC;\n margin-bottom: 3px;\n padding-bottom: 2px;\n [Mittelteil wegen zu vielen Zeichen eingekürzt] prosilver\nstyles/prosilver/template/posting_buttons.html\n*/\ntd.tdbgtickerbox {\nbackground-color:#D1E6F7;\nline-height:18px;\n}\n\n/*\nAnzeigebereich\nTicker in Tickerbox > prosilver\nstyles/prosilver/template/posting_buttons.html\n*/\ninput.tdbgticker {\nbackground-color:#D1E6F7;\nborder:0 none;\nwidth:99%;\n}\n\n/*\nPosting-Icons\nstyles/prosilver/imageset/buttons/*.gif\n*/\ndiv.bb-button {\nheight: 20px;\noverflow: hidden;\nfloat: left;\nmargin: 5px 2px;\ncursor: pointer;\n}\ndiv.bb-button a {\ntext-decoration: none;\ndisplay: block;\nheight: 40px;\ncursor: pointer;\n}\ndiv.bb-button a img {\nborder: 0;\n}\ndiv.bb-button a:hover {\nmargin-top: -20px;\n} \n /* END @include bbcodebox3.css */ \n' WHERE theme_id = 1
BACKTRACE
FILE: [ROOT]/includes/db/mysqli.php
LINE: 182
CALL: dbal->sql_error()
FILE: [ROOT]/includes/acp/acp_styles.php
LINE: 857
CALL: dbal_mysqli->sql_query()
FILE: [ROOT]/includes/acp/acp_styles.php
LINE: 760
CALL: acp_styles->perform_full_refresh()
FILE: [ROOT]/includes/functions_module.php
LINE: 514
CALL: acp_styles->main()
FILE: [ROOT]/adm/index.php
LINE: 79
CALL: p_master->load_active()
Code: Alles auswählen
/* phpBB3 Style Sheet
--------------------------------------------------------------
Style name: prosilver (the default phpBB 3.0.x style)
Based on style:
Original author: Tom Beddard ( http://www.subblue.com/ )
Modified by: phpBB Group ( http://www.phpbb.com/ )
--------------------------------------------------------------
*/
@import url("profileview.css");
@import url("common.css");
@import url("links.css");
@import url("content.css");
@import url("buttons.css");
@import url("cp.css");
@import url("forms.css");
@import url("tweaks.css");
@import url("colours.css");
@import url("football.css");
@import url("football_side.css");
@import url("portal.css");
@import url("kb.css");
@import url("modsdb.css");
@import url("modx_creator.css");
@import url("rules.css");
@import url("impressum.css");
@import url("mchat.css");
@import url("dm_qc.css");
@import url("medals.css");
@import url("pmbar.css");
@import url("calendar.css");
@import url("hangman.css");
@import url("gallery.css");
@import url("statistics.css");
@import url("nv_newspage.css");
@import url("blog.css");
Ich nutze nur Prosilver.PS: Wenn mehre Styles verwendet werden, muss das auch bei allen Styles durchgeführt werden!
<link href="{T_THEME_PATH}/bbcodebox3.css" rel="stylesheet" type="text/css" />
vorhanden?Code: Alles auswählen
<Files *.css>
Order Allow,Deny
Deny from All
</Files>