You are not logged in. Please login or register.
Active topics Unanswered topics
Search options
8k84 wrote:If First Post Meta Description Tag is checked and non-latin characters are used in the post, then the Description tag looks like this:
��е
To fix, change in hook hd_head by meta_tags_admin in line 25:
from:
$first_post = htmlentities(str_replace("\n", "", $first_post));
to
$first_post = htmlentities(str_replace("\n", "", $first_post), ENT_QUOTES, "UTF-8", false);
I some modified you manfest.xml for install on Postgresql-system.
In some place you use double quotes for values- in postgres it's mistake (double quotes use to select fields), and in "vt_qr_get_posts, mr_post_actions_qr_get_posts" hooks was been incorrect select (dot before table name, for what?)
Corrected file
Posts found: 2