i just installed fresh site based on phpnuke 7.8. the first thing i did is to apply security patch 3.2 (78patched3dot2.zip). well, as far as i can see all works ok except i can not get html links to work properly in the story module
when i submit a test news to myslf, a simple
test.com
i can see the link on the preview page before actual submition. the link properly reflects
http://test.com
next when i get to the new submition in my admin pannel the link is gone, the messeg come just plain text test.com
if i try to add link witin admin pannel
and i preview that new story i can see properly formated link
http://mysite.com/index.php?url=http://test.com
but after the news is submited link goes to:
test.com
i suuspect that the security patch does not allow create link here, but from all posting i found this should be allow by the entry in config.php
$AllowableHTML = array("a"=>2, ....
so i am lost.
can anyone point me in the right direction ?