This is the community forum. For a developer response use the Client Area.
Follow us on Facebook, Twitter and YouTube!

coding links
#1

In what may be wrong? The English text is displayed correctly, and the prisoner is in a link - no
http://cmscoder.ru/1/
Reply
#2

If you change the links from the administrative panel, it is displayed correctly. Hike the php code transmits not in the encoding.
Reply
#3

Thanks for reporting this.

In /comments/includes/functions/processor.php, line 806, there is this:

PHP Code:
<?php 
return "<a href='" . htmlentities($matches[1], ENT_QUOTES) . "'$cmtx_bb_code_url_attribute>" . htmlentities($matches[2]) . "</a>";

Replace with:

PHP Code:
<?php 
return "<a href='" . htmlentities($matches[1], ENT_QUOTES) . "'$cmtx_bb_code_url_attribute>" . htmlentities($matches[2], ENT_NOQUOTES, "UTF-8") . "</a>";

Does that work?

Have you completed the interview?
Reply
#4

Thank you all works
Reply


Possibly Related Threads…
Thread / Author Replies Views Last Post
Last Post by kooler
24-Jul-2013, 11:41 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)