Search Results for '\"wordpress\'
-
Search Results
-
I ran into this messing around with a fresh install of bbpress installed on WordPress 3.5. Basically if you follow these steps, you can cause a forum’s permalink to get stuck in a redirect loop:
Create a category
Create a forum
Make the category the parent of the forum
Trash the category without removing the forum as a child
Go to the forum edit page and update it with no parent selectedAfter doing this the permalink of the forum becomes an infinite redirect loop and you’ll get an error from your server and browser. When you get the error screen, your browser should show the old permalink that includes the category slug, even though the new permalink shouldn’t have it. The bad part is that even if you untrash the category and make it the parent of the forum again, the redirect loop stays the same. This also makes the slug of said forum unusable.
I did this by accident and then was able to reproduce using the previously mentioned steps. Just wanted to let you guys know. Can’t find a way to fix this but to prevent it from occurring, make sure you unlink forums from a category BEFORE you want to delete said category.
I have the “Members”-plugin installed. After updating bbPress and changing all roles of the users from “(wordpress-)”participants” into “subscribers”, the “participant”-roles of bbPress were empty. Now all subscribers can participate in the private forums. Not what I’ve had in mind…
But in my functions.php I have a script to notify users of their updated capabilities. It starts with:
function user_role_update( $user_id, $new_role ) {
if($new_role == 'bbp_participant') {
But that doesn’t seem to work anymore. Did the name of the bbPress participant role change? Will
function user_role_update( $user_id, $new_role ) {
if($new_role == 'participant') {
work?I’ve been following the updates to user roles in BBpress, but I think I’ve got a problem that may actually be a bug.
My setup is WP 3.5 multisite with BuddyPress. I have BBpress activated only on the main site. It’s not available to the subsites at all.
It seems however, that network members are being added to the subsites with the user role of participants. It doesn’t happen on all the sites, but I haven’t been able to narrow it down to what and why.
Generally speaking, the users don’t need to be added to the subsites since they are all just blogs anyhow and buddypress handles all the networking stuff associated with that. The issue is that the user’s My Sites menu in the WordPress admin bar for all those user seems to continually proliferate with with websites as they get added to them. It doesn’t seem to be a situation where the user visits the site and gets added as a participant (note, they are not added as a subscriber). The issues does not effect the Sites tab of the user’s BP profile. It is only the menu bar.
I keep getting messages from users saying that they aren’t users of the other members blogs but they keep showing up in the list. If this is intended, it creates a rather awkward user experience, and how do I turn it off? If its not intended, say so and I’ll create a trac ticket.
After upgrading from WordPress 3.4.2 to 3.5 and bbPress from 2.1.2 to 2.2.3. The private forums are inaccessible for both admin and regular users.
I am using the Twenty Eleven theme. I also tried with the new Twenty Twelve theme, same thing.
Any ideas?
ThanksTopic: Replies are not displaying
I am running the latest WordPress and bbPress. Few days back everything was ok. But somehow I am noticing that when making new replies, it’s not showing up in frontend single topic display. It’s showing up after few hours I guess. But it’s normally showing in admin area. There is no caching plugin installed.
Some weird behaviour:
1. The reply count is showing on topic list page. But not showing on single topic.2. Showing on widget, but their order is not right.
Not sure whats coming wrong.
Wordpress Version: 3.5
Theme: Optimize Press
Plugins: WishList Member v2.71 and bbPress v2.2.3
=====================================================
Greetings!
I’ve been tackling this problem for so long now that my mind is turning to mush. I really need some direction on this…please?
Task: My site contains static PAGES for subscribers to view/download content. I have also created some PAGES that are to be DISCUSSION pages, where each PAGE deals with just ONE (1) topic only.
Example: On my site you have a PAGE called FORUM DISCUSSIONS. On this page you will find 4 links representing the TOPICS.
TOPIC ONE
TOPIC TWO
TOPIC THREE
TOPIC FOUR
If you click on the link TOPIC ONE, you arrive at the TOPIC ONE PAGE. Here, I would like to allow my members to post their questions, comments, and even embed a picture if they wish.
Each member that posts on this PAGE would see their comment show up at the very top, pushing previous posts down the page. And of course, the member name, date and time of post is important for each post made.
While I know how to create a PAGE where I want a specific TOPIC discussed (and only that TOPIC), I don’t know how to give it the ability I just described above (allow users to post, include picture, have it show up at the top, etc.)
I’m thinking this is not difficult but I can’t seem to find the answers to my specific needs. I do not want my members creating the topics. I don’t want all the other fluff that shows how many members there are, how many are online, or any other additional information. Just a simple editor box to create the post, and for that post to show up at the top of the PAGE.
Can this be done?
Thank you in advance!
🙂