Forum Replies Created
-
In reply to: bbPress + Elementor
@robin-w Installed your plugin on and have some feedback for you.
I had already solved the template problem with archives and singles.
Outside of Robin’s plugin, the trick to archives was to setup an archives template, use the Post Archive widget, and in the dropdown setting for the display, choose Full Content, instead of Classic, or Cards. That will output the BBPress forums.
Anyhow,Robin, the one place I was able to get to work were the user profiles, and your plugin fixed that for me. Once I had your plugin in place, the profiles started working. Of course, the plugin also broke all the work I did on the Elementor templates before I installed the plugin. It turns out, I don’t need to do any Elementor template work at all with your plugin.
The only issue is that all the BBPress pages render as 100% full width. I looked into /hell0-elementor-bbpress-fix/templates/bbpress.php to what I can do there. I noticed that there wasn’t any unique specificity in the class names within that template. All the class names are generic. My solve for this was to add the class “forum-container” to the class definition on Line 17.
This gave me something to target to handle the widths of the forum pages.
In reply to: 404 errors for logged in users 2.2.3To update this thread, I downgraded to version 2.1.3 as suggested here and the problem was resolved. 2.1.3 is before the new user role setup in BBPress. The folks in the thread linked above were all having issues with Member plugins and user roles that had been edited.
I’m not using a user role editor of any kind on the main site, but I have used on 3 (out of 100) subsites on the multisite network. The role editor plugin has never been activated on the main site, and BBpress has never been activated on the subsites.
For now, I’m stuck on 2.1.3 until a fix or a better understanding can be found.
In reply to: bbPress 2.2.3 ReleasedI can report that I’m experiencing the same issue that TranThe is experiencing. Many users, once they get logged in are getting 404 errors.
I can’t seem to figure it out. It does not seem to be entirely user role related and doesn’t seem to effect all the users, but I have a number of users and a testing account that get a 404 error.
I see TranThe’s fix above, but that seems pretty drastic, I’m not in a position to re-install WordPress and rebuild the database yet because of this. I’m running BBpress on the mainsite of a multisite install that hosts nearly 100 websites. His fix is great for a single site, but for me that’s a major operation, my database is huge.
In reply to: Videos in BBPressalso, breaking that I experience earlier was more a problem with my theme and buddypress 1.6. I’ve got it all up to date now so it all seems to be working so I’m focusing this thread back onto the video embed issue.
In reply to: Videos in BBPressFinally had a chance to upgrade and test this. New version is working well across the board, but the auto-embed feature doesn’t seem to be working.
All I get are normal active links instead of the embedded video. Tried with Flickr and long links from Youtube. Could this be a plugin conflict? I don’t know how it works internally so I’m not sure how to start troubleshooting it.
In reply to: Videos in BBPressI don’t have that. Is that new in version 2.1?
(the new version breaks my website so I’m using 2.0.3 still until I can troubleshoot and figure out what is wrong)
In reply to: 2.1 broke my activity streamokay, I’ll dig in this week on a test install and see if I can track down the conflict.
In reply to: bbPress.org Updated to 2.1Looks good, feels snappier too for some reason…
Might want to make your, Create New Topic link into a more prominent button. I’m probably a retard, but I couldn’t find, just wasn’t seeing it on the page! Ended up having to type in the URL for the new topic page manually… 🙂
I’m also having the same issue. Images posted in bbpress are shown full size in the activity stream.
My understanding is that there is a define statement that can be added to wp-config to control this, but I can’t seem to track it down.
anyone know of a solution to this?
In reply to: No "New Topic" link in bbp plugin 2.0Okay, thanks. It helps knowing that. I just installed this and am getting used to things, found the shortcodes in the other thread which will help with this setup.
I’ll just create a button in my theme for that then, easy enough to do and link to the shortcode created create new topic page.