Search Results for 'bbpress'
-
AuthorSearch Results
-
March 16, 2010 at 11:20 am #68572
In reply to: Switching from external bbpress to internal bbpress
Boone Gorges
KeymasterHi Kunal17. When I upgraded my site from BP 1.0.x to BP 1.1.x, I had to go through the process of migrating from an external bbPress install to the internal one. Here’s the blog post I wrote on the subject: http://teleogistic.net/2009/12/upgrading-from-buddypress-1-0-to-1-1/
As far as advantages/disadvantages, to the best of my knowledge BP uses the most recent release of bbPress for its internal forum workings, and will continue to do so. Thus, as long as you keep your external bbPress installation up to date, it is unlikely that they will stop working together (granted that you have done the work to make them work together in the first place). When you move to the internal forums, you lose some of the extensibility of the external bbPress, as many of the plugins have not been ported to (or replicated for) BuddyPress yet. But not having to worry about the consistent look, shared userbase, etc was very much worth it for me.
March 16, 2010 at 2:55 am #68534lukeroge
ParticipantHmm..
The BuddyPress Group forum system is actually powered by bbpress so it should be able to handle anything bbpress can. It is up to you whether you want to use the group forums system or work on integrating a standalone bbpress install into wordpress.
March 15, 2010 at 5:04 pm #68453In reply to: BP1.2+ Plugin Wishlists
3sixty
ParticipantI love this thread. There should be a way to vote on these. I’ll add my “votes” as text here:
1. Forum plugins – Every key bbpress plugin should be ported to buddypress. rich! has done some amazing work with forum extras and I hope he continues.
2. Events – was a really nice emerging implementation of that in progress, but I haven’t seen much on it lately; I think it “broke” at one point due to BP version incompatibilities.
3. Privacy, of course.
March 15, 2010 at 12:57 pm #68409In reply to: [New Plugin] BuddyPress Group Forum Extras
rich! @ etiviti
ParticipantBtw, the sigs won’t work UNTIL you update the admin settings and choose a max length / max lines. May be best to set a default value for that?
believe i fixed that in the latest (0.1.3 – i just tested on a fresh install/new db) and it caught the _ck_ default values of 3 lines and 300 chars. if anyone else that installs – please verify this for me.
linking the ‘said’ to the post has proven not to be so trivial. since in the doing ajax i don’t have a reference to the topic template global and topic_permalink. Then on the bb_ side of things – that will return the internal bbpress install location. i may setup a hidden field like i do for nonce and pass it in via the ajax post
March 15, 2010 at 6:14 am #68371In reply to: New WP-BP Install, /Forums Refuses To Work
djsteve
ParticipantAn update to my situation in the post above..
I deactivated buddypress. Deleted all files in the buddypress foldder. Uploaded fresh 1.2.2.1 buddypress files. Reactivated buddypress. Then my forums tab disappeared from the public home page. So I went into the dashboard, clicked don forums setup, and it said I could install, etc… So I clicked to install a fresh bbpress.
It said it could not write a bb-config file and gave me the code to create one manaully.
I copied the code and put it in the root of my wordpressmu install as it said.
Forums tab now shows. I went to add a forum post, and the same thing happens – it just disappears.. like it is not saving any forum posts…
Any ideas?
March 15, 2010 at 4:41 am #68357In reply to: New WP-BP Install, /Forums Refuses To Work
djsteve
ParticipantI am having a similar issue.
Wpmu 2.9.2, Bp 1.2.2.1
When I click on forums, then post a new topic, enter in everything. It goes back to the screen showing All topics (0) – and says “sorry there were no topics found”
I checked on the buddypress / forums setup tab in the backend, and it says:
bbPress forum integration in BuddyPress has been set up correctly. If you are having problems you can re-install
Should I try to reinstall the forums / bbpress? and if so which option would I choose?
Set up a new bbPress installation Use an existing bbPress installation
March 15, 2010 at 2:38 am #68346In reply to: New WP-BP Install, /Forums Refuses To Work
tazatek
ParticipantSOLVED!
After reading a different post about bbpress tables not installing, it turns out to be a memory issue.
I upped my memory limit in php.ini and all installed perfectly.
Hope this helps someone else.
Matt
March 15, 2010 at 2:32 am #68343In reply to: New WP-BP Install, /Forums Refuses To Work
tazatek
ParticipantOne quick note –
I noticed that there doesn’t seem to be any bbpress related tables in the database…. there are bp_ and wp_ but I thought that bbpress would be bb_
If the tables are missing, what’s a guy to do? (I thought that the install was too quick!)
Matt
March 15, 2010 at 12:56 am #68330In reply to: [New Plugin] BuddyPress Group Forum Extras
rich! @ etiviti
ParticipantA suggestion for AJAXed quote, perhaps add a link to the post that’s mentioned for the “said” text.
nice, i’ll add that in there
Also couldn’t BBcode be enabled across all components and not just the forums? I had a similar port of _ck_’s BBcode plugin doing this.
If you use internal only bbpress – then just install Viper’s Shortcode BBCode and it works in buddypress activity updates (some reason buddypress does not include the shortcode filter on forum content – but that subplugin will enable it)
if external, then just hook this filter on whatever _before_save stuff
bp_forum_extras_bbcode_it(but i can add a small option to do this).Love it was adding the tinymce to forums today
i have markitup working on an external bbpress but i noticed someone already wrote a markitup wordpress plugin – i was going to see what it takes to extend that into BP
March 14, 2010 at 11:14 pm #68313In reply to: Conflict with wp-o-matic
kiwipearls
ParticipantI also am having strange happenings using WP-O_Matic.
The campaigns show up in my forums. I use bbpress intergration for forums.

