Forum Replies Created
-
AuthorPosts
-
March 3, 2016 at 10:04 pm in reply to: Moderators help me please! I have no answer for several days… #592968
php echo stripslashes (substr
php echo stripslashes (mb_substr(files attached)
Probably where the code should mention ‘UTF-8’…
March 3, 2016 at 9:07 pm in reply to: Moderators help me please! I have no answer for several days… #592927Did not work. Everything remained the same.
I think this is in the ‘substr’ because it is necessary to specify the ‘mb_substr‘ end the code ‘UTF-8’ but I do not know where to do it.
(Of course I could be wrong, but) this solution
php echo stripslashes (substr
php echo stripslashes (mb_substr
helped with a Canvas theme from WooTh….
In exactly the same widget.March 1, 2016 at 5:44 pm in reply to: Moderators help me please! I have no answer for several days… #591721Hey!
Thanks for the quick response.
1. Yes, as far as I know.
I have encountered the same problem, it’s been resolved as follows:
It was: <php echo stripslashes (substr (wp_filter_nohtml_kses ($ comment-?> Comment_content), 0, 50)); ?>
Fixed: <php echo stripslashes (mb_substr (wp_filter_nohtml_kses ($ comment-?> Comment_content), 0, 50)); ?>
I can not find that in this case…2. Solved. Began to copy the links and found that the problem is only logged users. This is because of the top administrative panel WP.
3. Thank you very much, the problem is solved.
March 1, 2016 at 4:13 pm in reply to: Moderators help me please! I have no answer for several days… #591617Help me please. Maybe I’m doing something wrong, but no one is responsible to me for several days.
March 1, 2016 at 8:30 am in reply to: Moderators help me please! I have no answer for several days… #591400Help me please
February 29, 2016 at 5:27 pm in reply to: Moderators help me please! I have no answer for several days… #590976Does anyone help me please.
-
AuthorPosts