I am sure this has been posted somewhere and sorry if I repeat. But I have googled and searched forums for 4 months with no resolve.
I am running a hacked up, modded version of Nuke 7.9 with chatserv 3.1
I know, ugh. But us newbies have no ideas when we start from scratch. It took me a few months to find ravens site where I have seen the most community support.
I am down to these final bugs and if they are resolved I will be exremely happy. I have already looked into and sampled converting to a 7.6 version. Problem is this only leaves you with a whole new set of bugs if you trying using all your current modules and addons that won't work with a different version.
Please if any of these bugs ring a bell please reply:
Single quotes - will post as double quotes in many modules, especially blocks, and will not even post if submitted from the nucalendar.
target="_blank" - this is filtered out of content and all modules - imagine having a site where you can't have your link open in a new window
border="0" - this is filtered out of all content, modules, and blocks. It is simply ugly to have an image link when there is a purple border around it
I have tried with editor taken out of the script and this did not resolve any of the above.
Please help if you can lead me in the right direction for any of these bugs. I can post any script if needed.
Check your php magic quotes setting to address the quotes issue. You can override this several ways (a local php.ini or an htaccess setting).
The target="_blank" filter is likely related to the inability of 7.9 to check HTML. You might check the allowable_html setting in config.php, but I doubt that will work.
Joined: Apr 06, 2006 Posts: 2415 Location: Iowa, USA
Posted:
Tue Oct 17, 2006 4:31 pm
I use 7.9 (for the time being...) and have no problems with border="0" in images. I have the editor disabled and I have 'img' => 2 in my AllowableHTML array in config.php.
Same with your target problem. Make sure you have 'a' => 2 in your AllowableHTML array.
I got NuCalendar to work with 7.9 after some futzing...it does sound like a magic quotes thing with you though.
My host switched its magic quote policy on me unannounced one day. It revealed many interesting bugs....
Joined: Aug 29, 2004 Posts: 9136 Location: Arizona
Posted:
Tue Oct 17, 2006 4:32 pm
You may also want to try the latest 3.2b/3.3 patches from Chatserv. BUT, please, please, please, backup your entire site first before applying these. Also, if you have lots of mods, you must rationalize the changes.
The reason I suggest this is that it looks like there have been many fixes to the patches with regards to the old bad use of FixQuotes (which may be causing the extra single quotes you see) and it does assume that magic quotes are turned off.
Joined: Aug 29, 2004 Posts: 9136 Location: Arizona
Posted:
Thu Oct 19, 2006 6:27 am
allmichael, you may have to ask your host 1) if they allow you to use .htaccess, and 2) if they do, do they allow the particular override that you are using.
View next topic View previous topic
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