Forum Replies Created
-
In reply to: Permalink for Subforums?
This is impossible with the standard bbp_list_forums, you’d have to make a custom function for this.
In reply to: Custom sort replies in a topicYou’d have to edit the standard bbPress loop to put preference in an upvoted/marked answer above the rest. Seeing how it’s a custom post type it’s quite easy to do.
In reply to: Unable to make forum privatebbPress 1.x is no longer supported. I suggest removing that forum and adding the bbPress 2.x plugin to your website.
In reply to: ERROR: Are you sure you wanted to do that?You can remove the box in a custom bbpress theme. However your users wont see it, so it doesn’t really matter.
Anyway, did you guys update to 2.4 yet?
In reply to: I find a problem for searchWill definately try this out, should work fine though.
As a sidenote, you would be better off using names for SEO purposes.
Last update was 7 months ago, so no.
In reply to: bbPress Login – WP User RolesYou can just use the wordpress function in the widget.
current_user_can
In reply to: bbPress 2.4 Now Available@sysfailure0x5a
Go to https://bbpress.trac.wordpress.org/browser/branches/2.3 and press “Zip Archive” at the bottom.In reply to: rate/ like forum post, group forumWell seeing how bbPress is just a custom post type, you could add probably add any rate plugin of wordpress, though it would need some modifying to show up correctly.
In reply to: Users complained lack of preview, how to fix?There’s no such function in bbPress at the moment, nor do I know of any plugins that can do this. You could write a small javascript snippet to paste it in a preview border.
In reply to: Remove sidebarYou could try making /forums/ yourself as a page and look if there’s a page template that allows full width. Most premium themes now-a-days do.
In reply to: Error activating bbpressIf you can’t even see what WordPress your running, it is a clear example that other stuff is running in the background.
Try disabling all plugins and using one of the standard WordPress theme.
The above mentioned plugin is not just added by Page.ly, a lot of other WordPress providers add custom plugins.
In reply to: Remove topic/reply and freshnessI don’t see an image?
Anyways, you’ll have to edit your forum in your theme.
https://codex.bbpress.org/theme-compatibility/Not sure if this will work on custom post types (bbpress being a custom post type) or if the plugin still works, but you could give that a swing.
In reply to: how to display user posts by user id ?I believe that’s already there both in bbPress and buddyPress.
I suppose that you would want threaded(nested) replies on the same page, otherwise the conversation would be all over the place.
Could be with your hosting as well, since some wordpress hosts add Must Use plugins that wreck bbPress, had the same issue with Page.ly.
In reply to: Pagination on bbp-topic-index doesn't work…I don’t have any problem browsing through the pages..
In reply to: Function is search in bbpress??bbp_is_search()
In reply to: Font (text) is so small, how can I fix it?Haven’t tested it, but this should force all the content (or at least most of it) to take over your themes font-size.
#bbpress-forums { font-size: inherit !important; } div.bbp-breadcrumb, div.bbp-topic-tags { font-size: inherit !important; } #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results { font-size: inherit !important; } #bbpress-forums .bbp-forums-list li { font-size: inherit !important; }
In reply to: My forum topics are not shownTry removing bbpress and uploading 2.4 manually via ftp.
Make a database backup before removal though.
Thanks for sharing, might be usefull for someone. 🙂
In reply to: Kunena converter for bbPress 2.4@johnjamesjacoby @netweb Just calling out.
In reply to: bbPress Mobile Tweak neededThis was just a rough draw, but like Tecca said, you should put it in style.css or the proper bbpress replacement stylesheet.
In reply to: Putting topics in orderYou can change the order on the forum edit page itself (in admin). It is above the publish button.