Search Results for 'test'
-
Search Results
-
Hi people,
I noticed that’s there one space in front of “Admin” here:
This forum contains 2 topics and 2 replies, and was last updated by Admin 9 hours, 17 minutes ago.
You can also see it on the right hand side under “Latest forum posts”.
Best regards.
Here are the details:
~ WordPress 4.9.8
~ Travel Eye Pro theme
~ BBPress Version 2.5.14This issue is with a company Intranet so not accessible from the Internet.
When a new topic is created via the Topic option in the WordPress dashboard subscribers are not notified. When a new Topic is created on the Forum page using the New Topic fields and editor subscribers are notified. I’ve tested this across multiple forums and this behavior is repeatable. I see the new topics in the forums regardless of where they’re entered but subscribers are only notified if the topic is created from the forum webpage. Have I missed a configuration step in WordPress or is this a bug?
Thanks in advance for any help anyone can offer. Happy Monday!
Tearing my hair out here trying to change the content container to transparent. I’ve tried changing the bbpress.css file, putting custom css in the bbl style pack, but nothing seems to work.
Really appreciate some help here as I don’t what else I can do.
WordPress 4.9.8
bbPress 2.5.14
http://dftasmania.com/forums/topic/test-topic/
Thanks in advance.
Cheers
LongtallTopic: Migrating part of forum
Hello,
we are migrating our site which includes a bbPress forum. The migration process is pretty long. So we’d rather not close the forum for a long time.We’ll start the migration import the whole database. The rest of the process will take several days. This means that in the meantime new discussions will be added to the forum.
We thought we could add those new discussions using the XML importer. But in our tests it didn’t work. The discussions don’t show up in the frontend. And when we try to fix them with the bbPress tools, they disappear.
Is there a way to do it?
Hi there,
I want to do a test mailing in my staging area, to see if a new WP plugin works for BBpress. In order to do this, i want to change all emails to my personal email address for all that are subscribed to the forum (so i don’t accidentally send out mails to real users,(this has actually happened to me before)). The problem is that the WP user_email is found in the DB wp_users and the forum meta info is found in the DB wp_usermeta. What SQL statement would i use if i wanted to change the email of all bbpress “Participants” to “myemail@email.com”. I want to do something like:
UPDATE wp_users SET user_email = "myemail@email.com" WHERE wp_usermeta.meta_key = "participant";