Search Results for 'bbpress'
-
Search Results
-
Topic: Change css id’s
Let me first state I am doing this for security in light of all the wordpress sites being hacked. I want to change the #bbpress css ID’s to something like #forum.
I am not much of a coder so could I ask how I go about this ? or is there an easier way to go about this ?
At the bottom of my forum page I am using the Advanced Statistics plugin and it shows the following statistics:
I wanted to try and display this widget in my second sidebar but for some reason it refused to display. So I thought I would try the bbPress Statistics widget instead in my aisebar and that works:
I don’t understand some of these statistics though.
Registered Users – the same 189
Threads – the same 163
Topics / Replies – I understand this to be the split down equivalent of Pots 556.
Forums – why does it say 2?Does not make sense.
Hi there,
is there any logic to how the 5-digit id is assigned to a bbpress topic? Furthermore, is there any logic as to how the id of any sub-topics created within that topic are associated with the forum topic?
thx
DanielTopic: 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?
Topic: Username is Participant?
Hi folks,
I am fairly new to BBpress and I think in previous dev builds using BBpress would just use a users username.
If not how can I get this to work? I didn’t see anything in the settings unless I am not looking in the right place.
Cheers,
Ben.
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?
For the part of my website containing bbPress, I don’t want the main navigation menu to show. To achieve this, I enter CSS code on the main web page where [bbp-forum-index] is displayed.
The CSS code does its job as far as the first page is concerned – that is the page where the forums are listed.
However, if you select a specific forum to look at, this takes you to a new page. Unfortunately, on the new page, the main navigation menu is showing. So the CSS code has not done its job here.
Any advice on how to solve this problem would be much appreciated!
Topic: Empty forum index
Hi,
Nothing is displayed in a page when using bbp-forum-index shortcode.
Tried saving permanent links, but the issue is still present.
The same happens when creating new page with bbp-forum-index shortcode.
Not sure when the issue started, but probably since 2.6 update.
Current bbpress version is 2.6.5.
The URL is https://www.thevisasofoz.com/australia-migration-forum/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!Hello. The site works but the forum does not open, error 500. How to fix it?
xampp-windows-x64-7.4.7-0-VC15
Apache/2.4.43 (Win64) OpenSSL/1.1.1g PHP/7.4.7 Server at my-site.localhost Port 80