NewPoints - Druckversion +- MyBB.de Forum (https://www.mybb.de/forum) +-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html) +--- Forum: Plugin-Veröffentlichungen und -Support (https://www.mybb.de/forum/forum-82.html) +--- Thema: NewPoints (/thread-21721.html) |
RE: NewPoints - TelCont@r - 06.09.2014 (06.09.2014, 13:02)TelCont@r schrieb: Ja, die Überstzung hab ich selber gemacht. In der overview.lang Datei sind Sie nicht. RE: NewPoints - MrBrechreiz - 06.09.2014 https://www.mybb.de/erweiterungen/16x/plugins-neueseiten/newpoints/ Downloaden -> entpacken -> und schaun wie sie heisst. Ist doch ganz einfach. Oder ? RE: NewPoints - Yasilein - 01.02.2015 Gibt soetwas bald auch für das MyBB 1.8? RE: NewPoints - Jockl - 01.02.2015 http://forums.mybb-plugins.com/Thread-NewPoints-2-0 oder auch hier: https://github.com/PirataNervo/newpoints RE: NewPoints - Yasilein - 01.02.2015 Super, danke! Hatte es hier nicht gefunden. So, leider ein Doppeltpost. Kann man statt der einfachen Punktezahl im jeweiligen Userprofil auch irgendwie Grafiken ausgeben lassen? So ähnlich, wie mit den "Rangsternen" - wenn User ABC halt 20 Posts a 10 Punkte hat kriegt er... nen Apfel ins Profil, bei 40 Posts eine Birne... sowas zum Beispiel? Wie stelle ich soetwas an? RE: NewPoints - hkkp - 21.06.2015 (14.06.2014, 11:15)TelCont@r schrieb: Ich hab die Funktion gerade durchgeführt. Ein User, der sich neu angemeldet hat sollte normalerweiße 0 Okt. haben. diese sachlage habe ich auch gerade, allerdings kommt das nur zum vorschein, wenn man die variable in ein anderes template einbaut, anstatt postbit, postbit_classic... dort funktioniert auch alles so wie es soll. wie schaffe ich es jetzt, dies auch im postbit_author_user verfügbar zu machen? praktisch diesen wert hier: {$post['newpoints_postbit']}, im member_profile nennt er sich dann: newpoints_profile glaube oder so eben... habe dies in die hook.php eingefügt: PHP-Code: $post['user_details'] = str_replace("_NEWPOINTS_", $post['newpoints_postbit'], $post['user_details']); nach: PHP-Code: eval("\$post['newpoints_postbit'] = \"".$templates->get('newpoints_postbit')."\";"); quelle aber angezeigt wird trotzdem nichts in der postbit_author_user... grübel... RE: NewPoints - hkkp - 13.07.2015 ich hätte gern keine verlinkung im profil des users. wo stelle ich jene ab? also die punkte sollen schon noch angezeigt werden... RE: NewPoints - lytcraft - 09.02.2017 Ich hab folgende Probleme 1. MyBB has experienced an internal SQL error and cannot continue. SQL Error:1054 - Unknown column 'disporder' in 'order clause'Query:SELECT * FROM pJes_newpoints_shop_categories ORDER BY disporder ASC Please contact the MyBB Group for technical support. 2. MyBB has experienced an internal SQL error and cannot continue. SQL Error:1091 - Can't DROP 'items_rate'; check that column/key existsQuery:ALTER TABLE `pJes_newpoints_grouprules` DROP `items_rate`; Please contact the MyBB Group for technical support. 3. Links das menü wird ohne text dargestelt +EDIT MyBB has experienced an internal SQL error and cannot continue. SQL Error: 1091 - Can't DROP 'newpoints_items'; check that column/key exists Query: ALTER TABLE `pJes_users` DROP `newpoints_items`; Please contact the MyBB Group for technical support. beim installieren und deinstallieren von newpoints RE: NewPoints - lytcraft - 10.02.2017 Kann mir da bitte jemand helfen? Das wäremir wichtig Ich hab folgende Probleme 1. MyBB has experienced an internal SQL error and cannot continue. SQL Error:1054 - Unknown column 'disporder' in 'order clause'Query:SELECT * FROM pJes_newpoints_shop_categories ORDER BY disporder ASC Please contact the MyBB Group for technical support. 2. MyBB has experienced an internal SQL error and cannot continue. SQL Error:1091 - Can't DROP 'items_rate'; check that column/key existsQuery:ALTER TABLE `pJes_newpoints_grouprules` DROP `items_rate`; Please contact the MyBB Group for technical support. 3. Links das menü wird ohne text dargestelt +EDIT MyBB has experienced an internal SQL error and cannot continue. SQL Error: 1091 - Can't DROP 'newpoints_items'; check that column/key exists Query: ALTER TABLE `pJes_users` DROP `newpoints_items`; Please contact the MyBB Group for technical support. beim installieren und deinstallieren von newpoints Ich wäre auch bereit einen zugang zum ftp forum und datenbank bereit zu stellen RE: NewPoints - Tini93 - 14.04.2017 Hallo, ich habe von vor ein paar Seiten diesen Code gefunden: Code: <strong>Momentanes Guthaben:</strong> <a href="{$mybb->settings['bburl']}/newpoints.php">{$mybb->user['newpoints']}</a> EDIT: Es werden immer meine Punkte in dem jeweiligen Profil angezeigt. Danke für Hilfe schon im Voraus lg |