Ajax Shoutbox, Sidebox compatible - 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: Ajax Shoutbox, Sidebox compatible (/thread-19951.html) |
Ajax Shoutbox, Sidebox compatible - MyBB.de Bot - 25.10.2007 Eine neue Erweiterung wurde veröffentlicht: Ajax Shoutbox, Sidebox compatible Zitat:Ajax shoutbox, as featured in the sidebox at RE: Ajax Shoutbox, Sidebox compatible 1.0 - Schumuckl - 09.11.2007 Ich habe das plug in getestet und finde es langsammer als andere Shoutboxen. Bedienfreundlich ist sie in meinen Augen auch nicht! RE: Ajax Shoutbox, Sidebox compatible 1.0 - django - 15.11.2007 Der Code ist falsch :.-( Kann mir jemand einen neuen geben? RE: Ajax Shoutbox, Sidebox compatible 1.0 - StefanT - 15.11.2007 Welcher Code? RE: Ajax Shoutbox, Sidebox compatible 1.0 - django - 17.11.2007 Ich habe mich vertan. Lag nicht an dem Code. Trotzdem geht die SB bei mir nicht RE: Ajax Shoutbox, Sidebox compatible 1.0 - StefanT - 17.11.2007 Hast du einen Link? RE: Ajax Shoutbox, Sidebox compatible 1.1 - H4N5 - 22.11.2007 Also ich find die shoutbox toll! Finde nicht, dass sie langsam ist! RE: Ajax Shoutbox, Sidebox compatible 1.1 - Mr_BJ - 30.11.2007 Die Shoutbox kann keine Umlaute ala öäü... Jemand eine Idee? RE: Ajax Shoutbox, Sidebox compatible - hkkp - 04.04.2015 Hallo, jenes Plugin funktioniert auch unter 1.6.16. Bei mir schaut es so aus (siehe Anhang). Was muss ich tun, damit unter dem namen das datum und die zeit des posts steht? jenes ist zwar vorhanden, allerdings als mouseover und dies ist mehr als unpraktisch. auch möchte ich die posts aber einer gewissen anzahl löschen lassen, wie geht dies? danke!!! RE: Ajax Shoutbox, Sidebox compatible - Jockl - 04.04.2015 In der Datei ajaxshoutbox.php müsstest Du diesen Bereich anpassen PHP-Code: $date = my_date($mybb->settings['dateformat'],$postdate,'',true); |