I am not able to add an image to my messages (I'm tring to use an img src tag). I was able to do this fine before the upgrade.
Also, i had some links under the Modules menu that went to some static pages I set up. When I try and click the link now, it just says: "Illegal Operation." Any ideas?
The URL is: oceancrestpier.com
thanks guys,
Zack
AmbigiousOp Corporal
Joined: Mar 24, 2005
Posts: 56
Posted:
Tue May 30, 2006 6:56 am
Am I posting under the wrong forum? I can't seem to get any replies.
JallaBalla Captain
Joined: May 01, 2003
Posts: 310
Location: Oslo, Norway
Posted:
Wed May 31, 2006 3:22 am
I have the same problem, and AFAIK its disabled now
Workaround?
_________________ JallaBalla
...a Paying customer of PHP-Nuke
8.0 / 2.20
MajorWinters Nuke Cadet
Joined: Apr 04, 2006
Posts: 4
Posted:
Mon Jun 12, 2006 9:47 am
I am having the same issue asswel in news posts. The problem being is the link automatically being removed in the HTML code.
Example:
<a href="www.something.com"></a> or <img href="www.something.com"></img>
Will be auto changed to (when you submit/post it):
<a href=""></a> or <img href=""></img>
I don't know how to fix this though
spottedhog Captain
Joined: Apr 30, 2004
Posts: 566
Posted:
Mon Jun 12, 2006 4:32 pm
Quote:
Example:
<a href="www.something.com"></a> or <img href="www.something.com"></img>
Will be auto changed to (when you submit/post it):
<a href=""></a> or <img href=""></img>
hmmmm..... just a quick thought.... are you putting in the proper html code? For example, your code should be:
I have not look at the 3.2 patch config.php file, but it may be missing the img tag in it.
Look at the $AllowableHTML to see if there is a "img"=>1, in that array. If not put it in there. If that does not work, try "img"=>2, and see if it works.
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