EliteRides
Jr. Member
 
Posts: 83

EliteRides.com
|
 |
Re:[Done 1.5.4] Quick Admin
« Reply #46 on: December 06, 2003, 10:31:37 PM » |
|
To save someone else the weeks of trouble... After reinstalling the entire forum, mods and all, a problem came down to the Quick Admin mod.
echo ' <script language="JavaScript1.2" type="text/javascript"><!-- function DoConfirm(message, url) { if (confirm(message)) location.href = url; } </script>';
Removed the part above from the step below:
<edit file> Sources/MessageIndex.php </edit file>
<search for> global $curposlinks, $cgi, $yytitle, $settings, $start, $modSettings, $viewResults, $ID_MEMBER, $db_prefix; </search for>
<replace> global $curposlinks, $cgi, $yytitle, $settings, $start, $modSettings, $viewResults, $ID_MEMBER, $db_prefix, $qatxt, $qaimg, $sc;
echo ' <script language="JavaScript1.2" type="text/javascript"><!-- function DoConfirm(message, url) { if (confirm(message)) location.href = url; } </script>';
It rendered the MessageIndex dysfunctional on Macs and in Netscape:
|