Forum Replies Created
-
In reply to: bbpress login-widget is not shown completely
The CSS class for this widget is
bbp-login-form
In reply to: Feature Request: Change Post Author@jonblazn I would suggest your open an issue on the authors GitHub repo
https://github.com/turtlepod/gt-bbpress-author/issuesIn reply to: Protected replies are shown in Search results@tatiana_k Are you using any custom templates for bbPress in your theme folder? (Possibly some ‘older’ Twenty Ten bbPress templates)
The issue is that I see both topics & replies and want to determine what is different between your setup and mine.
bbPress Trac Ticket #2453
In reply to: not able to send reply from front endTry deactivating and reactivating bbPress plugin and this should also repair any issues with bbPress role caps.
In reply to: Sort posts in a threadThat seems odd, can you refresh your permalinks and also run the repair tools on your forums and let me know the results.
https://codex.bbpress.org/repair-forums/
This could be an issue with your rewrite rules. To fix this try resetting your permalinks. In your WordPress Administration Screens navigate to Settings > Permalinks, select a different permalink structure and save. Then select your preferred permalink structure and save again.
In reply to: Change URLMy breadcrumbs are missing though, do i contact studio press about this or is there a problem known with genesis and bbpress for breadcrumbs as its hard for people to get back to the main page without them.
I don’t know of any issues, but I personally have never used Genesis so what would I know 😉
I would suggest having a search around for things along the lines of ‘genesis bbpress breadcrumbs’ here on bbpress.org and the Genesis ‘sites’ and support sites and see what you can find.
In reply to: How to remove this titleYou will want to take a look at modifying some templates for your theme, details on getting started with this are here: https://codex.bbpress.org/theme-compatibility/
In reply to: Protected replies are shown in Search resultsTrying to reproduce your issue and I cannot reproduce it accurately, if I search for a password protected topic I actually see both the topic and the reply in the search results, you should also see both.
I presume you are creating these (or protecting them after the fact) in the backend?
(/wp-admin/edit.php?post_type=topic), what I assume should be the case is that if you are manually protecting the topic you should manually protect the replies (/wp-admin/edit.php?post_type=reply) also.In short bbPress doesn’t support password protected forums, topics & replies officially, yet. There is ‘some’ support in the backend and partially in some of the templates but we haven’t got ‘all of it’ in bbPress yet.
You will also have issues when browsing the topics via eg http://example.com/topics/ and not see the actual topics list. There are probably a few more places where this will break also.
Create a ticket on trac to remind us to look at this for a future bbPress release.
(It will also act as a subtle reminder to keep it in mind whilst other code is written)In reply to: Change URLYou can set your forum slugs based on these docs https://codex.bbpress.org/forum-settings/#forum-root-slug
In reply to: double Protected: topic title in title topicI would suggest finding the offending plugin…
To try and resolve conflicts with other plugins please disable all your plugins except bbPress to see if the error persists. Re-enable each plugin one at a time and if things break again you should be able to now know which other plugin is causing the conflict.
In reply to: SMF Import to bbPressMost likely the port will be 3306, if that doesn’t work you will have to ask your web host what port number they use (if you do confirm the other database settings with them at the same time)
I’ll see how I go and will try to get the smilies into a new version shortly.
Cool… Glad its sorted 🙂
In reply to: how do I remove first two parts of breadcrumb?@antonyc You can change the ‘Forum Root’ in bbPress settings
See the docs here for the hows and where https://codex.bbpress.org/forum-settings/#forum-root-slug
In reply to: Forum Participants cannot create new thread/topic!Upgrade to bbPress 2.4.1 and you will due to all the bug fixes your issues will be resolved.
In reply to: not able to send reply from front endCheck that you don’t have any plugin conflicts…
To try and resolve conflicts with other plugins please disable all your plugins except bbPress to see if the error persists. Re-enable each plugin one at a time and if things break again you should be able to now know which other plugin is causing the conflict.
Also check if you have a problem with your theme, check if it happens with TwentyTen or TwentyEleven.
In reply to: bbpress resgistration issueIt could be a plugin conflict…
To try and resolve conflicts with other plugins please disable all your plugins except bbPress to see if the error persists. Re-enable each plugin one at a time and if things break again you should be able to now know which other plugin is causing the conflict.
In reply to: bbpress resgistration issueChanging bbPress core is not the best idea, let alone the actual login process, most likely your issue will be because bbPress core is now not correctly passing this process to WordPress.
There is no way to automatically assign topic tags at this stage.
Also updated the codex to reflect the correct shortcode syntax https://codex.bbpress.org/shortcodes/
Try using [bbp-topic-form forum_id=544]
In reply to: Forum search results missing tagsThe ‘topic tags’ that see when viewing a topic (e.g. this post) you will not see the topic tags actually included in the search results by default, this is not something yet implemented in bbPress’ search results.
In reply to: Request post2blog featureThere is this plugin by @jmdodd https://github.com/jmdodd/bbpress-topic-post-converter
(It hasn’t been updated in a while though, so not 100% sure on compatability)I also think there are another couple of plugins that do this, have a search of plugins section:
This is also planned for inclusion in a future version of bbPress in some form yet to be decided 🙂
In reply to: rusty solomon : i want to change the bbpress themeSteps to help get started https://codex.bbpress.org/theme-compatibility/
In reply to: Auto Role not workingWhat happens after you have run the repair tool “Remap existing users to default forum roles”
https://codex.bbpress.org/repair-forums/In reply to: Topics and Replies per pageYou may have enabled ‘Threaded Replies’ in the settings and this would stop you from seeing any pagination.