Quote:
Originally Posted by Synth
I cannot for the life of me find where to change the FlashChat title. I have looked through phrases, templates, xml's, .php's, from this hack and noppids page integration hack and can't find it. I have found instances in the xml but it did not change on the site even after editing the xml, uninstalling the old one, and installing the edited one. LOL
Please see attachment
Any Ideas 
|
in flashchatauto template the bit I highlighted green
Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<title>Flashchat - $vboptions[bbtitle]</title>
<if condition="$FCVP_allowed">
<script type="text/javascript">
function showLogger() {
win = window.open("$vboptions[bburl]/chat/logger.php", "logger", "width=500,height=400,left=0,top=0,location=no,menubar=no,resizable=yes,scrollbars=no,status=no,toolbar=no");
win.focus();
}
</script>
</if>
</head>
<body>
$header
$navbar
<table class="tborder" border="0" align="center" width="100%" cellspacing="0" cellpadding="4">
<tr>
<td align="left" class="tcat" width="100%">FlashChat
</td>
</tr>
<tr>
<td align="center" class="alt1" width="100%">
<if condition="$FCVP_allowed">
$flashchat_output
<else />
<br /><br />
<div class="smallfont"><phrase 1="register.php?$session[sessionurl]do=signup">$vbphrase[admin_required_register]</phrase></div>
<br /><br />
</if>
</td>
</tr>
</table>
$footer
</body>
</html>