Datenbank Befehl beim Evaluations MOD
Forumsregeln
phpBB 3.0 hat das Ende seiner Lebenszeit überschritten
phpBB 3.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 3.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf die neuste phpBB-Version, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
phpBB 3.0 hat das Ende seiner Lebenszeit überschritten
phpBB 3.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 3.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf die neuste phpBB-Version, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Datenbank Befehl beim Evaluations MOD
Hallo, also ich habe den Evaluations MOD installiert.
http://www.phpbb.com/community/viewtopi ... 0&t=578051
Da steht ""Have you checked in phpMyAdmin that the icons are in the table "phpbb_styles_imageset_data" ?
There must be at least one entry foreach of the following icons: icon_evaluation_dark, icon_evaluation_half, icon_evaluation_light !""
Habe nachgeschaut, und da steht nichts.
Was muss ich jetzt machen?
http://www.phpbb.com/community/viewtopi ... 0&t=578051
Da steht ""Have you checked in phpMyAdmin that the icons are in the table "phpbb_styles_imageset_data" ?
There must be at least one entry foreach of the following icons: icon_evaluation_dark, icon_evaluation_half, icon_evaluation_light !""
Habe nachgeschaut, und da steht nichts.
Was muss ich jetzt machen?
Vor allen Dingen bis zum Schluss lesen:
1) Run the permission install script in the root/install directory. The file is called "install_evaluation_permissions.php"
2) After the execution of the install script delete the install directory with the file in it.
3) Refresh in the ACP the image set ACP -> Styles -> Imagesets -> Refresh.
4) Further installation manuals for subsilver or other languages you will find in the xml directory
Gruss, Miriam.
Ich schmeiß' alles hin und...
... lasse es liegen
Ich schmeiß' alles hin und...
... lasse es liegen
Das hilft..... denke ich mal -> Klick
Gruss, Miriam.
Ich schmeiß' alles hin und...
... lasse es liegen
Ich schmeiß' alles hin und...
... lasse es liegen
Das wäre eine solche Änderung.. Hast Du Dir den dortigen Thread mal komplett durchgelesen?Miriam hat geschrieben:Das hilft..... denke ich mal -> Klick
Gruss, Miriam.
Ich schmeiß' alles hin und...
... lasse es liegen
Ich schmeiß' alles hin und...
... lasse es liegen
Das wären die Zeilen, die für Dich erst mal interessant wären. Musst sie natürlich entsprechend Deinen Vorgaben anpassen:
Code: Alles auswählen
---[ OPEN ]-----
includes/acp/acp_styles.php
---[ FIND ]-----
'icon_back_top', 'icon_contact_aim', 'icon_contact_email', 'icon_contact_icq', 'icon_contact_jabber', 'icon_contact_msnm', 'icon_contact_pm', 'icon_contact_yahoo', 'icon_contact_www', 'icon_post_delete', 'icon_post_approve', 'icon_post_edit', 'icon_post_info', 'icon_post_quote', 'icon_post_report', 'icon_user_online', 'icon_user_offline', 'icon_user_profile', 'icon_user_search', 'icon_user_warn', 'button_pm_forward', 'button_pm_new', 'button_pm_reply', 'button_topic_locked', 'button_topic_new', 'button_topic_reply', 'button_calendar_new', 'button_calendar_day', 'button_calendar_week', 'button_calendar_month', 'button_blog_new','button_dl_upload', 'button_upload_image',
---[ INLINE, FIND ]-----
'button_upload_image',
---[ INLINE, AFTER ADD ]-----
'icon_post_unread',
Gruss, Miriam.
Ich schmeiß' alles hin und...
... lasse es liegen
Ich schmeiß' alles hin und...
... lasse es liegen