Search Results for 'test'
-
Search Results
-
Topic: Compatibility Inquiry
Hello,
I currently have this plugin installed onto my website which I plan on updating soon and I would like to know if it is compatible with the latest version of WordPress 5.7.2.
The current version of WordPress I am running is 5.5.5.
Topic: is_bbpress not working
I’m trying to detect requests for the bbpress forum index page.
Initially I tried ‘bbp_is_forum_archive()’.
This doesn’t return true from the forum archive page.I decided to test if any bbpress conditional tags were working, so I tested ‘is_bbpress’, because the function calls many (maybe all?) of the other conditionals.
However, ‘is_bbress’ doesn’t return true either.
However, on any page in my site, whether bbpress is on that page or not, this condition returns true:
‘if ( ! is_bbpress() )…’What could be happening here?
This is my function and the hook I’m using:
add_action('init', 'test_bbpress'); function test_bbpress() { if ( is_bbpress() ) { wp_die("got to the forums page") ; }
}
Hi,
I’m presently working on a beta version of an existing bbPress WP Website, and I’ll need to retrieve ONLY the latest bbpress activity from the prod website to the beta website (only new users, new subjects etc …) I can not find a way to do it (the import/export tool deal with ALL the data which i don’t need)
Any suggestion would be greatly appreciated.Hi,
I’m testing my new website and found a problem with user registration. When a new user registers (in this case myself using a different email address), the verification email isn’t being send to the user.
I, as an admin receive the email that the user x is registered.
Wondering what could cause this issue? and is there any known fix for this?
After installing bbpress I have a set of forums.
Every forum is presented using a php template in my child theme.
The php template has the filename bbpress.php.I’d like to create a php template that applies *just* to the individual forum pages. Not the forum topics or singles. Or anything else.
I’ve been looking at this:
The heirarchy seems to suggest that you can use ‘single-[forum].php’, which suggests that ‘[forum]’ needs to be substituted with the name of the forum.
… which is great. But I want one template to be applied to all forum singles and nothing else.
Just to test, I copied my existing bbress.php to a file called ‘single-forum.php’.
bbpress did pick this up and use it for my forum singles.
But the page didn’t present the actual forum. Where the forum should have been, there was just empty space.So… how do I create a template that gets applied to all forums and nothing else?
Hi again 🙂
I’m using the Twenty Twenty theme with bbpress.
On any single topic, the ‘next’ link of the pagination jumps to the latest topic. The ‘previous’ link is missing. On the latest topic, the ‘next’ link links to itself.
On any forum, it does the same.
On posts, it works as expected.
This is a child theme, but I get the same results with the parent theme active, and with all plugins other than bbpress deactivated.
I’ve also asked this question over at twenty twenty theme but no replies. https://wordpress.org/support/topic/pagination-not-working-with-bbpress-topics-replies/#post-14510051
I guess this question may have more to do with the theme than with bbpress, but perhaps I’m wrong? Do other themes pagination work as expected with bbpress forums and topics? Perhaps I could swap out twenty twenty’s pagination for that of another theme?Do you have any clues what’s gone wrong? I think pagination is really important for the site, and the twenty twenty themes style of pagination is very visually appealing, so I’d prefer to get it working rather than delete it!~
Hi. I’ve got two test forums up. These forums will eventually be used by the Board of our retiree organization to communicate news to members and to facilitate discussion among our various committees.
I am concerned that a great many of our members are unfamiliar with how a forum works. In particular, I’m not sure they will know to subscribe to a forum to receive emails when a new topic is posted, which, for us, is the primary function of the forum.
I have found several suggestions on how to accomplish this but, sadly, most are now out of date. I have looked at BuddyPress, but am a bit concerned of the extra overhead the plugin will bring considering we’ve worked hard to decrease load times.
What is the recommended way to accomplish auto subscription when a new user is added?
Thanks for helping a clueless newbie.
Dan
Hi,
I’m interested in having a user-to-user Private Message function on my site. Simplest possible / no frills.
My site is .org / wordpress v5.7.2
Site (not yet in full use) http://forum.thehiddenpeople.ie/
Currently activated plugins:
Akismet antispam
Avada Builder
Avada Core
Basic use avatars
BBPress
Disable GutenbergI’ve come across a few plugins that sound like possibilities but none that have been tested with Avada. Any recommendations anyone?
I’m testing out bbPress on my development site, and on the profile page, both bbp_get_user_topic_count and bbp_get_user_reply_count are returning incorrect numbers for all users. When I delete all topics, on my admin account I get a topic count of 1 and reply count of 7. When I test it out on a new user, it starts correctly at 0, but as soon as I create a new topic, the topic count jumps to 2. When I create a new reply, the reply count also jumps to 2. When I delete the topic, I get a topic and reply count of 1. I’ve tried the recount tool in Tools > Forums, but it’s not fixing the issue.