Quote:
Originally Posted by Simon Lloyd
Is it possible to perhaps add a boolean something like in a php (don't know which one):
PHP Code:
if ($ldm_accep < '0')
{
$ldm_denied = true;
}
else
{
$ldm_denied = false;
}
and then perhaps this in the links_agreement template (i guessed that one!):
PHP Code:
<if condition = "$ldm_denied">
<span class="highlight">$vbphrase[ll_agreement_declined]</span>
</if>
to show just the declined message, it doesn't matter about an ok button as in the message i have a link to take them back to forums.
|
Andrew, is there anyway to seperate the messages perhaps like the above? if so i need some guidance please!