MyBB.de Forum
Custom Status - 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: Custom Status (/thread-19889.html)

Seiten: Seiten: 1 2


Custom Status - MyBB.de Bot - 31.12.2010

Eine neue Erweiterung wurde veröffentlicht: Custom Status

Zitat:Description
This plugin allows certain user groups to set a custom status from the user cp (or index) which is shown on the index page, profile and posts.

This plugin was known as Custom Online Status back in the MyBB 1.4 days and I decided to port it and change the way it works.

The POSTBIT feature is disabled by default, to enable it:
---------------------------------------------
You can use {$post['custom_status']} anywhere in the postbit and postbit_classic templates - IT IS NOT EDITED BY DEFAULT.
{$post['custom_status_shortened']} is also available if you want to show only 10 characters followed by three dots. (this is useful if you don't want to break the design)
Example of usage: <a title="{$lang->custom_status_status} {$post['custom_status']}"><strong>{$post['custom_status_shortened']}</strong></a>
---------------------------------------------

The SIDEBOX feature is disabled by default, to enable it:
---------------------------------------------
Replace {$forums} with: (index template)
<table width="100%" border="0" align="center">
<tr>
<td valign="top" width="70%">
{$forums}
</td>
<td valign="top" width="30%">
{$custom_status_index}
</td>
</tr>
</table>

Don't forget to delete the existing {$custom_status_index}!
---------------------------------------------

Support
I only give support to paid subscribers at http://www.mybb-plugins.com

Vorschau:
http://forums.consoleaddicted.com



RE: Custom Status - Lukαs - 08.01.2013

Hallo,
der Javascript hat irgendeinen Fehler, denn wenn ich in meinem Testforum auf "Change" klicke und dann etwas eintippe und abschicke, bekomme ich eine Ladeanzeige, "Bitte warten", die ewig lädt und lädt und nicht verschwindet.
Erst nach drücken von F5 wird der aktualisierte Status angezeigt.


RE: Custom Status - Lukαs - 09.01.2013

// Keiner eine Idee?


RE: Custom Status - Jockl - 09.01.2013

Bei mir funktioniert nicht einmal der Change-Link.... Undecided


RE: Custom Status - Lukαs - 09.01.2013

Auf dem Benutzerprofil müsste das aber bei dir schon gehen, das habe ich gesehen funktioniert dort.
Aber auf Startseite wiederum nicht.


RE: Custom Status - Jockl - 09.01.2013

Kann ich bestätigen. Aber wenn schon auf der Index-Seite der Link nicht funktioniert, dann ist das schon für mich erledigt. Wink
Wundert mich eigentlich bei einem Plugin von diesem Autor.....


RE: Custom Status - Lukαs - 09.01.2013

Ja, ich finde dieses Plugin eigentlich super, aber dass das nicht funktioniert stört mich wirklich.
Wäre es denn möglich, dass man auf der Startseite nach Eingabe des neuen Status einfach automatisch die Seite neugeladen wird, denn dann gibt es keine Probleme,


RE: Custom Status - MrBrechreiz - 09.01.2013

Ich habs mir eben installiert und bei mir geht alles. Ich finds zwar unnütz, aber es geht.


RE: Custom Status - Lukαs - 09.01.2013

Klappen bei dir auch auf der Startseite die Status-Updates?


RE: Custom Status - MrBrechreiz - 09.01.2013

Ja bekomme kein dauerladen, aber ich muss F5 drücken um den neuen Status zu sehen.