Seite 1 von 1

Danke Button

Verfasst: 01.05.2009 20:20
von Alufu
Ich habe den Mod Thank_Post_Mod_HIDE_ MOD_compatible_0.2.0. Als Theme benutze ich Serenity -> http://demo.phpbb3styles.net/Serenity
Aber z.B. in der viewtopic_body.html stoppe ich schon bei

Code: Alles auswählen

Suche:

</tr>

	<tr>
		<td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
	</tr>
	</table>
<!-- END postrow -->

Re: Danke Button

Verfasst: 01.05.2009 21:18
von Mahony
Hallo
Suche in der viewtopic_body.html

Code: Alles auswählen

<!-- IF postrow.U_MSN --><a href="{postrow.U_MSN}">{MSN_IMG}</a> <!-- ENDIF --> 
                <!-- IF postrow.U_ICQ --><a href="{postrow.U_ICQ}">{ICQ_IMG}</a> <!-- ENDIF --> 
                <!-- IF postrow.U_YIM --><a href="{postrow.U_YIM}">{YIM_IMG}</a> <!-- ENDIF --> 
                <!-- IF postrow.U_AIM --><a href="{postrow.U_AIM}">{AIM_IMG}</a> <!-- ENDIF --> 
                <!-- IF postrow.U_JABBER --><a href="{postrow.U_JABBER}">{JABBER_IMG}</a> <!-- ENDIF --> 
				<!-- IF postrow.U_WWW --><a href="{postrow.U_WWW}">{WWW_IMG}</a> <!-- ENDIF -->
			</td>
    	<!-- ENDIF -->
Füge danach ein

Code: Alles auswählen

<!-- IF postrow.S_FIRST_POST and postrow.THANKS_LIST -->
	<tr>
		<td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
	</tr><tr class="row2">
	<td valign="top" style="padding-left: 4px;"><!-- IF postrow.S_GIVE_THANKS --><a href="{postrow.U_THANKS}"><img src="{T_IMAGESET_PATH}/removethanks.gif" alt="{L_THANKS_REMOVE}"/></a> <!-- ENDIF --></td>
		<td style="text-align: left;">{postrow.THANKS_FROM}:<br /> {postrow.THANKS_LIST}</td>
	</tr>
<!-- ENDIF -->

Grüße: Mahony

Re: Danke Button

Verfasst: 02.05.2009 09:38
von Alufu
Super Danke.
Es funktioniert! :)