Hm....selber machen? Du kannst aber auch eine Anfrage in der Jobbörse stellen, eventuell hat ja jemand Lust dir die Buttons zu erstellen.Wo bekomm ich gute deutsche Buttons her, die nicht so nach phpbb0.0.1 aussehen?
Grüße: Mahony
Hm....selber machen? Du kannst aber auch eine Anfrage in der Jobbörse stellen, eventuell hat ja jemand Lust dir die Buttons zu erstellen.Wo bekomm ich gute deutsche Buttons her, die nicht so nach phpbb0.0.1 aussehen?
Code: Alles auswählen
'THANKS_FROM' => 'folgende User möchten sich bei %s bedanken:',
Code: Alles auswählen
'THANKS_FROM' => 'folgende User möchten sich bei %s bedanken',
Code: Alles auswählen
<!-- IF postrow.S_FIRST_POST and postrow.THANKS_LIST -->
<div class="post bg3">
<div class="inner"><span class="corners-top"><span></span></span>
<dl class="postbody">
<dd><strong>{postrow.THANKS_FROM}</strong><br />{postrow.THANKS_LIST}</dd>
Code: Alles auswählen
<!-- IF THANKS_ENABLE -->
<!-- IF postrow.S_FIRST_POST and not postrow.S_GIVE_THANKS and not postrow.S_IS_OWN_POST and not S_IS_LOCKED -->
<div class="post bg3">
<div class="inner"><span class="corners-top"><span></span></span>
<div align="center" class="postbody"><a href="{postrow.U_THANKS}"><img src="{T_IMAGESET_PATH}/thanks.gif" alt="{L_THANKS1}"/></a></div>
<span class="corners-bottom"><span></span></span></div></div>
<!-- ENDIF -->
<!-- ENDIF -->