Forum Replies Created
-
In reply to: Content Permissions don't work
All these ‘Member/User Role’ editors each do things slightly different and you will probably find what you are looking for in their own particular support forum.
In reply to: Send Email on New Discussion PublishedHave a look in the plugins as there are a couple that do what you are looking for.
In reply to: Integrate wp and bbpress registrationbbPress 2.x is now a fully integrated plugin for WordPress.
Please see https://bbpress.org/ & https://wordpress.org/extend/plugins/bbpress/
(Closing this topic to prevent it being resurrected again)
In reply to: How to assign template to forum page?See this to get started with using custom templates https://codex.bbpress.org/theme-compatibility/
In reply to: change fontIt looks like you already have…
In reply to: Help resizing forumsI don’t even see that bbPress is installed…
In reply to: WordPress Integration Shared DatabasesbbPress 2.x is a plugin for WordPress just like any ‘other’ WordPress plugin and is no longer a ‘stand alone’ web app needing a bb-config.php. Everything is stored in the main WP database primarily using ‘Custom Post Types’ for the forum bits and all user bits are just WP users.
https://codex.bbpress.org/getting-started-with-bbpress/
(Beware of any ‘legacy’ and/or posts ~2 years old in regard to bbPress as these typically refer to the old ‘Stand Alone’ version)
In reply to: Online Playing Cards game built around bbPressMake sure you drop a link in here once you have written something so I don’t miss it 🙂
In reply to: RTL bug in new topic boxI have created a ticket in trac for this https://bbpress.trac.wordpress.org/ticket/2249
I just tested this and cannot reproduce it using the latest bbPress beta.
Can you try the with the latest beta and if it is still an issue open a ticket on trac.
In reply to: Month is in EnglishThis is fixed for the next release of bbPress.
In reply to: Allowing IMG tags for Forum ParticipantsThis is enabled by default in the upcoming bbPress 2.3.
You can grab the bbPress beta 2 from here https://bbpress.org/blog/2013/02/bbpress-2-3-beta-2/
In reply to: Report posts any plugin or featureI can’t think of any off the top of my head…
Try searching for a plugin though…
https://bbpress.org/plugins/ or https://wordpress.org/extend/plugins/
In reply to: [bug] Topics disappearing "oh bother" messageIf it happens again…
It 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.
No not that I can see, it shouldn’t be doing what it is, thus it is a bug and needs to be fixed.
As above can you create a bug ticket on trac https://bbpress.trac.wordpress.org/
Do they show in the widget if the user IS logged in?
I suggest you create a ticket with as much detail as you can https://bbpress.trac.wordpress.org/
(Use your same bbpress.org user/pass to log in)In reply to: styling bbpress reply contentAhhh… Cool… My Bad….
Take a look at `bbp_reply_class` in \includes\replies\template-tags.php#L1940
In reply to: stand-alone bbPress 1.1 into WordressTake a look at this post https://bbpress.org/forums/topic/upgrade-bbpress-1-0-2-to-2-1-2/page/2/#post-127780
In reply to: Simple-Press to bbPress, all posts are by admin?That is not a known issue… I would dig around to see if SimplePress has/had any custom attributes attached to that user and also what WordPress role does the user has to see if something somewhere else has played around with user roles and/or capabilities.
In reply to: Trouble with .po and .mo filesJust follow the steps in the document https://codex.bbpress.org/bbpress-in-your-language/
Set `define (‘WPLANG’, ‘fr_FR’);` in your WordPress `wp-config.php`
Download the .po & .mo files
- 0% Translated – https://translate.wordpress.org/projects/bbpress/2.2.x/fr/default
- 11% Translated – https://translate.wordpress.org/projects/bbpress/dev/fr/default
Rename the files
- bbpress-plugin-fr-fr.po to bbpress-fr_FR.po
- bbpress-plugin-fr-fr.mo to bbpress-fr_FR.mo
Upload both files to `/wp-content/languages/bbpress/ `
I would suggest you use the following page to ask if anyone in the French WordPress community has fully translated bbPress as the translations linked above are 0% & 11% https://fr.wordpress.org/contact/
If you are trying to translate the theme DynamiX or ‘codestyling localization’ plugin then they are issues with their respective authors.
In reply to: styling bbpress reply contentThat is it what you have above….
The reply content including what I am writing right here in this reply is styled with
<div class=”bbp-reply-content”>
Just add the CSS class .bbp-reply-content to your style.css file.
In reply to: Linking to bbpress profile (need help please)I’d suggest taking a look at the code in the bbPress ‘Login Widget’ included with bbPress.
It behaves in very much the same way you are looking to have in your header.
What you are probably after starts at line #137 and depending on your needs use either `bbp_user_profile_url( bbp_get_current_user_id() )` or `bbp_user_profile_link( bbp_get_current_user_id() )`
In reply to: Simple-Press to bbPress, all posts are by admin?No none of that should be a problem… That is a HUGE number of users so presumably if WordPress ‘was/is’ able to handle that amount without issue then bbPress won’t have a problem either.
In reply to: Simple-Press to bbPress, all posts are by admin?I can only think this is a glitch in the matrix that something strange happened during the import.
Are you able to try importing again?
In reply to: RTL bug in new topic boxCan you post a link to your site here so we can have a look please.
Also posting some screenshots here would be helpful.
Once we know exactly where the problem is we can get it fixed for the next version of bbPress.