Forum Replies Created
-
In reply to: why aren’t my posts showing?In reply to: Delete “Header”
Hi,
If you want tune your site and remove some informational messages, check if my plugin can help you : https://wordpress.org/plugins/bbp-toolkit/
Pascal.
In reply to: Where is RSS for topics?Hi Damland,
You have a public forum ? If so, please post the link.
Thanks, Pascal.
In reply to: Author avatar issueEncore ? :-p
.bbp-footer { display: none; }
Pascal.
In reply to: Add “forum id” number to the in forum and topicHi leev18,
The function bbp_get_forum_id() should return to you the forum id.
Pascal.
In reply to: Author avatar issueFor the avator, it will be something like this to add as CSS somewhere:
.bbp-author-avatar .avatar-14 { width: 30px; }
A+
In reply to: Delete “Header”Bonsoir LPMMA,
What freshness do you mean ? The one that says ‘il y a 46 minutes’ ?
Pascal.
In reply to: Author avatar issueBonsoir leirof,
For the blue, if you want to make it yourself easy, go for bbP Toolkit (https://wordpress.org/plugins/bbp-toolkit/) to remove the breadcrumbs and other messages.
For the avatar, I will have a look later.
Pascal.
In reply to: SMS for new topics/repliesHi,
I doubt there would be any free plugin for that… You would have to look for an email2SMS plugin, but in the end the SMS needs to be paid for somewhere.Just one of the many examples : https://www.sendinblue.com/pricing/#tab6
Pascal.
In reply to: bbpress search not workingCiao tomtower,
I have been looking around on your site but didn’t find anything so far…
The only thing I can advice is to deactivate all plugins (except bbPress), change to a standard theme and then see if it works.
Otherwise some users seem to be very happy with the search plugin : https://wordpress.org/plugins/search-everything/Just one warning for your site: On page http://www.monsterbashpincab.com/forums/ you have the 2 search boxes, so people might not know which one to choose.
Pascal.
In reply to: Restrict only one forum categoryHi,
This is to restrict a forum, not a category.
If you want to restrict a forum, I have it inside my plugin, just give it a try: https://wordpress.org/plugins/bbp-toolkit/Pascal.
Hi drillbell,
I am happy to announce that you can now close forums in v1.0.3 of bbP Toolkit (https://wordpress.org/plugins/bbp-toolkit/)
Pascal.
In reply to: Close posts but not to post comments!Hi drillbell,
I am happy to announce that you can now close forums in v1.0.3 of bbP Toolkit (https://wordpress.org/plugins/bbp-toolkit/)
Pascal.
Dear all,
After 18 days of waiting and 2 evenings of coding, I am happy to announce that you can now close forums in v1.0.3 of bbP Toolkit (https://wordpress.org/plugins/bbp-toolkit/)
Pascal.
In reply to: Topics starters create duplicate posts as repliesHi,
I forgot to check the box that says βnotify me of follow ups,β
See to the left of these message, probably the 6th option. You can (un)subscribe by just clicking there πbut then duplicates that post as the first reply
The only thing I can think of is another plugin or some code you added in a child theme or functions.php file. Did you try to deactivate other plugins to see it you still had the issue ?Pascal.
In reply to: List all users with a specific roleGlad I was of any help.
Enjoy bbPress !
Pascal.
In reply to: List all users with a specific roleEuh, yes of course.
Can this help you then ?
$user_query_full = new WP_User_Query( array( 'role' => 'bbp_keymaster' ) ); $user_query = $user_query_full->get_results(); var_dump( $user_query );
Pascal.
In reply to: List all users with a specific roleAh ok,
Then how about:
$mykeymasters = get_users( array('role' => 'keymaster') );
https://codex.wordpress.org/Function_Reference/get_users
Pascal.
In reply to: List all users with a specific roleHi Rourke,
If you just want to list them in the backend, you could use https://wordpress.org/plugins/bbp-manage-subscriptions/
Pascal.
In reply to: bbpress search not workingHi tomtower,
Did you create any child themes under your topshop theme ?
Did you copy any bbpress files into the (child) theme ?
Pascal.Hi,
Just to close it here in case somebody else would look for it, I have it implemented in bbP toolkit (https://wordpress.org/plugins/bbp-toolkit/). Still need to review Robkk last update, but for now it works.
Pascal.
In reply to: Picture UploadHi ChrissiLisa,
You would have to check with the support of that plugin, but from what I know the plugin uses the standard WordPress media library, so images are uploaded where wherever media library is set to do it.
Pascal.
Hi TKServer,
I stick to my previous comment that using bbpress functions would cause you a lot less sleepless nights π
For understanding the data stored, you can just create a topic, a reply and a reply-to-a-reply and check 2 tables : posts and postmeta. With some basic reverse engineering you should understand what gets saved in the few records that are added. In posts you can find the type. In the metadata you will find the parent of the item (can be a reply, a topic or a forum).
Hope this helps you,
Pascal.In reply to: Restrict only one forum categoryHi,
I am aware of snippets of code that exist, but they seem to have some small issues. What plugin are you referring to ?
Pascal.
In reply to: WP Debug Error MessageHi Ben,
It seems to be a known issue, but not bbPress related. Bug tickets have already been opened and closed for this because the issue is coming from other plugins.
You can read more here: https://codex.bbpress.org/bbp_setup_current_user/was-called-incorrectly/
But please let this not refrain you in posting here the issues you see or open a trac debug ticket yourself. It’s better to have it twice then not at all.
Pascal.