Search Results for 'test'
-
Search Results
-
Topic: bbPress forum blank page
Hello,
I have updated bbPress plugin to the latest version and i noticed that my forum is not working correctly now, when i go in the main page of the forum it loads just one topic and the page is without CSS, just a blank page with the title of the topic and some infos like the date and the creator.
Then i tried to download some old versions of bbPress to install but i dont remember which version was installed before.
So i tried bbPress 2.5.4 (its the one that i think it was installed before) and with this one i cant reach any page of the forum, infact when i go in the forum section of wordpress dashboard it load just a blank page.
I tried already some versions of bbPress from 2.5.1 to 2.5.9 then 2.6.0 and the latest but nothing changes.
The only difference is that with 2.6.0 or next loads correctly the forum section in the dashboard and with 2.5.9 or prev doesnt.What went wrong just updating and reverting the update?
I was running a Query Monitor on my site and noted the following:
Undefined index: latest-user
wp-content/plugins/bbpress-improved-statistics-users-online/includes/public/class.online.php:229 bbPress_Advanced_Statistics_Online->allowed_tags()
So I had a look at the core file at that line and found:
private function allowed_tags() { // Store all of the strings currently replace $this->_tags = array( "%MINS%" => $this->parent->option['user_inactivity_time'], "%COUNT_ACTIVE_USERS%" => $this->stats["count"]["active"], "%HOURS%" => $this->parent->option['user_activity_time'], "%COUNT_ALL_USERS%" => $this->stats["count"]["inactive"] - $this->stats["count"]["guests"], "%COUNT_ALL_GUSERS%" => $this->stats["count"]["guests"], "%COUNT_ACTIVE_GUSERS%" => $this->stats["count"]["guestsa"], "%USER_USERS%" => _n("user", "users", $this->stats["count"]["active"], 'bbpress-improved-statistics-users-online'), "%GUEST_GUESTS%" => _n("guest", "guests", $this->stats["count"]["guestsa"], 'bbpress-improved-statistics-users-online'), "%ALL_USER_USERS%" => _n("user", "users", $this->stats["count"]["inactive"] - $this->stats["count"]["guests"], 'bbpress-improved-statistics-users-online'), "%ALL_GUEST_GUESTS%" => _n("guest", "guests", $this->stats["count"]["guests"], 'bbpress-improved-statistics-users-online'), "%USER_RECORD%" => $this->most_users( "record" ), "%USER_RECORD_DATE%" => $this->most_users( "date" ), "%USER_RECORD_TIME%" => $this->most_users( "time" ), "%LATEST_USER%" => $this->stats["latest-user"] );
The offender is:
"%LATEST_USER%" => $this->stats["latest-user"]
So I tried to find where
latest-user
is also used and only found one place in all the files, here:private function stats_extra( $activity ) { if( $this->parent->option["bbpress_statistics"] == "on" ) { // Add the bbPress Statistics $activity["bbpress"] = $this->get_formatted_statistics(); } if( $this->parent->option["last_user"] == "on" ) { // Get the HTML latest usser $activity["latest-user"] = $this->get_latestuser( true ); } if( $this->parent->option["most_users_online"] == "on" ) { // Get/set the most users ever online, users the active online users $activity["most-users"] = $this->get_mostusers( $activity["count"]["active"] ); } return $activity; }
This led me to:
// Create the statistics variable $this->stats = $this->stats_extra( $activity );
So this warning looks like a false positive to me. Thoughts?
Hello I have the latest wordpress and bbpress version.
Some of my users told me that they cant subscribe to a forum anymore. By deactivating all my plugins and activating them again I found out it is due to BP Plugin.Do you know anything about that?
Thanks a lot!Topic: URL/Permalinks on topics
Hi,
I’m new to bbpress and have created my first forum. It’s on a testing domain for now.Question:
When I create a testforum it will show up as:
/forums/forum/testforum/If I create a topic in this forum it will show up as:
/forums/topic/test-topic/Is it possible to have the topic in the same url as the forum, like this:
/forums/forum/testforum/test-topic/Thank you.
Topic: Why is index sooooo slow
I do use shortcode for bbpress index display is there another way but man is index super slow to load! latest post shortcode is fine its just the index. rest of site is fine jumping from topic to topic but something must be going on. I have researched this and seems related to shortcode or amount of posts/topics/replies? site has only 80,000 posts with 6,044 topics so not big at all
Topic: Login Form not working
Hi,
I can’t get the login form to login. All it does no matter what you type in is redirect the user to the WordPress login page.
I setup a test user… user and pass are “test”
I’ve tried everything and I’m baffled….
I’m helping a non-profit to create a forum on their site, and I’m using Physio Q template but I built the site with Elementor Pro. And, really, it doesn’t matter what template I use, I can’t seem to figure out how to edit it so that it looks really nice. I’ve installed “bb style pack” but it doesn’t help with things like needing a sidebar with a place to log in, etc. It just looks off and we’re going to want to make it look more like the rest of the site: robust, easy to read, etc.
The “Forums” page looks fine, but that styling no longer works once the topic is selected.
https://thethirdtalk.com/forums/forum/test-forum/
Any suggestions? I saw something about editing the single.php file, but I really don’t want to install more plugins or use too many workarounds to get it to look like the rest of the site. Thank you in advance!
I am a newbie on BBPress and just installed it and I’m in the process of setting it up. The problem is that the body columns are not aligning with the topic headings.
I did some testing and this is the default layout which is not aligning.
However if I create a new Page and insert the shortcode the alignment is perfect, so I’m not sure what’s happening, but I don’t want to create several dozen pages and insert shortcodes, so I’d like to figure out why it’s not aligning.
I’ve tried messing with some of the css but I couldn’t figure it out. Any help would be greatly appreciated.
Hi,
An odd problem that I’ve just become aware of. When a user replies to a Post in Forum, the ‘last post’ info gets updated on the list of posts, but the Forum page does not. The result is that the Posts lists page displays Last post: 11 minutes ago by Ann Other. The forum page displays Last post: 2 days 21 hours ago by Some OnelseThere are no other error messages anywhere, and the site is running the latest versions of WP, BuddyPress and BBpress.
Can anyone help please?Thanks,
KellyHi – I have a WordPress site that has been operational for 5 years.
I wanted to add a Discussion Forum using bbPress, and I have been successful in installing the bbPress plug-in.
Using the bbPress Shortcode Codex, I wanted to create a requirement for people to log into my new Discussion Forum using
[bbp-register] – Display the register screen.
[bbp-lost-pass] – Display the lost password screen.However, when I test these two options, it appears that these two options actually create a new WordPress account – with no connection to my existing WordPress site at all. When I test the Register facility, a new page opens with the WordPress create account box (create username and password).
What is wrong with the Shortcode usage, please?
WordPress 5.4.1 running Enterprise theme.
bbPress Version 2.6.5Topic: display views by topic?
Hi, I just installed bbpress and have the latest version of wordpress (5.4). I see “voices” and “posts” but no “views”.
Is this standard? I would like to see the number of views by topic.
Is there a simple fix for a non-programmer type guy?
Topic: bbPress 2.6.5
I upgraded to 2.6.5 . In WordPress menu Settings->Forums, I checked Super Moderators(Allow Moderators and Keymasters to edit users) .I tested setting the user role Editor / Keymaster. In WordPress menu can’t look the Users menu.
How can i do ?
Thx.