Forum Replies Created
-
In reply to: bbp topic count dont work
which plugin did you install?
In reply to: How do I change font color in closed forum topicsok, not sure if I can help further, something funny with your site.
The final thing I’d suggest is that you change to a default theme
If a public forum, with a default theme and just bbpress running doesn’t show topics, then there is something wrong with your site or database.
In reply to: TinyMCE Editor doesn’t workso just this page or do all new topics/new replies not show this ?
In reply to: Custom Profile Filters for BuddyPress questionhave you also posted this in the buddypress support forum – looks like a question for them
In reply to: Notifications for multiple forumsRight now everyone that has a user account on the website is getting email notifications from all forum posts
bbpress does not notify unless users have subscribed to forums
what other plugins do you have that might be doing that ?
In reply to: Users can’t reply to forumgreat – thanks for the update
In reply to: How to hide from publicBut i have a question it is correct solution? No performace issue ?
yes it has a performance issue, every line of code has a performance issue.
No idea by what you mean ‘is it the correct solution’ This is a help service for bbpress not a free bespoke website service. I have already gone beyond the usual to help you.
It is up to you to decide the balance of SEO against performance, not me.
In reply to: How to hide from publicthis does that
add_filter( 'bbp_get_reply_content', 'rew_remove_code_tags', 10, 2 ); function rew_remove_code_tags ($content, $reply_id) { if (!is_user_logged_in()) { $content = preg_replace('~<code(.*?)</code>~Usi', "", $content); } return apply_filters( 'rew_remove_code_tags', $content, $reply_id ); }
In reply to: Private vs PublicPublic – forum AND topics are visible to public
Private – Forum AND topics are visible to logged in users only
If you want more granularity than that use
which would let you have the forum visible but not the topics
In reply to: Users can’t reply to forumso does the topic get saved, and this is just a redirect issue, or is it not saving ?
In reply to: Can’t see BBPress in my WordPress MenuIt could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.
Then come back
In reply to: Two Instances of BBPress?no, not as you state, but if you can say what security features you want, then it may well be possible with one instance.
In reply to: Can’t see profil’s usershttp://www.wpbeginner.com/wp-tutorials/how-to-fix-error-too-many-redirects-issue-in-wordpress/
and contact your host provider
In reply to: How do I change font color in closed forum topicsno, what other plugins are you running?
In reply to: Forums won’t display on siteIt could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.
Then come back
In reply to: How to Sort Ascending in 1 Forum Onlyno problem – glad you’re fixed !
This did not translate well – sorry I do not understand
In reply to: Visual pbs ?lots of questions !
1. ◾Each time i push a picture, this code appears : “[Caption id=”xxxx” align=”aligncenter” width=”468″> xxxxxxxxxx (…) [/caption]“, but if i keep this, this will be printed online. I need to delete this caption insert for better visuals. Is it normal ?
I don’t know what you are doing to create the picture – please describe your steps
2. ◾The user avatar in forum list (for example) is smaller than it will be. Normal ?
yes that is normal. To amend it you would need to amedn a template. If you confirm that you have and know how to use FTP, I will give you some instructions
3. ◾Each post modification is notified under the post… But if i edit 15 times a post, it will be 15 rows about this modifications ?
if you install my style pack plugin
then once activated go to
dashboard>settings>bbp Style Pack>topic/reply styling item 12 you can limit the number shown and if you go to
dashboard>settings>bbp Style Pack>topic/topic/reply form items 7 & 8 let you switch off this feature4. ◾In responsive mode (mobile), the post height is mid-screen only… It’s difficult to read… any idea ?
I tried it – it seemed easy to read to me – please explain exactly what you want
In reply to: How do I change font color in closed forum topicsit’s just that we are both writing amendments to the same code.
if you go to
dashboard>tools>bbp toolkit>information you will see a line saying
Change the separator between the subforums on the forum index page to
change that to newline and you should be good to go
In reply to: I can’t edit new posts anymoreI suspect an update has caused a conflict
It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.
Then come back
In reply to: How to Sort Ascending in 1 Forum Onlymy style pack plugin let you do that
dashboard>settings>bbp style pack>topic order tab
and then you can set an alternate for one or more forums
In reply to: How to hide from publicAdd this to your functions file
add_filter( 'bbp_get_reply_content', 'rew_remove_code_tags', 10, 2 ); function rew_remove_code_tags ($content, $reply_id) { if (!is_user_logged_in()) { $content = preg_replace("/<code>.+?<\/code>/i", "", $content); } return apply_filters( 'rew_remove_code_tags', $content, $reply_id ); }
In reply to: Is there a way to export and filter?you can export topics and replies using wordpress to an xml
go to
dashboard>tools>export>and select topics and replies
or if you want csv, this plugin may work (it is quite old, but as you’re exporting might be worth a try)
In reply to: New installMySQL 5.2 does not appear to be a supported version
https://www.mysql.com/support/supportedplatforms/database.html
that may (or may not) be the issue 🙂
In reply to: More “newbie” problemswe need to be able to see your site – see other thread and once site is visible come back