Search Results for 'bbpress'
-
Search Results
-
Hi,
I am hoping that someone here will be able to help with this as it’s a rather frustrating issue and I can’t figure out why it’s happening to start with.
I have set my forum to the ‘rating level’ that will accept posts using phrases such as ‘porn’ and curse words…that being the case I was rather surprised when someone attempted to create a thread in a forum using a jokey phrase including the word porn and it wouldn’t allow the user to post. I checked the post, checked all the settings (I have no words in the blacklist – the forums are monitored almost 24/7 and we have a rather exclusive membership so I felt this was unnecessary at the present time) and there seems to be nothing amiss so the reasons for this being done are a mystery to me. I am able to add the extra words in the sentence in the CMS but this is not something I wish to have to do every time someone wants to refer to something specific like this.
Is there a reason why this would be happening?
I have recently upgraded to the latest versions of Buddypress (2.3.2.1) and BBpress (2.5.8) and also was upgraded to WordPress 4.3.
The site is set up to work with the Make template but I have tested this on the other templates and as it works when I remove a single word from the actual post I know that it HAS to be some hidden filter somewhere that I am unable to remove.
My site is found at http://www.bewitching-fiction.com
I am confused as to how to make a ‘contributor’ of wordpress automatically a ‘participant’ in the forum. How do I automate this? I am using BuddyPress, bbpress and User Role Editor plugin. At the moment even if they are a participant I have to manually go through each user and change their access to each element of the forum which, by default, is all set to ‘deny’ so that a participant can’t even see the forum.
I was following the layout and functionality examples you can use and it didn’t work for me.
Step 1 worked for me just fine.
I inserted the following code into my functions.php (i am using a child theme)//create vertical list function custom_bbp_sub_forum_list() { $args['separator'] = '<br>'; return $args; } add_filter('bbp_before_list_forums_parse_args', 'custom_bbp_sub_forum_list' );Then I moved onto step 2 and added this into my functions.php as well
function remove_counts() { $args['show_topic_count'] = false; $args['show_reply_count'] = false; $args['count_sep'] = ''; return $args; } add_filter('bbp_before_list_forums_parse_args', 'remove_counts' );It removed the counts but it didn’t look like a list anymore
Hello
I will use private groups for workshops of my courses. For one course there is about 500 subscriber to the private forum and I can’t imagine accepting them one by one or adding them one by one. I want them to send a request within a period of time and I need to accept all the requests with one click. Is this possible???I’m using wordpress 4.3 and bbpress 2.5.6 buddypress 2.2.2.1
my site: http://www.estrogenat.comHello everyone. I have posted several times on the wordpress.org job board – each time I am flooded with responses from all over the world. In the past 3 months or so I have hired 4 different devs – ALL of which have flaked out on the project or for one reason or another were unable to complete the task. My project is now well behind schedule due to this. I thought I’d ask for help here instead, since I know we have a lot of members who really know their bbPress stuff. Here’s what I’m hoping to implement:
1. When using the “reply” button within topics, I would like the username in which you are replying to, to auto-generate in the text box(@username)
2. Add a drop down to the new topic form – this would create color specific background to the topics. For example topic types would be: discussion, photo, link, music, quote, and it would correspond with a specific background color when the new topic is actually posted. Let me know if that makes sense.
If anyone has any knowledge on how to make this happen, please let me know. I would be delighted to work with someone with who is capable and willing. Thank you!
(mods, please don’t delete…this is a job posting, but I really need someone who is qualified instead of mass responses without the proper skills set)
I’m wondering if it is easy enough to migrate a google group to bbpress? I’ve come across a couple of services out there that offer this service (albeit without testimonials) but was interested to know if there was a plug-in or scraper service that can do this for me. I have time to make some amendments and changes but would generally like to automate the process, including the migration of users.
Someone posted the same question on this forum four years ago and received no reply…
I know this is a subject that’s well documented but I can’t work out why my topics and replies are not appearing.
After posting a new topic or reply my posts are not displaying unless I change the theme. This would suggest a cache issue on the WP end but I’ve disabled all plugins, including WP Super Cache and Akismet.
This is a clean install of WordPress with a new database on a brand new URL and I’ve tried refreshing the permalinks. I have tried a number of different themes, from the WordPress ones to Avada. This is not a theme issue.
If I have no plugins running (apart from bbpress of course) and no cache plugins, what might be causing this?
Topic: HELP PLEASE NEW TO BBPRESS
I am starting a website called renthoy and was building a forum on bbpress however i cannot see the activity once the topic is clicked
bbPress 2.5.7 and 2.5.8 do not work with latest versions of WordPress CMS and WP Client plugin.
Will work fine if WP Client plugins are deactivated but as soon as they are activated the forum breaks.
Any ideas?
http://localhost/oyster/?post_type=forum#038;p=4
I’m running this locally and installed bbpress, buddypress and a number of bbpress-related plugins. I think this may have been the “bbPress Permalinks with ID” plugin that started the problem but now all my permalinks have gone funny. Here’s what I’ve tried to fix this:
– flushed/changed the permalinks back and forth
– deactivated all plugins
– fresh WordPress install with new site, basic theme and no pluginsEven after trying that third option, with a fresh WordPress install and a new database, my forums no longer worked. The root no longer works, even with a fresh install and no plugins bar the bbpress one.
Any ideas?
Is this a localhost thing? All the database entries are there (they fall within the wp_posts table).
Is there a set procedure for installation, changing permalinks and activating the plugins?
Have I done something the wrong way round?
And why is this still happening with a fresh WordPress installation and new database?Short of uninstalling wamp and reinstalling I’m at a loss.