Skip to:
Content
Pages
Categories
Search
Top
Bottom

Social Engine 3 export forums

Published on August 2nd, 2013 by am71722

Is it possible to export from Social Engine 3 to the latest version of bbPress? Is there a tool out there for it?

Will bbPress 2.3.2 import Group Forum topics from BuddyPress 1.6.5?

Published on August 1st, 2013 by Tux Kapono

Just want to be sure before I go ahead. I’m getting conflicting messages that I need BuddyPress 1.7/1.8 (which our current theme (Rockettheme) isn’t ready for yet) or need to wait for bbPress 3.0.

Reply pages & SEO issues

Published on August 1st, 2013 by Michalco

I suspect that the fact that bbPress creates a reply page for each topic, may cause some SEO duplicate content issues. Would like to hear your opinion about it

bbpress error?

Published on August 1st, 2013 by thatmtnman

In the new version I get the error:

Warning: in_array() [function.in-array]: Wrong datatype for second argument in /home/mydomain/public_html/wp-content/plugins/bbpress/includes/common/functions.php on line 1199

Warning: in_array() [function.in-array]: Wrong datatype for second argument in /home/mydomain/public_html/wp-content/plugins/bbpress/includes/common/functions.php on line 1199

Thought you should know.

cheers

Annoying problem with html filter, Please help!

Published on August 1st, 2013 by dubbinz

Hi I have had this problem for a while where normal members of my buddypress site cannot post html into posts. As you know html is restricted for security reasons however I am ok with removing this restriction but I do not know how to

1. add more allowed tags to the filter
2. remove the filter so normal members can post unrestricted (yes I know the risks)

I have made a video displaying the problem and why I need to do this, I made it for my developer who is a paid for professional from India (the video made it easier for him to understand as his English is not great xD ) but he is having problems editing the filter.

I shown him this thread https://bbpress.org/forums/topic/allow-html-from-users/ which seems to have some information but every script posted here he seems to be having problems with.

I have to find some way to allow users to post this content. This is just haunting me because I am getting so many complaints from my community that I may even have to dump bbpress/buddypress altogether and create a normal vbuletin forums which I REALLY do not want to do at all.

Here is a video of my problem.

http://dubtopian-review.eu/problem_with_html.mkv

dubtopian-review.eu is my website

Recent Posts Without Shortcode [resolved]

Published on July 31st, 2013 by hitkid

Hi guys, I’m having trouble showing the shortcode for recent posts on my home page after I entered in code to get my recent blog posts to show up on my home page.

Here is the code I used for recent posts:

$args = array( 'numberposts' => 3 );
$lastposts = get_posts( $args );
foreach($lastposts as $post) : setup_postdata($post); ?>
	<h2><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
	<?php the_content(); ?>
<?php endforeach; ?>

I saw in another topic how to get 10 recent topics on your home page with shortcode, but it didn’t work after the above code. Could someone please help me with the code to get 10 recent topics to appear on my home page?

Using the current versions of wordpress, bbpress and buddypress. Working with a buddypress default child theme. I’m also newer to php, so go easy please 🙂

Full width issues

Published on July 31st, 2013 by 96fauj

I’m an absolute novice at any form of programming at all. I don’t know any php and very slightly some css.

The issue i’m having is that the forum isn’t showing up spread across the whole page. It’s showing only in 1 half of the page, it should be showing full like when you go into topics and such.

It can be seen here : http://unitedhumanity.co.uk/?post_type=forum

I’ve spent a few hours now on trying to fix this but no matter what php code I throw in, or whatever css file I copy over in the plugin to theme directories. It’s not working.

Could someone please help me, this is 1 of the very few things left to get sorted on this blog. Would like to thank anyone who contributes in advance.

What is the latest version of bbPress that works with BuddyPress 1.6.5?

Published on July 31st, 2013 by Tux Kapono

Our theme provider (Rocketthemes) is recommending not upgrading to BuddyPress 1.7/1.8 yet, and to remain at BuddyPress 1.6.5. What is the latest version of bbPress we can use to migrate our BuddyPress Group Forums to bbPress Group Forums using BuddyPress 1.6.5? Which instructions like should we use? I’ve searched diligently, but I haven’t found definitive answers.

Any help would be greatly appreciated!

Disable HTML-Tags in postings

Published on July 31st, 2013 by vm3405

Hi,

I would like to disable or reduce the available HTML-Tags that can be used in postings. The array with allowed_tags are not there anymore. How can I customize it?

thanks, Vanessa

Unique topics only?

Published on July 31st, 2013 by vm3405

Hi,

I just wanted to submit two postings with the same title. But then he tells me that this is not allowed. How can I have postings with the same topics?

Greetings, Vanessa

Skip to toolbar