OK - here is the solution to the double slash issue - from Rick the developer:


In /admin/doeditlangfile.php find this:
<pre>
$value = str_replace("\'","'",$value);
$value = str_replace('\"','"',$value);
$value = str_replace('"','\"',$value);
</pre>
Below it add this:
<pre>
$value = str_replace("\$","\$",$value);
</pre>

That should fix it. However you may need to edit out any extra slashes from the language files first (or upload clean language files). But this will prevent it from happening again. <img border="0" title="" alt="[Smile]" src="images/icons/smile.gif" />

Josh
www.joshuapettit.com
ThreadsDev.com Administrator | InfoPop Community Moderator
Register to see my How To/Site Help Library Forum at ThreadsDev.com.
My threads 'tweaking' abilities are for hire for upgrades, tweaks and modifications.