i get this problem too. anytime i use a single quote or double quote in an article, it will add \ before it and ruin all my html and links. i've tried using the str_replace in the themes.php fix that i found on another site but that did not help at all.
i did a clean install of 7.6 with 3.2B and still have this problem. where would i use stripslashes? if you could lead me in the right direction it'd be appreciated.
What use is the addslashes entery anyway? because I have the same problem and I also noticed there are several addslashes in the Index.php not just 3 or 4. What happens if I remove them all?
In the condition which your server has magic_quotes_gpc on, it will automatically do an addslashes to every input. So addslashes shouldn't be needed again. However, phpNuke frequently uses stripslashes and addslashes incorrectly, so it is almost safer just to use addslashes everywhere.
I'm working on fixing this system wide. If you want to test my Patched 3.2 compatible files, register on my site and tell me your username. I will give you access to the test sites and downloads. http://evaders.swrebellion.com
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum