$3
Sometimes when I create a link the links points to: domain.com$3 instead of domain.com/something/something.html
I noticed this bug on some news posts aswell
saphua - 10:37pm, 26 November 2008
yeah, I noticed it too. I always use html editor than text editor to solve it.
Aireplay - 9:30am, 29 November 2008
Maybe Egg has something to say about this
Aireplay - 9:34am, 29 November 2008
The problem here is not in the text editor. It must be something when it is submitted?
ojan - 3:15pm, 31 January 2009
I made a very simple hack that made the trick:
edit the function eb_article() in _lib/news.php
on the last row in the function change:
return $output;
to
return str_replace("$3","",$output);
Good luck!
ojan - 5:09pm, 31 January 2009
Hi guys, sorry for the absense!
It appears to be a WYSIWYG error, but one they have fixed:
http://www.openwebware.com/forum/viewtopic.php?f=1&t=2125&p=4861&hilit=+Error+in+regex+replace+#p4861
I've added this fix in v4.1.1 ... i'm sure you'll confirm if this has/hasn't sorted the problem
Egg - 11:31am, 24 February 2009
Submit a post to this topic
You are not logged in.