Forum Replies Created
-
Ah ok, well to my knowledge access is set at forum level, so I don’t see how you could do it. But maybe somebody else has an idea ?
Pascal.In reply to: Posts on forum being cropped right hand sideSome themes are not handling well the replies. Could you try to add this somewhere as extra css:
#bbpress-forums .reply { font-size: inherit; padding: inherit; position: relative; right: inherit; top: inherit; }
Pascal.
Hi James,
The standard forum attributes (that you find on the right when editing a forum) have the ‘visibility’ that can be set to ‘Public’… is this is what you are looking for.
Personally I’m using a mix of ‘Members’ and ‘bbP Private Groups’ to have the correct people getting to the correct content. Just to give you some ideas, because other plugins exists !
Pascal.
In reply to: Posts on forum being cropped right hand sideHi Alix,
Is it a public site ? If you post the link we might find some CSS tricks.
Pascal.
In reply to: Forum Content Not Showing Up on Forum PageHi Rhonda,
Is it a public site ? If so, could you post the link ?
Did you create a dedicated WordPress page with a [shortcode] or you just want the use the built-in page by adding /forums after your domain ?
Pascal.In reply to: WP Debug Error MessageOk, thanks Axel, I’ll see to add it to the ticket as reference.
Pascal.In reply to: Don’t Want to show the trash and Spam link in adminHi,
I didn’t test, but I suppose it’s sufficient to remove the delete_xyz capabilities from this role to remove the trash and the moderate_comment for the spam ?
Pascal.Never had this before, but good to keep as a reference.
Pascal.In reply to: How do I remove the yellow notices?Just for people arriving at this thread, you could also use the plugin ‘bbP Toolkit’ to remove the text and the box all together.
Pascal.
In reply to: Post Topic RequestHi,
posts are just custom post types (topic, reply) and have metadata attached. bbPress is following standard WordPress rules in the database.For bbPress functions and filters, I normally end up on http://hookr.io/plugins/bbpress/2.5.6/functions/
Pascal.
In reply to: Delete threads when user is deletedHi,
So when a user is deleted you want all his/her threads deleted ? Are you sure ?
Removing replies (that do not have nested replies) could eventually be done, but how about topics created by this person that a lot of others have replied to ?Is it not better to assign all the topics and replies to a used called e.g. ‘deleted_user’ ?
If you are interested in this proposal, let me know and I can see further what can be done.Pascal.
In reply to: Approve topic before it appears?Hi Filip-T,
What I know is that forum moderation is being reviewed and improved a lot for v2.7 of bbPress. For now there is standard moderation and blacklisting as described here: https://codex.bbpress.org/moderation-and-blacklisting/
I’m not aware of other plugins then the one you have found, but it seems to have some issues with the latest WordPress/bbPress.
Pascal.
In reply to: Random Unsubscribe@mikevens
(I hope you were not unsubscribed from this one!)Did you find anything ?
Can you confirm you are not using extra plugins like ‘bbPress Moderation’ ?Thanks,
Pascal.In reply to: Looking for a List Serve Capability with BBPressHi,
About 2 weeks ago the same thing came up again. You can find it here: https://bbpress.org/forums/topic/post-by-email-social-media-integration/
Adding replies FROM email is not built into bbPress and I’m not aware of any immediate plans to implement it. Of course when somebody creates a topic and or a reply, any person subscribed is getting the email with a direct link to the topic. Just hitting that link you can start replying.
Pascal.
In reply to: bbPress not working with imember360Hi,
As bbPress worked fine until you installed imember360, you could point these issues out to them.Are you interested in the protection of content and users, or more about the billing ?
I’m a very happy ‘bbp private groups’ user and it fits all my needs. And it fully integrates with bbPress.Pascal.
In reply to: Can’t seem to change the Forum dateHi,
The closest one I see is https://wordpress.org/plugins/post-date-time-change/
It seems to show ALL post types, but I didn’t test it at all. Use with care as it’s probably changing directly at database level.
Pascal.In reply to: Content Above ForumHi,
I already started to have a look on this. Will keep you informed in the next days/weeks.
Pascal.In reply to: Shorten FreshnessWell, it works for others, so indeed, it must be something on your side. Could be your theme, child theme or plugin issues. Try to switch to a default theme, then deactivate all plugins and reactivate one by one…
In reply to: Manage Subscriptions?Hi,
If still of interest, check out bbP Manage Subscriptions.
Pascal.
In reply to: forums/users/ only for logged in users?Hi,
If you are still interested, I have added it into my bbP Toolkit. It does NOT need any files to be copied or created. https://wordpress.org/plugins/bbp-toolkit/
Pascal.
In reply to: Shorten FreshnessHi,
It should work if you pasted it correctly somewhere.
If you don’t manage, you can try to install the bbP Toolkit (https://wordpress.org/plugins/bbp-toolkit/) as it is now one of the options.
Pascal.In reply to: Can’t seem to change the Forum dateHi billistic,
Seems correct to me. Why would you want to change the date when a forum was created ?
If you REALLY want to change the creation date of the forum, you might have to go inside the database and change the post date (because a forum is just another post).
Pascal.
In reply to: vBulletin import help@johnjamesjacoby thanks for the input.
@vinaynellagi keep us informed if you find something. I don’t know vBulletin, but is there a way to export only parts of it (like some months) to narrow down ?Pascal.
In reply to: Suscription issue – No email are sentHappy to see you managed.
For bbP Manage Subscriptions, if you have issues and want to use it, leave a message at the support page of the plugin so I take it from there. But if all works, then you can drop this plugin.
Pascal.
In reply to: User capabilities : delete topicsHi,
It’s unfortunately a known issue in current version:
https://bbpress.trac.wordpress.org/ticket/2685Hopefully fixed in next upcoming release.
Pascal.