Forum Replies Created
-
In reply to: Login Widget Redirecting to Homepage
Could you update to bbPress v2.3 and see if the issue goes away?
In reply to: When Russian translation will be approvedThe doc I linked shows how to setup your local bbPress install to use your language. I wasn’t referring to how to get them in the official project.
In reply to: When Russian translation will be approvedPlease see the documentation for Using bbPress in Your Language to see how you can supply your own files: https://codex.bbpress.org/bbpress-in-your-language/
In reply to: Login Widget Redirecting to HomepageThe widget is designed to redirect back to the referring page. Does it always go back to the home page, or does it go back to the previous page if you go to the login page from a page other than the home page?
In reply to: Missing the search boxBTW: bbPress 2.3 just got released!
In reply to: Missing the search boxThe search box is part of bbPress 2.3, which is still in development.
In reply to: User Profile Shows BlankWhat browser are you using and what version of bbPress? Are you able to give us a live site URL?
In reply to: Missing the search boxWhat version are you using?
In reply to: See all posts from a userYou can go here: http://yoursite.com/FORUMBASE/users/USERNAME/replies/
For example: https://easydigitaldownloads.com/support/users/pippin/replies/
In reply to: See all posts from a userThere is a way to do it on the front end, but sounds like you only want it in the backend. Correct?
In reply to: No forum rolesDo you have any plugins that modify user roles or permissions in WordPress?
You won’t modify any of the plugin files. Instead you will do what is called “hooking” in. Do you know how to create a custom WP plugin?
In reply to: "topics" "post" "freshness" not responsiveAre you familiar with CSS / media queries?
In reply to: WishList Member blocking topic contentAre you set on using Wishlist or do you have the option of switching?
I would suggest you simply set a topic to be Super Sticky, that way it shows at the top of all topic lists.
In reply to: WishList Member blocking topic contentThis is definitely an issue with Wishlist, sorry but you’ll need to raise the issue with them.
Sounds like you might have already done that, but their answer seems pretty lack luster.
In reply to: new css classes to postYou can use the following three filters:
bbp_get_forum_class
bbp_get_topic_class
bbp_get_reply_classEach of them function exactly like the core WordPress post_class filter: https://codex.wordpress.org/Function_Reference/post_class
In reply to: "topics" "post" "freshness" not responsiveAre you comfortable with CSS?
In reply to: Forum hierarchy not workingForums look to be showing fine for me as well: http://screencloud.net/v/hmgO
Please note that these are community forums managed by volunteers. You must be patient, especially on weekends.
In reply to: No forum rolesWhat version of WordPress are you using?
In reply to: ForumDo this:
1. Delete the new Forums page you created
2. Go to Appearance > Menus
3. Create a new Custom Link and enter the URL of the bbPress forums page.In reply to: Link questionSounds like your theme has its own bread crumbs function. I would suggest you either disable it via an option in the theme (if it has one), or you edit the theme template files to remove the bread crumbs from the forum page.
In reply to: What template to edit for this ?Why not simply change the forums slug in Settings > Forums?
In reply to: What plugins fo i need ?Can you elaborate a little more? Are you wanting to require members purchase a product or subscription to access the forums?
In reply to: bbPress Forum QuestionsThe sidebar is controlled by your theme, not bbPress. I’d suggest you install the Widget Logic plugin, which will let you control exactly where the widgets show up.