Search Results for 'updated'
-
Search Results
-
Hi there,
I updated to the latest bbPress today and now Participant users are not able to edit their own posts and replies anymore (the Edit option doesn’t appear next to the posts). All other roles seem to be doing fine. I’ve tried deactivating all plugins and switching to the Twenty Fifteen theme but the problem persists, so it does seem to have been caused by the update. I’m running WordPress 4.1.1.
This is the website:
Any help is appreciatedThanks
Hi,
I have wordpress 4.1.1 installed and bbpress forum was working fine until I updated wordpress and bbpress.So in admin Area I dont have more the tabs forum or replies, I have nothing as tools > forum etc
The forums are there in the frontend but I cant post and I get instead this messagge:
ERROR: You do not have permission to reply.Before posting this topic I saw all forum duscussions about this issue I tried everything.
I created another user and I installed bbPress Advanced Capabilities
With the new keymaster created I posted one time but it doesnt work more 🙂Im confused because I cant understand where can be the problem.
ohh before I forget I installed also a plugin called bbpress wp4 fix wich I found here in a forum reply.
Anyway I exported xml files for topics , replies etc and went to phpmyadmin to remove all data in database about bbpress for a new installation but I cant see any bbpress table there.
How can be possible ? if anyone got the same issue and knows what to do please but please tell me what to do.
Thanks!I received an email from my host stating that WordPress had been updated to 4.1.1. Now even though people are logged into my site the forum tells them that to reply to this topic you must be logged in. The system even tells me this as adimn. So I tried I logged out then back in to make sure that would not fix the problem. It didn’t, the forum still tells me that I must be logged in to reply to this topic even though I am logged in. Forum worked great before 4.1.1 installed.
Topic: Users Can't Login To BBPRESS
Hello,
I need help like something fierce.I have installed the bbpress plugin and ensured that both the plugin and wordpress are both running the most updated versions.
The issue I am having is that registered users can not login on the front end of my wordpress site. The login widget looks like it functions properly, however, when users login with their credentials, it never actually logs them in on the front end. Please help me.
Topic: Help with Custom View
I *think* I’m going about this the right way — but I may not be, so any advice will be appreciated.
I’ve moved a long-standing forum group onto bbpress. We’re loving it, but members have asked me to make it work more like our old program. I’ve seen a lot of chatter about view-unread elsewhere. I’m using the plugin https://wordpress.org/plugins/bbpress-unread-posts/ — that hasn’t been updated in forever, but works nicely and gives us what we are used to. It creates a meta-key for each topic, each user: bbpress_unread_posts_last_visit_$user-id with the associated value being the unix timestamp.
Combined with the plugin to go to the first unread post, this works. I’ve also created buttons where the user can reset that meta-key to mark forums as read / unread.
Now I want a custom view, “Unread View”, that will look for topics where
_bbp_last_active_time > bbpress_unread_posts_last_visit_$user-idSince $user-id is dynamic, I’m thinking that I can’t just specify the view in the functions.php file and be happy.
What I’ve done:
added:
—–
// adding custom view for unread
function my_custom_views_init() {
$args = array ();
bbp_register_view( ‘unread-view’, __( ‘Unread View’ ), array( $args ), false );
}
add_action( ‘bbp_register_views’, ‘my_custom_views_init’ );
—–
to my functions.php file.created
unread-view.php based on loop-topics.php with the logic to test if
_bbp_last_active_time > bbpress_unread_posts_last_visit_$user-id
and only show the topic if it is… (I’m not sure if I have the logic right yet, or if this is even the right loop to put the test…)Added a page with the short code
[bbp-single-view id="unread-view"]But there’s clearly a link missing. I need something to tell the system that I want to use my unread-view.php instead of loop-topics.php for “unread-view” ONLY.
And I’m not sure how to do that. I’m clearly missing more than a little bit of the logic here. My programming skills are pretty basic, so any help you can give me would be appreciated.
We are evaluating bbPress and I was hoping to get some help on validating if WordPress and bbPress can achieve what we are looking for. We are looking to have the following functionality:
1. One WordPress instillation that links to several bbPress forums. So when a user registers at the main WordPress website, they have instant access to all bbPress installations on our other websites via multisite.
2. I wanted to make sure when we add new bbPress forums, all of the main websites resisted users have instant access to the new forum.
3. We would also like any user that signs up for a class to have access to a special locked section of the related bbPress forum. I am not sure if bbPress has a locking or restricted section option.
4. I noticed it recognized my WordPress.org login information, but my Forum Topics Started from that site do not show up in my profile. Is this a limitation or something that may be available in the future?
5. I see the last release was June 6, 2014. IS bbPress rarely updated?
Any assistance or suggestions would be greatly appreciated.