Skip to:
Content
Pages
Categories
Search
Top
Bottom

Want to add (create new post) in my bbforum

Published on June 29th, 2013 by GGGamers

Hi i want to add a button (create new post) which is when click user can able to make a new post…I will do just same like wordpress forum do here is the link( https://wordpress.org/support/forum/installation). I basically add the button that simple work in the same as like wordpress (Add new) button can do..
please guide me how can i do that, tell me the code if any aur where should i add the code.Thanks

You do not have sufficient permissions to access this page

Published on June 29th, 2013 by somuee

Running 2 sites on 2 different servers with completely different themes and plugins and all users except admins get told “You do not have sufficient permissions to access this page” when they try to go to their dashboards. Happens even when ALL plugins (including bbPress) are deactivated and with all themes, including Twenty Twelve.

WP 3.5.2
bbPress 2.3.2

Pagination count error on topic archives

Published on June 29th, 2013 by Laughing Cat

The pagination count (count of pages) for my topic archive is wrong.
The page count (and clickable links in the generated page navigation) says 16 pages. But actually only pages from 1 to 13 will work (from 14 to 16 will return 404).

Forum archives and individuall discussion (replies) pagination will work fine.

I’ve set to display 15 discussions per page. If I change this number the pagination count might change as well but the error will stay (just the total count will change, but again it adds up a couple of pages that shouldn’t be there). This happens also if I use the shortcode to show up latest discussions (topics).

I tried to reset the counters in forum tools, but didn’t produce a change.

I tried to force the number of queried posts per page (topics per page) via pre_get_posts filter, but doesn’t change the pagination error.

I don’t know how to solve this. I’m using bbp 2.3.2 and wp 3.5.2. Buddypress is also installed. No legacy forums/groups activated.

Forum link…..

Published on June 29th, 2013 by GGGamers

I have made a test side in order to run bbpress and buddypress. But i didnt found the url of bbpress forum… when i click on the forum it give me this kind of link (http://pakshares.com/test/members/admin/forums/) which i am not able to place on my menu…

Add Forum Topics to Home

Published on June 28th, 2013 by remedy01

Hello,

I am trying to add the logged in user’s forum topics to my BuddyPress site in a custom sidebar. I keep getting this error message:

Fatal error: Call to undefined function bp_has_forum_topics()

..when inserting the following:

<?php locate_template( array( 'forums/forums-loop.php' ), true ); ?>

How can I easily list the logged in user’s forum posts without relying on the recent topics widget that ships with bbPress?

Thanks

bbpress forum not loading correctly

Published on June 28th, 2013 by disqusnow

Good day everyone. Can somebody help with this. I just installed bbpress forum on my wordpress.org site. I created a forum topic. But when I log out from the site and click on the forum topic it displays this message “This Forum is empty”. When I logged in as an external site user the problem still remain.
Does anyone how I can fix this problem so that when an external user clicks on a forum topic, the forum will load properly and allow the user to leave a reply or comment.

Any advice will be greatly appreciated.
Thanks in advance.

overriding bbpress template-tag function

Published on June 28th, 2013 by Robin W

I hope this has a very simple solution.

I need to either stop a BBpress template-tags function from happening, or over-ride it with a new one, but want to do this from a plugin, rather than amending BBpress code.

Is there a line of code that simply stops a function within BBpress, or a quick way to overwrite one using a plugin.

More detail below

I want to revise the bbp_single_topic_description which is currently used in content-single-topic.php to show the phrase “This topic contains 2 replies, has 2 voices etc.” below a post

The bbp_single_topic_description is defined in /includes/topics/template-tags.php

I have written a pluggin that creates a new function, and uses the bbp_template_before_single_topic action hook in content-single-topic.php to display the new wording .

ie

add_action( 'bbp_template_before_single_topic',  'btv_single_topic_description');
function btv_single_topic_description( $args = '' ) {
	CODING STUFF;
	}

But I need to stop the old wording displaying as well as this.

I have three approaches

1. Just comment out the appropriate line in content-single-topic.php – simple to do, but of course gets overwritten by new releases
2. Do something in the plugin that stops bbp_single_topic_description from working using code within my plugin – if this is easy, that is what I’d like to do, but as the function doesn’t have an action hook as far as I know, I don’t know how to remove it.
3. Do something to make my function replace/overwrite the bbpress function, so that I don’t have to hook it anywhere?

Can anyone help me with either 2 or 3 – I hope it’s an easy answer, but am stumped !

targeting forum / level

Published on June 27th, 2013 by dbungard

I’m trying to make it so that only members of a certain s2member view specific styles in ONLY that forum. Please see below – it’s not working but Im not sure how to call the forum.

   <?php 
	if (forum("professional-membership-2")){
	if (current_user_can("access_s2member_level0")){ 
echo '<style>
.bbp-reply-form{display:none;}
</style>';
} elseif (current_user_can("access_s2member_level1")){
echo '<style>
.bbp-reply-form{display:none;}
</style>';
} elseif (current_user_can("access_s2member_level2")){
echo '<style>
.bbp-reply-form{display:none;}
</style>';
} elseif (current_user_can("access_s2member_level3")){
echo '<style>
.bbp-reply-form{display:none;}
</style>';
} else {
}  
 }  ?>

New Topic Layout Issue

Published on June 27th, 2013 by cymnet

Hi there,
I have recently installed bbPress on our site.
It is a great feature.

However,
if you take a look at:
http://cym.org/webmaster/support/forum/front-end-support/

You will notice that the area where we can insert a new heading is covered up by the text editor.

I cant find the code to amend the layout for this.

Help!

Formatting bbpress forum with impact page builder template

Published on June 27th, 2013 by jeanbledsoe

I’ve designed a site using theme 2012 in WordPress 3.5.2, with Impact Page Builder for page templates.
Now I need to add 2 forums to the site but I don’t know how to format them so they have the same look created with Impact. I’m using bbPress 2.3.2.
Here is the link to the site: http://northidahocvma.org/
This is what the forum page looks like: http://northidahocvma.org/forums/forum/forum-2

Skip to toolbar