MyBB.de Forum
Nach Convert Probleme mit BBCodes in myBB - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Archiv (https://www.mybb.de/forum/forum-57.html)
+--- Forum: MyBB 1.4.x (https://www.mybb.de/forum/forum-51.html)
+---- Forum: Installation/Aktualisierung (https://www.mybb.de/forum/forum-53.html)
+---- Thema: Nach Convert Probleme mit BBCodes in myBB (/thread-13319.html)

Seiten: Seiten: 1 2


RE: Nach Convert Probleme mit BBCodes in myBB - pcworld - 07.06.2009

Wie kann man alle Signaturen löschen? Ich vermute mal über die DB, habe aber auf die Schnelle nichts gefunden... Smile

Gruß,
pcworld


RE: Nach Convert Probleme mit BBCodes in myBB - ows - 08.06.2009

Für alle User geht das wohl am schnellsten, wenn du (z.B. mit phpMyAdmin über den Tab SQL) in der DB den Query

Code:
UPDATE mybb_users SET signature='';

ausführst.


RE: Nach Convert Probleme mit BBCodes in myBB - pcworld - 08.06.2009

Mit folgendem SQL-Befehl kann man sich auch alle Signaturen anzeigen lassen, die existieren, und dann per phpMyAdmin korrigieren. Bei uns sind das 4 Stück, da geht das noch einigermaßen... Big Grin:
Code:
SELECT `signature` FROM `mybb_users`WHERE `signature` != ''

Gruß,
pcworld

Edit: In den Signaturen waren ALLE BBCodes kaputt. Keine ist verschont geblieben Wink