Skip to:
Content
Pages
Categories
Search
Top
Bottom

Airbnb.com "Webpage let people create profile and sell something" like Airbnb

Published on December 2nd, 2013 by 1cologne

Can i create a web page with bbpress that let people create a profile and sell their room or stuff via the webpage. I want to create same web page as technology “AIRBNB or Wimdu” infact, is it possible with bbpress? I am ready to pay also money.
Is there plugins?
Thank you for your information,
Regards,

Avatar

Published on December 2nd, 2013 by Jgonl

After updating the avatar of the answers are going top of page

http://s2.subirimagenes.com/imagen/previo/thump_8719779imagen1.png

Someone can help me?

Still no visual editor?

Published on December 2nd, 2013 by

Unfortunately, the visual editor is still not working properly in version 2.5. You can enable it as described here but then you only get a very spartan version of tinymce that doesn’t even support media uploads. You can enable the media uploads button with $args[‘media_buttons’] = true; but then uploads don’t work with SSL.

Is there any chance that bbpress will support a modern editor in the near future? The claim that “The HTML editor works extremely well” is not true. Any CMS that is supposed to be used not only by developers has to support a visual editor nowadays. What bbpress needs is a visual editor that works extremely well. Then you can remove this old fashioned HTML editor.

Think my normally 'Masonry' page theme is messing with bbpress install :(

Published on December 1st, 2013 by Apposl

Hi all,

I really want to use bbpress but I’m at the end of my rope, I’m not very good at any of this, and I’ve tried several different methods of getting it to display correctly, but I have a ‘pinterest’ style theme, and every time I create a forum page and try to view it, all my topics/forums are collapsed down and pressed up against my left sidebar.

I might try Vanilla and see if that displays better? You can see what I am talking about at http://ne1up.com/live

Thank you very much for any help.

Custom BBCodes?

Published on December 1st, 2013 by matrixino

Hello, after importing from a phpBB forum where I had custom BBCodes I have the problem that they are not changed in actual html.
I would like to know how can I implement such custom bbcodes in my bbpress installation.

I did some tries making a custom plugin with something like this inside (this is just an example):

function bb_table_replace( $text ) {
$text = preg_replace('/\[tabella\](.*?)\[\/tabella\]/ie', "<table>$1</table>", $text);
return $text;
}
add_filter('bbp_get_reply_content', 'bb_table_replace');

But I had no luck. It seems however to find my regexp pattern but its replace is wrong, it’s made after the matched pattern (adding to it, instead of replacing).

Any help?

disappearing menu

Published on December 1st, 2013 by ktwbc

Just tried to install 2.5 on WP 3.7.1 and can’t get it to consistently appear. I know it’s something related to permissions, just can’t fix it.

If I attempt to apply Administrator permissions to my account, the BBPress menu on top and on the left will suddenly appear. As long as my permissions in the db are set t a:1:{s:13:”administrator”;b:1;} the menu shows up.

The moment I attempt to click on anything such as Add Forum (which attempts /wp-admin/post-new.php?post_type=forum), I notice BBPress changes my permissions to a:2:{s:13:”administrator”;b:1;s:13:”bbp_keymaster”;b:1;} and the menu options vanish. If these are the top-level permissions, why is it removing menu options and telling me everything is invalid? Is this even compatible with 3.7.1?

Customizing or creating "User CP" for Members of my site

Published on December 1st, 2013 by PushingPebbles

I am not sure where to put this. The problem I have is every time a member is using my forum it, their dashboard looks like WordPress.

Is there a way to customize a members “user cp” so they can edit their profile, check the forums, etc.. Through a navigation dashboard that I have created or customized.

Similar to a “user cp” in vbulletin, I have seen it done on a couple of sites on here from forums. I was just wondering how it is done, as I have not seen any instructions on it.

Any help would be greatly appreciated, I hope someone knows the answer so I don’t have to export and redo everything into a vbulletin site.

Thanks

Exclude blog side php from bbpress

Published on December 1st, 2013 by ronthai

Hi,
In posts, my theme only has page-navigation at the bottom.
I added it also at the top of posts, no problem

The issue is that now there is also a (sort of) page-navigation at the top of every page in the bbpress plugin part, which I don’t want of course.

How do I exclude the added code from showing on the bbpress pages (the whole plugin pages for that matter)

Thanks, Ron
WP: 3.7.1
bbPress: 2.5

Nevermind, solved it:
SOLVED:
Had to put it inbetween:

<?php if ( is_singular('post') ) : ?>

<?php endif; ?>

Server Size required for large BuddyPress group?

Published on November 30th, 2013 by willgetitdunn

Heyo! I am planning on making a BuddyPress group for a non-profit group I work with to help them organize their volunteer events and stay connected with each other. I expect their # of users to be around 200 and each year expect an additional 50 “inactive” users whose profiles will not be deleted (because we’d want their activity on the site to remain when they are gone) but they will no longer be using the site (these users are “alumni” who have graduated from the University). There are approximately 150 events each year and we would want each to have their own blog post with approximately 3 pictures each.

Does anyone know how much server space will be needed to support this group? I am currently using GoDaddy hosting for another site, which allows for 1GB of a mySQL database but I am not sure if that will be enough and may seek an alternative provider. Splitting it among multiple tables would be possible but I would rather create 1 large database.

Thanks!!

Moot and Discourse: "Good artists copy, great artists steal"

Published on November 30th, 2013 by Asynaptic

Both of these new discussion forum implementations have great new ideas that can be incorporated into bbPress. And they both have integration plugins for wordpress users:

https://moot.it/
https://moot.it/docs/wordpress.html

http://www.discourse.org/
https://github.com/discourse/wp-discourse

Some of the features are already implemented in BP and bbPress, like the notifications mention feature (@name). Many others would be great to implement (like, “remember your place” which stores where you read up to in the thread so when you return you don’t have to remember or scroll to it).

Anyway, just wanted to open up the topic as I don’t think it has been discussed at all previously.

Skip to toolbar