Search Results for '\"wordpress\"'
-
Search Results
-
Topic: How to get rid of sidebar?
My wordpress sidebar in the way of my forum. I need to make my forum full page. Also, I can navigate up or down in my forum. I don’t think my forum pages is pointing to the front page of my forum. Please help. (my website isn’t online yet)
Hey all! We have just released bbPress Notifications, which will make your bbPress give all your users private messaging, global notifications, google search integration and friend requests, along with @user mentions, and a slick navigation system.
I’d love it if we could get feedback, and reviews, positive and negative.
http://wordpress.org/plugins/wp-notifications/
Thanks
David
Founder of vBSocial.comI want to display in WordPress search results page – 10 or less found results from BBPress (plugin) forums. I know that BBPress use custom post types (forum, topic, reply) but I don’t know how to do it. I try with WP Query, but it didn’t show nothing. I don’t want to override BBPress search page and functions, I just want to show some results in WordPress search page. Is this possible?
Thank you all in advance.
Here is the query I try:
<?php // The Query $the_query = new WP_Query( array ( 'post_type' => array('topic', 'reply'), 'posts_per_page' => 10, 's'=> $s )); // The Loop if ( $the_query->have_posts() ) { while ( $the_query->have_posts() ) { $the_query->the_post(); echo '<li>' . get_the_title() . '</li>'; } } else { // no posts found } /* Restore original Post Data */ wp_reset_postdata(); ?>Wordpress 3.6.1
bbpress 2.0
site link – http://www.wildlifephotographyafrica.com/I use the ‘Recent Topics’ widget.
There is an option you can tick to show the topic author. I have this option ticked but the author does not show.Wordpress Version 3.6.1
bbpress Version 2.4I’ve installed bbpress and really love the plugin. However I’m having issues with assigning roles to users.
I’ve created a user (Subscriber or Editor) and wanted to assign the bbpress role of Participant. When I assigned the user this role it doesn’t however appear in the dashboard. It only shows the profile and not the “Topics” & “Replies”.
I’ve disabled all plugins that are related such a “Members Plugin”, “Admin Editor” and “CMS Pods – component user roles”. I’ve had no luck of making these menu appear in either the Subscribe account or the editors account.
When I select moderate role, it works perfect, but the participant doesn’t work at all. Any ideas or Solution as to why this happens?
My Forum is public and set to open for the public viewing.
Any help would much be appreciated.
Thanks
LonceThis past weekend we spoke with John James Jacoby on our WordPress Weekly podcast. John is the lead developer for both the bbPress and BuddyPress plugins. We had the pleasure of chatting with him about his new job at 10up as well as everything that’s going on with bbPress and BuddyPress these days.
During our interview we asked John if he knew of any bbPress or BuddyCamp events in the works. He said that he didn’t know of any coming up but would love to see a bbPress camp organized, perhaps in a more central midwest location. The question is: Is there enough interest to warrant a bbPress event or perhaps combine it with a BuddyPress event?
Head on over and read the full post and vote in the poll 🙂
Hi, I’m thinking of a website entirely implemented in wordpress that has a section in which the user can identify and from there you can access different pages and also to an online store WooCommerce. If the user would not have to buy anything to be re-identified.
All this I can integrate bbpress?, I need some additional plugin?
Thank you!
Xavier.
Topic: Forum Banner / Text Insert
Hi Guys
I know WordPress to a reasonable level but am completely new to forum building and BBPress. I am hoping my question has a simple answer and is probably me missing something very simple.
I have set up the forum for a charity I am working with, its installed fine and we have some test topics up and running. No problems.
The installation provides me with a forum address of http://mydomain.com/forums/forum/forum-name which is fine.
All I want to do is basically add some notes/welcome message and an image just above where the forum starts but I dont seem to be able to do it. When I go into my form and add in text or an image, in the same way you would add to a page/post then save it, nothing appears?
Any ideas at all how I can achieve this? Should this be happening in the way that it is?
Many thanks!
Justin
Hi!
I’m using pretty permalinks on my WordPress site and has been working hard with the SEO on the site.One thing I can’t seem to solve, although I have been googling and searched this forum for days now, is how to get rid of the /topic/ and /forum/ parts of the permalinks when using bbPress.
Is it even possible?
The ideal setup for me, that would also reflect how the rest of my site is set up, would be something like this:
mysite.com/forums/name-of-the-forum-topic/name-of-the-thread
Is this possible to accomplish?
Thanks a lot for a great plugin!
// Jens.
Topic: Multiple Forums
My goal is to make multiple forums (around 10 when its all said and done). Each forum will be for different subjects but all related with each on a different page.
Per example… one forum will be on a specific fruit. So apple, oranges, etc. but would all fall under the umbrella Fruit (not my actual plans, but this was easier to explain).
Is this possible?
I’m currently running one bbpress install on the twenty-13 theme. I know there is a shortcode to show specific topics on a page, but I want each forum to show on just one page.
Note: ive been on wordpress.com for a little while and started over on the .org. So I’m completely knew to screwing around with php files. Not asking you to hold my hand through it all, but clear directions would be great. Sorry if this question is a repost and/or very basic and im just over thinking it.
Thanks in advance,
I came by this talk about o2 recently, (the successor of the P2 theme, but now made as a plugin):
Flick through the slides for a quick summary.So as I was listening to the feature set of this plugin, every single one of them turned out to be on my bbPress wishlist:
Native infinite scroll, improved front-end editor, drag & drop image uploads, JSON API, post by e-mail, cross-site search. It seemed to me like the goals of o2 and bbPress are very much aligned.I guess I’m just wondering if the bbPress developers have been in touch with Beau Lebens & co at all? And could you perhaps shed some light on why o2 isn’t just being made as an extension of bbPress?