Forum Replies Created
-
In reply to: Suscription issue – No email are sent
Hi,
You use ‘WP SMTP’ ? It seems not updated for over a year and compatible up until 3.9 only. I would propose to find an SMTP log tool to see all outgoing messages that the headers are correct. Or switch to a newer SMTP like Postman.
You are 100% sure the users are subscribed to the forum ? If you’re unsure, consider bbP Manage Subscriptions to check who is subscribed to what forum.
Pascal.
In reply to: Help end this Mail Del System nightmare. Please!You’re welcome !
Pascal.
In reply to: TinyMCE mini-plugins in child-themeGreat !
We all deserve a good weekend now with coffee … or something stronger 🙂
Enjoy bbPress !
Pascal.In reply to: vBulletin import helpDid you also try to change some php.ini settings as described here ?
In reply to: vBulletin import helpHi,
Can it be linked to timeouts ? Does it stop exactely after a certain number of minutes ?
(just guessing here)Pascal.
Hi,
First of all to reply to your question: I have never seen a plugin like this, but then of course, I don’t know all the plugins around bbpress as every day new ones are created or updated.
If you really don’t find it and are willing to pay, you could post your request on http://jobs.wordpress.net/But then just some thoughts: Is this really a strict/blocking requirement to move to bbPress ? Nowadays in all modern email readers, all threads are grouped one under the other. So if you have 1 new reply or 10 new replies, you will only see 1 email with (10) threads, so it should not really bother people.
And if I subscribe to a topic, I’m really interested in it and want to follow it by email. The only thing could be a ‘digest email’ on an hourly/daily bases, but that’s a slightly different topic.Pascal.
In reply to: Suscription issue – No email are sentHi,
Sometimes messages do not get out, installing the below plugin helps in most of the cases:
https://wordpress.org/plugins/asyncronous-bbpress-subscriptions/Also consider to have a good SMTP plugin like ‘Postman SMTP’ or equal. I like this one a lot because of all the debugging to understand where it goes wrong.
Pascal.
In reply to: TinyMCE mini-plugins in child-themeJust to be sure, can you do a var_dump of $plugins_array just before the return in your my_custom_plugins function ?
Can you confirm it’s an array, because you did not initialize it as one:
$plugins_array = array();and also remove it as parameter from your function…
See https://codex.wordpress.org/Plugin_API/Filter_Reference/mce_external_plugins
In reply to: Search doesn't workDid you do as suggested above ? Did you switch to a standard theme, did you deactivate all other plugins ?
Pascal.
Well, my question more or less remains… how did you ‘move’ them ?
Did you copy the contents and created a new topic or reply ?Regardless of how you moved them, did you already try a forum repair (under Tools) ?
Hi Argema,
How did you merge the 2 threads ?
Pascal.
In reply to: TinyMCE mini-plugins in child-themeHi,
Can’t test it now, but are you sure get_stylesheet_directory_uri() is returning /wp-content/themes/theme-child and not /wp-content/themes ?Try to var_dump inside your function to make sure your function is executed
Pascal.
In reply to: Remove top pagination but keep bottomIndeed, that is what you said and I repeated.
It will remove EVERY occurrence of the pagination count.Hi,
Using the shortcode should only show the forums you are allowed to see.
As administrator/moderator you could see the private ones in the list.
As participant you should not be able to see it.Did you test the access from a user in the ‘participant’ role ?
Thanks, Pascal.
In reply to: Remove top pagination but keep bottomHi o.m.j,
CSS will not help you in this case, not even nth-child or things like
#bbpress-forums .bbp-pagination-count { display: none; } #bbpress-forums .bbp-pagination-count ~ .bbp-pagination-count { display: block; }
will not work because the pagination is inside different divs and other elements.
The only possibility would be somewhere going for a javascript like
window.onload = function(){ document.getElementsByClassName('bbp-pagination-count')[0].style.display = 'none'; }
(not tested yet) or go for some coding.
Pascal.
In reply to: Where is RSS for topics?Ok, well, a example feed would be https://bbpress.org/feed/?post_type=topic/
Pascal.
In reply to: Post count functions brokenHi Loc Pham, welcome back.
No they are not broken, otherwise over 200.000 others would have complained already.
Are you giving the user_id as an integer as parameter ?
Are you always getting 0 or you are not getting the correct result ?Pascal.
In reply to: add to wordpress comment the link to bb profiledayan89,
Please don’t revive 6 year old threads, but start your own one describing the issue that you have or the help you are looking for. As bbPress changed a lot in these years, in a lot of cases what was explained is no longer valid in current versions.
Pascal.
In reply to: Link articles and pages wordpress forumBonjour Alex, l’anglais suffit pour ici, merci 🙂
I don’t know if you somewhere spy on me somewhere, but yesterday and this morning I had some discussions and checks on that for bbPress. There seem to be some old ‘converters’ from posts to topics and some requests to have this kind of functionality but it seems that today, nothing exists.
As I indicated yesterday, I might try to develop something around this, but don’t want to put any timeframe on it.
You can follow the discussion on https://wordpress.org/support/topic/feature-request-385
Pascal.
In reply to: Where is RSS for topics?Sorry, that page doesn't exist!
In reply to: Help end this Mail Del System nightmare. Please!Also ensure to have a good SMTP plugin like ‘Postman SMTP’ or equal. I like this one a lot because of all the debugging to understand where it goes wrong.
In reply to: Author avatar issueAdapt the ’20px’ to the size you want:
.bbp-forum-title { font-size: 20px; }
PS. ne jamais dire ‘last question’… you never know what comes up next 🙂
In reply to: bbPress Topic to Post ConverterHi,
Is this still of any interest ? If so, drop me a line https://wordpress.org/support/plugin/bbp-move-topics and I’ll see what I can do.
Pascal.
Hi,
Is this still of any interest ? If so, drop me a line https://wordpress.org/support/plugin/bbp-move-topics
Pascal.
In reply to: Sidebar Missing from pagesOOOPS! THAT PAGE CAN NOT BE FOUND