Single quote in Titles

Can anyone point - how to strip or correct Single quote in Titles, that make a problem in code:

For example:

<a href="http://www.go2life.net/m/photos/view/proverka-kavichek-i-takih" title="Проверка "кавічек" и 'таких'">Проверка "кавічек" и 'таких'</a>

You see that - title="Проверка "кавічек" и 'таких'" - is distroing site code structure!

And the same problem is:

<head>
<title>Проверка &quot;кавічек&quot; и 'таких'</title> - that incorrect!

because of that:

Parse error: syntax error, unexpected T_STRING in /home/kabmiro/public_html/go2life.net/templates/base/scripts/BxBaseFunctions.php(133) : eval()'d code on line 1

Warning: Cannot modify header information - headers already sent by (output started at /home/kabmiro/public_html/go2life.net/templates/base/scripts/BxBaseFunctions.php(133) : eval()'d code:1) in /home/kabmiro/public_html/go2life.net/inc/design.inc.php on line 133

Quote · 11 May 2010

Hello!


So u meant that title of uploaded photo like Проверка "кавічек" и 'таких' destroys the photo view. Plz specify code of function uriFilter in inc/utils.inc.php file in exactly ur site, it's necessary for proper check.


Regards

Quote · 12 May 2010

Yes, media modules has this troubles with showing title with quteo symbols - may u plz specify about other part of Dolphin?

Ticket was created http://www.boonex.com/trac/dolphin/ticket/2014

Quote · 12 May 2010

Yes, media modules has this troubles with showing title with quteo symbols - may u plz specify about other part of Dolphin?

Ticket was created http://www.boonex.com/trac/dolphin/ticket/2014

What u mean - about other part of Dolphin ?

We saw that problem with single ( ' ) quote in <title></title> and <a ... title="..."></a> - in every uploaded media!

For example - just look - http://www.go2life.net/m/photos/view/proverka-kavichek-i-takih = Parse error: ... in the top of page!

And when you link - http://www.go2life.net/m/photos/browse/category/%D0%9F%D1%80%D0%BE%D0%B2%D0%B5%D1%80%D0%BA%D0%B0+%5Bquote%5D%D0%BA%D0%B0%D0%B2%D1%96%D1%87%D0%B5%D0%BA%5Bquote%5D+%D0%B8+%27%D1%82%D0%B0%D0%BA%D0%B8%D1%85%27

so you'll see - Обзор фото категории "Проверка "кавічек" и \'таких\'" - say, is that right = \'таких\' ???

and - Обзор фото по тегу " \'таких\'" - ???

Please resolve that problem.

But better is you simply clean using single ( ' ) quote, only double ( " )

Quote · 12 May 2010

"About other part" - i mean blogs, events or articles. Media (including photos) modules are now under fixing.

Quote · 12 May 2010

"About other part" - i mean blogs, events or articles. Media (including photos) modules are now under fixing.

  1. And it need - in name of categories
  2. Yes in ALL, you can see for example:

<title>Проверка &amp;quot;кавічек&amp;quot; и 'таких'</title>

<meta name="description" c alt="Проверка &quot;кавічек&quot; и 'таких'" />

<meta name="keywords" c alt="Проверка,&quot;кавічек&quot;,и 'таких'" />

you can see that - и 'таких'" /> - is extremly incorrect!


3. And at code level we can see html incorrect constructions:

<a href="http://www.go2life.net/blogs/posts/Pavel2010/category/Проверка [quote]кавічек[quote] и 'таких'" rel="nofollow">Проверка "кавічек" и 'таких'</a>

<a href="http://www.go2life.net/blogs/tag/[quote]кавічек[quote]" title=" "кавічек"" rel="nofollow"> "кавічек"</a>,

<a href="http://www.go2life.net/blogs/tag/и 'таких'" title=" и 'таких'" rel="nofollow"> и 'таких'</a>


In addition - /category/Проверка [quote]кавічек[quote] и 'таких' - why script do like this, with spaces? This must be correct also!

4. And in tags also. See:

<a href="http://www.go2life.net/blogs/tag/[quote]кавічек[quote]" title=" "кавічек"" rel="nofollow"> "кавічек"</a>,

<a href="http://www.go2life.net/blogs/tag/и 'таких'" title=" и 'таких'" rel="nofollow"> и 'таких'</a>

Quote · 12 May 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.