MyBB.de Forum
Thank You 2.0 - 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: Thank You 2.0 (/thread-19585.html)

Seiten: Seiten: 1 2 3 4 5 6 7 8 9


RE: Thank You 2.0 - django - 25.11.2007

In welches Verzeichniss muss die Datei?


RE: Thank You 2.0 - StefanT - 25.11.2007

Lade die xmlhttp.php aus dem MyBB-Paket in das Root-Verzeichnis.


RE: Thank You 2.0 - django - 25.11.2007

Das habe ich jetzt gemacht.
Aber es kommt immer noch diese Meldung Sad


RE: Thank You 2.0 - Gangstercompany - 06.12.2007

Hallo hab auch irgendwie nen Fehler es geht ja alles aber er zeigt die Buttons nicht an kann mir Pls jemand helfen ??


RE: Thank You 2.0 - StefanT - 07.12.2007

Hast du die Buttons in das richtige Verzeichnis hochgeladen oder welche für dein Theme erstellt?


RE: Thank You 2.0 - Gangstercompany - 10.12.2007

Ja es geht jetzt aber Jetzt ist Prob jetzt zeigt er das Gedant wurde von: ..... Nicht mehr an xD


RE: Thank You 2.0 - StefanT - 11.12.2007

Prüfe das:
Dragon schrieb:Danke. Wurde im Template "postbit" vor
Code:
{$seperator}
das eingefügt?
Code:
{$post['thxdsp']}



RE: Thank You 2.0 - Dennis_mybb_import6555 - 15.01.2008

Hallo bei mir reagiert der button auch nicht.

Aber in meinem Postbit templatte

templates -> das theme -> Post Bit Templates -> postbit

exsitiert weder
Code:
{$seperator}
noch
Code:
{$post['thxdsp']}

Hier mein Templatte postbit

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']}
</
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['moderator_notice']}
<
br />
{
$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['thanks']}{$post['button_multiquote']}{$post['button_report']}</span></td>
    </
tr>
    </
table>
</
td>
</
tr>
{
$post[inline_ads]} 

Bin ich im falschen Template?


RE: Thank You 2.0 - StefanT - 16.01.2008

Füge die Variablen am Ende ein.


RE: Thank You 2.0 - Dennis_mybb_import6555 - 16.01.2008

Beide?

Also ganz am ende des Templates

zuerst
PHP-Code:
{$post['thxdsp']} 
dann
PHP-Code:
{$seperator
gehört das
PHP-Code:
{$seperator
auch zu dem plugin oder für was ist das zuständig?