Search Results for 'bbpress'
-
Search Results
-
Hi. I’m setting up a fitness site with a forum and I’d like each member to be able to have their own ‘Training Log’ area in the forum, i.e. they start a post called “Jim’s Training Log”, and only they and I (forum owner) can post, or potentially the user can specify whether other forum members can view/comment on the post. Is this possible in bbpress? Is it as simple as each user starting a new post in the ‘Training Log’ category, then choosing whether to lock it or not?
Thanks for any responses, hope that makes sense!
Two Questions:
1. The Edit post button on the bar of the post is throwing a 404 error. It is trying to take me to the following url: http://intranet/index.php/forums/topic/the-cooking-thread/edit/?view=all and there does not seem to be a corresponding page. Is there something during initial setup that I missed to allow for this url to be populated upon post creation? I am still able to edit via the “Topics” area of the dashboard but I would like for this functionality to work for my users.
2. I am trying to override the front-end post editor to be a rich editor. I have tried installing the tinyMCE plugin and replace the built in editor with the html tags via http://codex.bbpress.org/enable-visual-editor/ with the following code:
function tmceeditor( $args = array() ) {
$args[‘teeny’] = false;
return $args;
}
add_filter( ‘bbp_after_get_the_content_parse_args’, ‘tmceeditor’ );but am having no luck. Again, the editor in the dashboard editor seems to be inheriting the tinyMCE functionality but I would like the user front-end to use this editor as well.
Any help would be greatly appreciated.
I am on WP 3.5.2 and bbPress 2.3.2 with a custom theme.
We are having trouble removing the left margin on our BBPress Forum http://sportsbanter.com.au/forums/
It throws out the headings on the forum main page and everything is out of alignment.
Any ideas on how to remove the left margin (the white bar running down the left hand side of our forum)?
I like to customize BuddyPress and bbPress,
but both of you told me to use a child-theme,how can I do this?
Thanks in advanced for any ideasHi, I’ve installed bbpress and created my forum, and I am able to create topics and post without any problems
Now the not so good part – and I know it’s something I am missing….
I tried experimenting and created a user, and assigned them – site role ‘no role for this site’, and forum role ‘participant’.
the problem is that when they enter the login details, and click login, it displays the ‘You do not have sufficient permissions to access this page’. error message, (but if I then enter the url for the forum they have indeed logged in successfully.)
what I am trying to achieve is that users can access the forum only and not my site’s dashboard.
If I change the site role for this user to ‘contributor’ then there are no errors when they try to login, and the user is taken straight to the site dashboard instead of the forum, which is not what I am wanting.
I apologise my crudeness in explaining this as I am new to wordpress.
any help will be much appreciated!
thanks
NeilI want to be able to have a form template that shows up when someone goes to post in a forum. i.e. I have a form for businesses to post if they have plants available. Instead of typing out the information in the forum, I would like a form to show up so they can just do drop downs or fill in the blanks.
I’ve read lots of information, but some is a bit over my head so I’m not sure if I have found anything that will do this EASILY. I am not a coder, and do not feel comfortable editing code.
Can a form be built in something like contact form 7 and then shortcoded in? I tried what I thought was that, and it didn’t work and not sure how to figure out what else to do.
Thank you for all suggestions.
Using WP 3.5.2, BBPress, 2.3.2 I don’t have a site that has anything to look at yet – just practicing for now.
Thanks.
eileen
Activate it and the categories disappear from the sidebar. Yesterday we found Ultimate WP Filter did the same thing. I deleted it but as soon as I activated your plugin, bam, most of sidebar goes away.
Topic: view topic jumps to reply
I have a newish install of WP and bbPress on a WISP (win, iis, sql server, php) server. I have them both running. But, bbPress won’t show a “topic” (a message), instead, it jumps directly to the reply function.
go to:
dev.teamfishco.com
forums
test
pick a topic.instead of showing the message, it goes directly to the reply… any help?
Topic: Plugins deleted posts
I enabled plugins today. The site broke (every other post is blank; I use bbPress with WordPress) so I deactivated those plugins.
Posts are still missing.
I decided mid-type to test again. One by one was activated. Ultimate WP Filter caused it to happen.
So … y’all have a similar plugin? You enter a list of words not allowed.
I’ve been trying to figure out how to add another Forum Role to bbPress. Does anyone know or use a simple function or plugin that hooks the bbpress user roles and creates another role with specified permissions? I know there’s a WordPress plugin that can add new user types, but I’m trying to figure out how to do this for bbPress user forum roles.
Topic: Featured slider
After a couple of months I’ve learned that using Group forums instead of Sitewide forums is a good idea. THe organization of the content is appealing.
Anyway, when I had installed bbPress I chose both Sitewide AND Group forums. Now I’m wondering if there is a way to disable/uninstall Sitewide forums and just keep group forums.
I know existing topics in the Sitewide forum can be moved to a group (as far as I can tell) so that’s a solution so far, but in terms of disabling the rest, I’m not sure.
Any suggestions?
I believe I have a good grasp of how bbpress and buddypress work together. My current setup is using bbpress as the forum and buddypress as the networking for members.
My issue and questions are related to the links created by each of these plugins.
Instead of linking to a forum archive page, I’ve created a separate page and am using short codes to add in the forum. I did it this way because I don’t like how WordPress (or the theme) adds “Archive” to the page header (in my case it’s “Forum Archive”). I also don’t like that Archive pages have limited sidebar options, and poor SEO (thanks to Yoast for making it better). But anyway, you can see I’m trying to stay away from the archive pages.
The problem with my setup is the breadcurmbs above the forums. When navigation backwards, the breadcrumbs take you to the “forum archive”. Additionally, a link that is directly to a reply or topic, it is based off the forum archive. Foe Example:
FORUM LINK: website.com/mvp-members/mvp-forums/ (shortcode method.)
TOPIC/REPLY LINK: website.com/mvp-forums/topic/search-first/#post-18143Are there any tricks to getting these links to work seamlessly with each other? Or a different method of setting up the forums? Or any other advice?
I appreciate it with thankfulness.