Is there a way to make the Mod Split Topic Type compatible to Aphrodite Style?
nevergone
Moderator: Moderators

#-----[ FIND ]------------------------------------------------
#
<form method="post" action="{S_POST_DAYS_ACTION}">
#
#-----[ BEFORE, ADD ]-----------------------------------------
#
<!-- mod : split topic type --><form method="post" action="{S_POST_DAYS_ACTION}">S_POST_DAYS_ACTION
<!-- IF topicrow.TOPIC_TYPE == L_STYLE_GLOBAL -->
<!-- IF $T_GLOBAL -->
<!-- ELSE -->
<!-- DEFINE $T_GLOBAL = 1 -->
<tr>
<td class="row3" colspan="6"><span class="gensmall">{L_STYLE_GLOBAL}</span> </td>
</tr>
<!-- ENDIF -->
<!-- ELSEIF topicrow.TOPIC_TYPE == L_STYLE_ANNOUNCE -->
<!-- IF $T_ANNOUNCE -->
<!-- ELSE -->
<!-- DEFINE $T_ANNOUNCE = 1 -->
<tr>
<td class="row3" colspan="6"><span class="gensmall">{L_STYLE_ANNOUNCE}</span> </td>
</tr>
<!-- ENDIF -->
<!-- ELSEIF topicrow.TOPIC_TYPE == L_STYLE_STICKY -->
<!-- IF $T_STICKY -->
<!-- ELSE -->
<!-- DEFINE $T_STICKY = 1 -->
<tr>
<td class="row3" colspan="6"><span class="gensmall">{L_STYLE_STICKY}</span> </td>
</tr>
<!-- ENDIF -->
<!-- ELSE -->
<!-- IF $T_TOPICS -->
<!-- ELSE -->
<!-- DEFINE $T_TOPICS = 1 -->
<tr>
<td class="row3" colspan="6"><span class="gensmall">{L_STYLE_TOPICS}</span> </td>
</tr>
<!-- ENDIF -->
<!-- ENDIF --><!-- UNDEFINE $T_GLOBAL -->
<!-- UNDEFINE $T_ANNOUNCE -->
<!-- UNDEFINE $T_STICKY -->
<!-- UNDEFINE $T_TOPICS --> 
Users browsing this forum: No registered users and 1 guest