Rhialto
Forum Replies Created
-
Forum: Reviews
In reply to: [Titan Anti-spam & Security] Stick with 6.5.4!Instead I’ve installed Easy Updates Manager and blocked updates on it.
Forum: Plugins
In reply to: [Polylang] Show all comments for all languagesHey this is great! I deleted everything about previous code in my functions.php and added your plugin instead, works great.
Thanks a lot!
Forum: Plugins
In reply to: [Polylang] Show all comments for all languagesOk so count on website is fine and comments display correctly in both language but count on admin panel is wrong.
Forum: Plugins
In reply to: [Polylang] Show all comments for all languagesGood! Can’t wait to test this then!
Just to be sure, I need to add the code above just before the 2 add_filter call?
Forum: Plugins
In reply to: [Polylang] Show all comments for all languagesWait, did you just copied what’s on https://blog.codecentric.de/en/2010/06/wordpress-wpml-comments-filter-plugin/
Because I’m pretty sure I’ve tested it and found newer and modified versions from which I then tried myself to modify again to have it to work with Polylang with results seen above where I was looking for help.
Forum: Plugins
In reply to: [Polylang] Show all comments for all languagesThanks @jonathanmoorebcsorg for looking into this. Just a few months ago I decided to remove the code when I saw nobody jumped in to help make it works.
Now that you are here with a possible solution I will happily re-add it and test again when I get home tonight. Do you think everything else is fine? I mean can you please post it all so I will just have a single copy and paste to do.
As you may have seen in my profile I’m not into programming but into translating so I tried to play with this code a bit because I knew a few wanted this in the past and for one new website I also needed this. I thought it would be a matter of seconds for Chouby to fix or by anyone with knowledge but it didn’t happen and now that Chouby began offering a paid version a few weeks later I don’t expect him to help anymore.
Glad you found the topic, were you also looking for this feature?
Forum: Plugins
In reply to: [Polylang] merge post comments of all languagesSame here. J’espère un jour que Frédéric en tiendra compte et ne pas en faire un feature seulement Pro. I see 2.1 share posts in the Pro version, that’s ok as long as you make money with the website I guess but collecting comments only I hope will be free.
Forum: Plugins
In reply to: [Polylang] Show all comments for all languagesOk I was away for the last few days…
I installed 1.9.3 and still had the problem.
I wish someone will have a look one day.
Forum: Plugins
In reply to: [Polylang] Show all comments for all languagesThe day after I come post this I see v2 is out with this:
– Improve support for the WPML API (including Hook API introduced in WPML 3.2)
Does it mean it should help to achieve showing all comments on a post whatever the language is? All I know is I tested again with code above and again all comments from all posts are still showing.
Forum: Plugins
In reply to: [Polylang] Show all comments for all languagesFor some reasons ALL comments from ALL posts are always showing now whatever the language. I don’t know if it’s following a core update or with latest plugin update.
Anyone can help?
Forum: Themes and Templates
In reply to: [Hoffman] Genericon for RSS.menu-social li a[href*="feed"]::before { content: '\f413'; }
Forum: Plugins
In reply to: [Polylang] Show all comments for all languagesLooks like merge_comment_count function also counts comments for the language in which the comments were posted so the result is double the count.
I now have a post with 2 comments in french, the admin page for all posts show 2 comments in english which is ok, but show 4 in french like it has counted twice. Pretty sure it needs a condition to exclude count for the language comments were posted and that should do the trick. I just don’t have enough knowledge to add this.
If I had to guess I think it’s the
if(!$l['active'])
that need a &&Forum: Plugins
In reply to: [Polylang] Show all comments for all languagesSo on frontend it works for you also? Let’s keep faith that one day someone with proper knowledge will look into this.
The only problem is on the backend when I look at all the posts page, like I said merge_comment_count need to be fixed. There is still only 1 comment on a post and it seems to count 1 more comment for that post (the english one) but the count is ok on the other one.
For the rating plugin you use you will need custom code.
Forum: Plugins
In reply to: [Polylang] Show all comments for all languagesForget post above…
This morning I found out count is ok when viewing posts on website but not in admin posts panel.
I only have 1 comment so far since website just launched
Only the post in english have 1 comment and that’s the only database entry with a 1 in the comment_count column.
On the website, both the english and french posts show 1 comment using the code above so it’s great.
In the admin panel on posts page though, the english post counter shows 2 and the french one shows 1.
I think the merge_comment_count is the problem but I’m not good at that.
Forum: Plugins
In reply to: [Polylang] Show all comments for all languagesThis morning I found out count is ok on website but not in admin posts, column shows a higher number which looks like it is counting the deleted/trashed one.