Search Results for 'bbpress'
-
Search Results
-
Hi there,
I want to import 150 users to my forum and subscribe them to a new “test” forum topic in order to check if the email notification is working (it stops after sending 100 emails).
In order to do this, I use the plugin “import and export users and customers” to import a list of made-up users (username and email are all that is needed for columns in CSV file).
Then I create a new “test” forum.
Now I want to subscribe them all to this forum topic programmatically via MySQL.
The issue is, I have looked at the SQL table and the only data that I can find on user subscriptions is thewp_usermeta where meta_key = 'wp__bbp_forum_subscriptions'. Themeta_valueshows the ID of the forum that users are subscribed to.
The issue is that it seems to be no longer working. Is it a meta_value that BBpress no longer uses? If so, which one is used?
If I take a random subscribed user (ID=17248) and check what they are subscribed to, the following query works:select * from wp_usermeta where meta_key = 'wp__bbp_forum_subscriptions' and user_id = 17248;. I can then see a list in themeta_valuetable of what they are subscribed to. But if I then (using the BBp Toolkit plugin) alter their subscriptions and e.g. unsubscribe them from a topic, go back to the DB and do the same query, it shows the same forum subscription IDs, even though there should be one less.
Could you point me in the right direction of which table to query to alter the forum topic ids of a user please?Topic: Parent forum disappears
In the right sidebar of the Forum Edit page, under Forum Attributes, I select a parent forum from the list. After pressing Update, the field switches back to -No parent-.
I tried to copy an existing subforum from the same parent with PA Duplicate but no copy is created.
No error messages.
What can I do?
Wordpress 5.5.1.
bbPress 2.6.5.
PHP: 7.3.20Hey guys,
I installed Bbpress on one of my multisites and i have used a plugin to allow users to register tto resgister rather than allowing registrations at the network level.
I have used the bbpress shortcodes for the registration page and the login page however when i test registering as a new user it redirects me to a local-signup page which i assume is happening due to it being a multisite? Is there any way to have only one form that meeds to be filled in? Do i need a user and registration plugin?
The main issue i have is that qhen i do complete the registration process thw new user reveives no email…
I then added a plugin for Smtp, configured it and it works in itself but not diffrrence to the bbpress registration process.
Not sure how to fix the issue, i also tried allowing users to register at a network level but made no difference?
Do i need to add somethinking like the Ultimate user registrations plugin or wp forms? Will that make a difference?
Im ising using latest version of wp and bbpress on my site…
Hi,
i installed bbpress on my wordpress then i started db migration. i gave all informations about db and chose “vbulletin” but it didn’t work. I’ve read a few posts on this subject but no answer. Does the migration tool work? thanks
Topic: Foum category?
Hi
Got a problem with my forum
If I compare my forum with the one HERE.For example, I created a forum with âForum Rulesâ. Made the SuperStiky post.
If I click on âForum Rulesâ on the main forum page, first I come to a kind of superordinate category. I have to click on it first to see what has been written.This is not the case here in the forum. I click e.g. to âbbPress 2.6.5 is out!â and immediately see what has been written.
Why is that?I’m reading mixed complaints within our forum from those who choose to subscribe to certain topics to receive emails for new replies.
Some say they are receiving emails, some say they’re only receiving them here and there, others are not receiving them at all. I’ve also been reading that some are receiving administrative emails but not emails for new replies in topics.
Our client’s users rely on their email notifications, unfortunately, so I’ve been in the search for a more reliable fix. Any suggestions?
For reference, I am using the WP Mail SMTP plugin that is linked to a paid SMTP.com account. So, in theory, the SMTP should be letting the users receive these emails, no?
Any tests I run on my end have been successful, using a Subscriber, Editor, and Admin user roles. I have also mentioned spam and phishing folders as well as whitelisting but users have done these things and are still experiencing issues.
Any help in solving this would be appreciated!
I’m currently using bbPress version 2.6.5 with the Kleo theme.
Hi
I use to bbPress
If not logged in, will see a login form below(under) the forum.
link is this image
https://t1.daumcdn.net/cfile/tistory/993047455F7C2CA713and i use to another login/register plugin, want to member login use only for other login form
link is this image(other login form)
https://t1.daumcdn.net/cfile/tistory/99BCA94C5F7C2CB711I want remove(or hide) to bbPress default login form
and read https://bbpress.org/forums/topic/how-to-remove-default-bbpress-login/
and i tried to your guide , but the login form did not disappear.
(all cache flush and browser cache all purged)Best Regards,
HyunhoHi
Has anyone recreated the bbpress theme – with “mobile first” principle?right now in the default bbpress theme is using max-width
while it looks like all new modern WordPress themes are now doing min-width
thanks
Kris