Search Results for '\"wordpress\"'
-
AuthorSearch Results
-
March 26, 2021 at 2:41 pm #219532
In reply to: post topics but not replies
Robin W
Moderatorand use topic permissions
March 25, 2021 at 2:28 pm #219513In reply to: Can Free & Paid Forums Coexist?
Robin W
Moderatoradd this plugin
March 24, 2021 at 2:32 pm #219475In reply to: Reply not showing up
Robin W
Moderatorthe wordpress moderation applies to bbpress posts as well
March 24, 2021 at 1:08 pm #219473In reply to: Reply not showing up
Learner
Participant@robin-w Thanks – isn’t that for the main wordpress posts and comments thereupon ? I am not finding anything there that specifically pertains to Forums …
March 22, 2021 at 8:46 am #219410In reply to: BBPress user profile page is restricted !!!!
Robin W
Moderatorhmm… 300,000 sites use bbpress and I’ve not seen profiles being restricted by password on any site running a default theme and bbpress.
are you using
March 22, 2021 at 5:03 am #219404In reply to: BBPress user profile page is restricted !!!!
Robin W
ModeratorI’d suspect that your theme has had an update then.
As this is a paid theme, I’d suggest you raise it with the theme authors first.
If you want to check you can
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
March 21, 2021 at 8:36 am #219370In reply to: Automatic subscribtion
Robin W
ModeratorMarch 21, 2021 at 4:34 am #219365In reply to: Forum Not showing
Robin W
Moderatorjust given screenshots, impossible to help
it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Then come back
March 20, 2021 at 7:54 am #219357In reply to: Edit the comment box size
Robin W
Moderatorthis (untested) should work
add_filter ('bbp_after_get_the_content_parse_args', 'change_rows') ; function change_rows ($args) { if ($args['context'] == 'reply' ) { $args['textarea_rows'] = '6' ; } return $args ; }Put this in your child theme’s function file –
ie wp-content/themes/%your-theme-name%/functions.php
where %your-theme-name% is the name of your theme
or use
March 20, 2021 at 3:13 am #219353quix8
ParticipantHello,
I want to add a back link to get back to the page where the bbp-single-forum shortcode was implemented. I currently still have the defaults settings and the forum root is “forum”. So I will only see the single forum but not the page I implemented the shortcode in.
I have more than 1 page with a forum, so I would need to define the wordpress root page for each forum, if it is not possible to detect this dynamically I guess.
Thanks for any help!
– Dennis
March 19, 2021 at 11:14 am #219343In reply to: User Photo Gallery
Julia
ParticipantHow about the GD bbPress Attachments plugin?
March 19, 2021 at 7:41 am #219335In reply to: How to enable Unsubscription link only to Topic ?
Robin W
Moderatorwithout getting complicated, this will work quite well
add_filter ('bbp_get_topic_subscribe_link' , 'julia_unubsribe') ; function julia_unubsribe($retval) { if (strpos($retval, 'Subscribe') !== FALSE) { $retval = '' ; } return $retval ; }Put this in your child theme’s function file –
ie wp-content/themes/%your-theme-name%/functions.php
where %your-theme-name% is the name of your theme
or use
it will let someone unsubscribe from a topic, but does let them re-subscribe if they stay within that topic (so if they click by mistake, they can unclick immediately) once they leave that topic, then they can’t subscribe, and they can’t subscribe to a topic that they are not subscribed to in the first place.
March 18, 2021 at 2:55 pm #219308In reply to: Deleting Spam Topics Permanently
Robin W
Moderatoryo could then use this to clear out the post meta
March 18, 2021 at 2:45 pm #219306In reply to: Deleting Spam Topics Permanently
Robin W
Moderatoryou could try this
it will delete the posts, but not the post meta, but will tidy up what wordpress displays and make it run faster
March 18, 2021 at 1:09 pm #219302In reply to: search returning 404 with Sydney theme
Robin W
Moderatorjust found 5 mins to look at this
so installed free sydney theme from wordpress
downloaded and installed child theme from here
https://athemes.com/download/sydney-child-theme/creates bbpress folder in child theme
copied \bbpress 2.6.6\templates\default\bbpress\content-search.php to child theme bbpress folder
all works fine.
I can only suggest you try
dashboard>settings>permalinks and just click ‘save’ – this resets the permalinks and often fixes 404 errors
March 18, 2021 at 9:50 am #219290In reply to: Keep subscribers at frontend -redirect wp login
Robin W
Moderatorok, I agree it is annoying, but bbpress just uses worldpress registration and login, and is not very clever with these elements.
You are best to sort it using a plugin such as ‘theme my login’ to fix all these issues
March 18, 2021 at 8:31 am #219284In reply to: Keep subscribers at frontend -redirect wp login
Robin W
ModeratorMarch 18, 2021 at 5:05 am #219280In reply to: bbPress Topics for Posts comment
Robin W
Moderatordashboard>pages>all pages> and select the ‘activities’ page.
From there select ‘page’ on right hand side
scroll down and you should see ‘topics for posts’
and a tickbox ‘use a bbpress forum topic for comments on this post’ – untick this.
If you do not see that part, then click the 3 vertical dots and scroll to the bottom of that page, select preferences and then panels and then click the topics for posts
Sorry this is wordpress not me making this hard
March 17, 2021 at 8:17 am #219248In reply to: Recent Topics link to most recent reply
Robin W
ModeratorI’m pretty sure that the link in the ‘latest activity’ widget in my style pack takes you to the reply
once activated you’ll find a latest activity widget with lots of settings you can use.
March 16, 2021 at 7:05 pm #219229Topic: I’m missing menu items
in forum Troubleshootingpatdunn
ParticipantThe bbPress codex explains that when bbPress is installed it creates three new menu items in the WordPress backend. These are Forums, Topics and Replies.
I do not have the Forums topic. Is there some way that I can add it in?
March 16, 2021 at 12:38 pm #219226In reply to: “Name” fileld dupication
Robin W
Moderatorbbpress only uses wordpress login, so doesn;t change anything in this area
it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Then come back
March 15, 2021 at 7:03 pm #219213In reply to: i don’t see menu bbpress inside wp
alexeivp
ParticipantI Don’t understand “link to this website”… I Don’t have options in WordPress to create forum I Don’t see the menĂº…
March 15, 2021 at 6:52 pm #219211In reply to: i don’t see menu bbpress inside wp
alexeivp
ParticipantHi Robin,
But if I install bbpress in another website I Can see this menĂº inside WordPress, why can not see in this website (noviazgos.com)? I Can’t create forums…
Thanks a lot. Regards
March 15, 2021 at 6:04 pm #219206Topic: i don’t see menu bbpress inside wp
in forum Installationalexeivp
ParticipantHello,
I am spanish, and my english is not very well, I have problems with bbpress to install, currently I have the WP DATING theme, at first I thought that this was the reason for the problem, but I have changed the theme and I have disabled all plugins, but I continue without seeing the typical menu on the left of wordpress (forums, debate and answers). could you help me please?
March 15, 2021 at 5:58 pm #219205In reply to: bbPress not installing WP menu or settings options
alexeivp
ParticipantHi,
I am spanish, and my english is not very well, I have problems with bbpress, i deactivated all plugins and i changed the theme, but I don’t see the menu in wordpress to manage bbpress (create forum and etc). Could you help me please?
Thanks a lot. Regards
-
AuthorSearch Results