Still waiting for a solution to this also, as I prefer WP-OMatic over Feedwordpress.
March 14, 2010 at 9:21 pm #68293rspowers
Memberat this time it seems like the only way to do it is to do it yourself/hire a programmer. i would like to do the same thing but have not found anything that can migrate or bridge them that works well with phpbb3.
March 14, 2010 at 5:21 pm #68249In reply to: bunch of ideas….
Boone Gorges
Keymasterandrea_r – there is a way to hook BP up to an existing bbPress install, but I think rspowers is talking about phpbb. If you’ve got a lot of activity in an existing phpbb forum community, you really have two options:
1) Build a bridge between phpbb and bp (which will make them share users, group info, and activity data) and skin them to look alike
2) Find a script that will translate phpbb threads into bbpress compatible ones (like https://bbpress.org/forums/topic/a-phpbb-to-bbpress-database-converter) and then do a normal bbpress install inside of BP
(2) seems way, way easier, especially in the long run. The only downside is that the BP-native version of bbPress isn’t as feature-rich as dedicated forum software like phpbb.
March 14, 2010 at 5:09 pm #68247In reply to: bunch of ideas….
Andrea Rennick
Participant“as far as the forum, many people have well established forums with 1000s of posts and members so they cant just ditch them. “
Isn’t there a way in the backend of BP to hitch it up to an exisiting forum? I’ve always set up a new one, but the choice is definitely there to use an existing bbpress install.
March 14, 2010 at 4:22 pm #68236In reply to: bunch of ideas….
Anonymous User 96400
Inactiveas has been said to you many times before. if you don’t want to use forums, then turn them off. and please don’t spam the forums every chance you get with your comments about forums and bbpress. by now we’re all well aware of your opinion. cheers!
March 14, 2010 at 4:01 pm #68233In reply to: bunch of ideas….
peterverkooijen
Participant2. there’s already integration with BBpress
Why does everybody want to use Buddypress as a forum? What’s the point of having a blogs and groups-based social network if you’re still going to put an old-fashioned forum at the center?
Can someone (Auttommatttic?) please write a basic social networking plugin for BBpress, expanding the user account pages in BBpress a bit, so people don’t have to come over here asking to turn Buddypress into something lame?
March 14, 2010 at 1:08 am #68196In reply to: BP 1.2 and bbPress admin/plugins
3sixty
ParticipantI also tried M’s “hidden installation” method and can’t get plugins to work.
I was able to open the new installation without a problem, but I cannot figure out how to activate plugins. I uploaded plugins to both the buddypress bbpress directory and the new “hidden installation” plugin directory. They obviously work fine on the hidden installation pages, but I just get “function not found” errors in the buddypress forum pages. Any ideas?
March 14, 2010 at 1:04 am #68195In reply to: BP 1.2 and bbPress admin/plugins
3sixty
ParticipantHas anyone actually got M’s backdoor admin method (copy bb-config.php to the buddypress/bbpress directory to work and activate plugins?
I copied my bb-config.php file from the WPMU root dir into the /wp-content/plugins/buddypress/bp-forums/bbpress directory. Then I tried opening this page:
http://mysite.com/beta/wp-content/plugins/buddypress/bp-forums/bbpress/bb-admin/
Warning: include() [function.include]: Failed opening ” for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/mysite/public_html/beta/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/functions.bb-template.php on line 45
I also tried opening this page and got the same error:
http://mysite.com/beta/wp-content/plugins/buddypress/bp-forums/bbpress/
March 13, 2010 at 9:09 pm #68172gaysurfers
Participant1. Which version of WP/MU are you running? version 2.9.2
2. Did you install WP/MU as a directory or subdomain install? directory
3. If a directory install, is it in root or in a subdirectory? root
4. Did you upgraded from a previous version of WP/MU? If so, from which version?2.9.1
5. Was WP/MU functioning properly before installing/upgrading BuddyPress (BP)? Yes. register do not wok since i installed BuddyPress
6. Which version of BP are you running? Version 1.2.2.1
7. Did you upgraded from a previous version of BP? YEs from 1.2.1
8. Do you have any plugins other than BuddyPress installed and activated? Yes, but I have deactivated them all and the problem persists.
9. Are you using the standard BuddyPress themes or customized themes? customized theme = furry-family
10. Have you modified the core files in any way? no
11. Do you have any custom functions in bp-custom.php? no
12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? Must be built in, i dont know what bbpress is.
13. Please provide a list of any errors in your server’s log files.
14. Which company provides your hosting? OVH
March 13, 2010 at 8:48 pm #68169In reply to: Use Forums without Groups?
rich! @ etiviti
ParticipantSomeone please build it so that I can stop seeing this argument recur on these forums every few weeks. If I didn’t have seven thousand other things to do I’d do it myself but hey – I just took all the thinking out of it by drawing a map
i’m wrapping up a buddypress group forum extras plugin which brings in some bbpress plugins to the bp-group forums (sigs, bbcode or shortcode, quote)… this might be tempting; especially the support forum plugin. i’ll look into it.
March 13, 2010 at 8:07 pm #68165In reply to: Use Forums without Groups?
modemlooper
Moderatoror just install BBpress on WP
March 13, 2010 at 6:52 pm #68147In reply to: Tweetstream (twitter plugin) Beta testers needed!
3sixty
ParticipantBug alert!
Tweetstream conflicts with Forum (bbpress). Specifically, users cannot edit their forum posts/comments (or at least comments) when tweetstream is active.
Peter, I set up a vanilla WPMU/BP setup that duplicates the error; contact me for private link.
March 13, 2010 at 12:40 pm #68087In reply to: BuddyPress i18n Topics
takuya
ParticipantStill bbpress is installed as “latin1_swedish_ci” by the buddypress one click installation, although others are mostly installed as “utf8_general_ci” Not sure if this should go to buddypress trac or bbpress trac.
March 13, 2010 at 12:18 pm #68084In reply to: How does buddypress.org organize forums?
Paul Wong-Gibbs
KeymasterThis site uses “Deep integration” with a standalone bbPress install. In the near future, this website will change and forums/groups will follow the regular BuddyPress model. The only reason this is like it is currently is because of historical reasons and the fact that the site’s theme hasn’t been updated for a long time.
If you want a site wide forum, just create a group and call it “site wide discussion”. Easy as that.
March 12, 2010 at 7:35 pm #68017In reply to: 1.2.2.1 without bbpress folder
Andy Peatling
KeymasterTry again.
March 12, 2010 at 3:12 pm #67961In reply to: New WP-BP Install, /Forums Refuses To Work
deejaywoody
MemberWhile WPMU is optional, would you recommend using it as opposed to “plain jane” WP? Since the BP/bbPress installation is bundled, do I really have the option of changing it’s database/prefix options?
-
AuthorSearch Results
