Adding FlashChat to the AZDG "Lite" interface
For AZDG and other systems which lack a template editor, you may add FlashChat to the interface simply by adding a link to "flashchat.php" to any part of the overall template code:
<a target=_blank href=http://www.yourdomain.com/path/to/flashchat.php>Start Chatting!</a>
For example, open the "/templates/default/header.php"
file in AZDG Dating Lite, and add this link to any part of the header template,
which will appear on every part of the AZDG interface. If you are using a different
template (like the "love" template), then you would add this code
to the header.php file of that template.
<Tr bgcolor="<?=COLOR1?>"
class=desc><Td colspan=6><?=$w[95]?>[<?=$_SESSION['m'];?>]:<br><a
href="<?=C_URL?>/view.php?l=<?=$l?>&id=<?=$_SESSION['m']?>"
class="menu">[<?=$w[98]?>]</a> <a href="<?=C_URL?>/members/index.php?l=<?=$l?>&a=c"
class="menu">[<?=$w[99]?>]</a> <a href="<?=C_URL?>/members/index.php?l=<?=$l?>&a=p"
class="menu">[<?=$w[100]?>]</a> <?if(C_REMOVE_ALLOW
!= '0') {?> <a href="<?=C_URL?>/members/index.php?l=<?=$l?>&a=h"
class="menu">[<?=$w[101]?>]</a><?}?>
<a href="<?=C_URL?>/members/index.php?l=<?=$l?>&a=e"
class="menu">[<?=$w[102]?>]</a>
<a target=_blank href="chat/flashchat.php" class="menu">FlashChat</a>
</Td></Tr>
<?}?>
</table></Td></Tr></table>