MyBB.de Forum
Forum Warning System for MyBB 1.2.x - 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: Forum Warning System for MyBB 1.2.x (/thread-19451.html)

Seiten: Seiten: 1 2 3 4 5


RE: Forum Warning System for MyBB 1.2.x 1.1.2 - StefanT - 13.03.2008

Hast du die fws.php und die inc/plugins/fws.php bearbeitet? (Der Code weicht teilweise ab.)


RE: Forum Warning System for MyBB 1.2.x 1.1.2 - feuerwehrfan - 30.05.2008

Bei mir wird das Button zum Verwarnen nich angeeigt


RE: Forum Warning System for MyBB 1.2.x 1.1.2 - StefanT - 30.05.2008

Befindet sich im Template "postbit" folgender Code:
Code:
{$post['fws_warnlink']}



RE: Forum Warning System for MyBB 1.2.x 1.1.2 - feuerwehrfan - 30.05.2008

Dragon schrieb:Befindet sich im Template "postbit" folgender Code:
Code:
{$post['fws_warnlink']}

Ich glaube ja :

PHP-Code:
<tr>
<
td class="{$altbg}width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}id="pid{$post['pid']}"></a>
{
$post['user_details']}{$post['fws_w_level']}
</
td>
<
td class="{$altbg}width="85%" valign="top">
<
table width="100%">
<
tr><td>{$post['posturl']}{$post['icon']}<span class="smalltext"><strong> {$post['subject']}</strong></span>
<
br />
<
div id="pid_{$post['pid']}">
<
p>
{
$post['message']}
</
p>
</
div>
{
$post['attachments']}
{
$post['signature']}
<
div style="text-align: right; vertical-align: bottom;">
{
$post['editedmsg']}
{
$post['iplogged']}
</
div>
</
td></tr>
</
table>
</
td>
</
tr>
<
tr>
<
td class="{$altbg}height="18" style="white-space: nowrap; text-align: center;"><span class="smalltext">{$post['postdate']} {$post['posttime']}</span></td>
<
td class="{$altbg}width="100%" valign="middle" height="18">
    <
table width="100%" border="0" cellpadding="0" cellspacing="0">
    <
tr valign="bottom">
        <
td align="left" ><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}</span></td>
        <
td align="right"><span class="smalltext">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['fws_warnlink']}</span></td>
    </
tr>
    </
table>
</
td>
</
tr>
{
$seperator
[/quote]


RE: Forum Warning System for MyBB 1.2.x 1.1.2 - StefanT - 01.06.2008

Stimmen die Einstellungen?


RE: Forum Warning System for MyBB 1.2.x 1.1.2 - feuerwehrfan - 01.06.2008

Komischerweise ging es eben irgendwie ohne das ich was geändert haben ^^


RE: Forum Warning System for MyBB 1.2.x 1.1.2 - sweety2410 - 01.06.2008

Bei mir gings sofort, nur habe ich folgendes Problem. Ich habe auch das Plugin MyBux installiert. Jetzt werden das Verwarnsystem und der Kontostand in einer Zeile ausgegeben. In welchem Template kann ich das ändern?

Hier mal ein screen:


RE: Forum Warning System for MyBB 1.2.x 1.1.2 - StefanT - 02.06.2008

Das müsste das Template "postbit_author_user" sein.


RE: Forum Warning System for MyBB 1.2.x 1.1.2 - sweety2410 - 02.06.2008

Leider nicht, da hatte ich auch schon geschaut. Dort steht nur folgendes drin:

PHP-Code:
<strong><span class="largetext">{$post['profilelink']}</span></strong><br />
<
span class="smalltext">
{
userbar}
    {
$post['usertitle']}<br />
    {
$post['userstars']}
    {
$post['groupimage']}<br />
    {
$post['useravatar']}<br />
    {
$lang->postbit_posts} {$post['postnum']}<br />
    {
$lang->postbit_group} {$usergroup['title']}<br />
    {
$lang->postbit_joined} {$post['userregdate']}<br />
    {
$lang->postbit_status} {$post['onlinestatus']}{$post['replink']}<br />
</
span



RE: Forum Warning System for MyBB 1.2.x 1.1.2 - StefanT - 02.06.2008

Das musst du in den Plugin-Dateien schauen. Wahrscheinlich wird es dort direkt eingefügt.