Search Results for 'wordpress'
-
AuthorSearch Results
-
March 11, 2009 at 3:55 am #3844
Topic: P2: The New Prologue – a perfect default theme for BuddyPress
in group forum Requests & FeedbackMarch 11, 2009 at 3:08 am #39724In reply to: Forum Integration: HELPING HINTS
John James Jacoby
KeymasterFix for bb-config.php when using “deep integration”
How to currently, correctly include WordPress within bbPress and NOT throw a 404 in IE.
Add to beginning of bb-config.php:
if ( !defined('ABSPATH') & !defined('XMLRPC_REQUEST')) {
define('WP_USE_THEMES', false);
include_once( '/absolute/path/to/yourdomain.com/wp-blog-header.php' );
header("HTTP/1.1 200 OK");
header("Status: 200 All rosy");
}@Matt, I think that if it’s partially working, than chances are something is amiss somewhere. Are you using deep integration or no?
March 10, 2009 at 11:30 pm #39722In reply to: Group forums not working? On a DV?
FetchFlow
ParticipantI am supposed to NOT CHECK >>
Add cookie integration settings
If you want to allow shared logins with an existing WordPress installation.
>> right?
March 10, 2009 at 10:53 pm #39719In reply to: Multi-language edition
21green
ParticipantI gave some thoughts to this topic and my conclusion so far is, that it would be the best solution to set up a WPMU + Buddypress System for each language. The only thing that would be needed is a Plugin that shares the Userdata between these systems. A user who signed up on your swedish installation of WPMU + Buddypress should be able to use this account for your english version too and so on.
One could do it as on wordpress.com, where wordpress.com is the main website. If You choose a different language, say german (.de) you get redirected to de.wordpress.com and only german content will appear.
March 10, 2009 at 3:43 pm #39686In reply to: Multiple user types – possible?
jeff-sayre
Participantdevweb, sorry about the little thread jacking

There is a plugin on WPMU Dev ( http://wpmudev.org/project/default-user-role ) that allows admins to set the default user role on signup. There’s also this plugin ( http://agapetry.net/news/introducing-role-scoper/ ) that seems to offer significant role customization in WP. However, I cannot find this particular plugin in the WP repositry so beware.
You may also get some useful ideas from this thread on the Mu forums: https://mu.wordpress.org/forums/topic.php?id=8217
Granted, these are all WPMU-specific ideas, not BuddyPress. But Mu is the platform on which BP sits, so this may be of some use if you’re planning to code your own solution.
March 10, 2009 at 3:34 pm #39685In reply to: BP-FBConnect Plugin
Sgrunt
Participant(i use wordpressmu 2.65, buddypress svn version more recent than RC1, italian localization)
hi Andy, i’m trying the facebook connect locally.I’ve copie the bp-fbconnect.php file and the bp-fbconnect folder in my plugins folder but after inserting the api key and updating options i receive this error:
Fatal error: Uncaught exception ‘FacebookRestClientException’ with message ‘Template bundles must include at least one one line story template.’ in C:xampphtdocswordpressmuwp-contentpluginsbp-fbconnectwp-facebookconnectfacebook-clientfacebookapi_php5_restlib.php:1857 Stack trace: #0 C:xampphtdocswordpressmuwp-contentpluginsbp-fbconnectwp-facebookconnectfacebook-clientfacebookapi_php5_restlib.php(414): FacebookRestClient->call_method(‘facebook.feed.r…’, Array) #1 C:xampphtdocswordpressmuwp-contentpluginsbp-fbconnectwp-facebookconnectfbconnect.php(567): FacebookRestClient->feed_registerTemplateBundle(NULL, NULL, NULL, NULL) #2 C:xampphtdocswordpressmuwp-contentpluginsbp-fbconnectwp-facebookconnectfbconnect.php(262): fbc_register_templates(false) #3 C:xampphtdocswordpressmuwp-includesplugin.php(311): fbc_admin_options(”) #4 C:xampphtdocswordpressmuwp-adminadmin.php(56): do_action(‘fbc_admin_optio…’, Array) #5 C:xampphtdocswordpressmuwp-adminoptions-general.php(2): require in C:xampphtdocswordpressmuwp-contentpluginsbp-fbconnectwp-facebookconnectfacebook-clientfacebookapi_php5_restlib.php on line 1857
March 10, 2009 at 2:36 pm #39681In reply to: Integrate DivShare to buddypress
gpo1
ParticipantMaybe adapting Amazon s3 or Cloud Front,so that users can store their images/video in one amazon s3 account?
FYI
https://buddypress.org/forums/topic.php?id=1533#post-7696
https://mu.wordpress.org/forums/topic.php?id=6351
This could save load balancing. What do you think?
March 10, 2009 at 12:09 pm #39674In reply to: Why is BuddyPress stripping my object or embed tags?
peterverkooijen
ParticipantApparently it’s an underdocumented peculiarity of WordPress MU.
March 10, 2009 at 11:22 am #3837peterverkooijen
ParticipantBuddyPress looks great. Congrats!
I’m trying to transfer a social networking site built around the lastest WordPress to BuddyPress, but BuddyPress strips all the <object …></object> code from my blog posts.
I have Blip.tv video in most of my posts. They all disappear when I import them into BuddyPress.
I managed to get them into BuddyPress by copy/pasting the entire MySQL table, but then when I edit a post, the video disappears again.
What is going on? Is there an overzealous setting against object tags somewhere that I can turn off?
Regular WP used to mess with objects, but recent versions leave them alone. With BuddyPress they disappear entirely. What’s different?
edit:
It’s the same problem with an embed tag like this:
<embed src=”http://blip.tv/play/videocode” type=”application/x-shockwave-flash” width=”400″ height=”225″ allowscriptaccess=”always” allowfullscreen=”true”></embed>
March 10, 2009 at 8:08 am #3836Topic: menu css problem
in forum How-to & Troubleshootingwebzworks
ParticipantHi, im having few problems here
1st > after install the buddypress , the site goes blank , then renamed the bp-groups.php to bp-groups.php1 > system works fine after that
2nd > now the site’s menu is shwoing at below and not at the top
plz advice , im using wordpress mu 2.7 and buddypress latest version
regards
Punithan
March 10, 2009 at 6:20 am #39655John James Jacoby
KeymasterCurrently there is no “Default Blog Widgets” plugin, but I’ve thought long and hard about making one.

Currently hard coding the sidebars is our only option to do this. It isn’t difficult, but it does involve some knowledge of HTML and WordPress/BuddyPress functions.
There are however tons of articles in the WordPress codex on how to do this, as well as write ups from random WordPress enthusiasts all over the web that explain very well how to do this.
The way I did it, was to copy the buddypress-home theme files into a new directory called buddypress-user. Edit the style.css file and rename the second theme to whatever you’d like. Delete home.php. Delete the sidebar code in functions.php. Go into sidebar.php and delete the widget function call. Still in sidebar.php, start editing and inserting your HTML and php functions.
March 10, 2009 at 5:16 am #39648In reply to: Group forums not working? On a DV?
John James Jacoby
KeymasterHaha I used one of my three wishes to make it work, so I’ve got two left. Burt is my genie.

First things first. You need to use WPMU 2.7, BuddyPress RC1, and bbPress 1.0alpha6. Any other combination will result in a giant stress headache on your behalf for at least a few days.
To address part 1: When you say that you haven’t gotten the forums to work flawlessly, are you speaking of integration, or alone? Obviously the first thing we need to have is a fully functioning bbPress installation before we can attempt to integrate them together.
To address part 2: That is bizarre. When you say closed, do you mean the topic is marked as closed, or that when you submit the post that it just refreshes the page immediately back to the main front page?
The BuddyPress forums are currently running the most stable version of bbPress in the 0.9 branch. The alpha’s have gone through some growing pains in the past few months, mostly due to pressure to make integration work with the rapidly changing WordPress.org updates. bbPress and BuddyPress are both going to get some major super mega awesome momentum this year however, so the next few weeks are going to be pretty fun.
March 9, 2009 at 11:58 pm #39620In reply to: Problem with translations!?
Alex
Participant‘Trunk’ means the latest development build in the SVN repository, which you can access and ‘check out’ here:
https://svn.buddypress.org/trunk
More information about using SVN here: https://codex.wordpress.org/SVN
March 9, 2009 at 10:52 pm #39600In reply to: BuddyPress For WordPress (Not MU) Coming
bryan868
ParticipantReally looking forward to this! +1
March 9, 2009 at 5:11 pm #39573In reply to: BuddyPress Showoff: Post your links
Mark
ParticipantHi Everyone
I am familiar with WordPress Mu however new to Buddypress and one of my clients wanted a ning.com type site however using ning, you do not own the system and there are many limitations.
So I dived into buddypress in the last week and on my 4th install sorted out all the requirements to get a nice smooth WP Mu + Buddpress + bbpress system integrated.
The system is still in development as the social networking aspect is only one part of this sport coaches membership site. I am still trying to get YM Membership plugin to work on it as it needs to be a paid membership site.
Here is the site: http://networkofcoaches.com/noc
I learned several important lessons:
1. If an existing wordpress install is present 1 level down such as in the root folder then WP Mu will not install until you temp disable wp-config.php and wp-blog-headers.php in that existing installation
2. When installed WP Mu in a sub folder as I have it ./noc you cannot use the sub-domain installation and must install WP Mu using the sub folder option. If your WP Mu is in the root of your domain then you can use sub domains.
3. WP Mu and Buddypress are relatively simple however integrating bbpress is a mission. I used these resources and it works now perfectly: http://umwblogs.org/wiki/index.php/Integrating_WPMu%2C_BuddyPress%2C_and_bbPress
and
https://bbpress.org/forums/topic/basic-integration-screencast
4. Now going to use bp-test to add extra top level menu options
My wishlist:
1. A themes upgrader system to modify WP themes for buddypress
2. Top level menu built in editor
3. Paid membership script integration and/or JV Manager2 (Fantasos) integration
4. Video integration especially All-In-One-Video
5. RSS and Twitter feeds
6. Easier homepage and widget editing (so far I can only add widget to the left column, even if I add one to one of the other columns, the system then adds it to the left column?
7. When a user request is received, unless you are already logged in you get a forbidden page, this should rather go to a login page and then process the friend request. My very 1st test user was very concerned over this forbidden page

Overall, I am very impressed. It is a little technical but once you have one successful install it is much easier.
I have a large free WP Mu system that I will be adding WP Premium plugins to and will market with Buddypress and bbpress installed. Keep an eye on http://besteportal.com
In fact I will have Buddypress integrated in a week and feel free to grab an account, in fact you will be helping me test the load on the system if you signup and play around as there are only 4000 blogs currently. I will be adding many additional functions to this site and it will effectively be a wordpress.com type offering however with Buddypress social networking and a few of my tricks.
A question I have is if I use the WP Premium multi db plugin which can split the WP Mu database into as many databases as you want to vastly improve efficiency and performance, then how will Buddpress+bbpress respond as it shares the same database. Perhaps I should have used a seperate database for bbpress?
Keep up the great work BuddPress!
Best Regards
Mark
March 9, 2009 at 2:49 pm #39558In reply to: Multiple user types – possible?
John James Jacoby
Keymasterdw, anything is certainly possible!

Right now, there is no built in “rank” structure, but it wouldn’t be too hard to build one. As it stands right now, the permissions plugin for BuddyPress is going to get a brief make over to accommodate some changes to WordPress MU. Once we have a look at how that is going to work, the best way to make user ranks without worrying about backwards compatibility will probably be fairly obvious.
March 9, 2009 at 1:31 pm #39554In reply to: OVERRIDE BLOG PRIVACY SETTINGS FOR BUDDY PRESS
kennibc
ParticipantI had to make the whole site private using this plugin:
http://premium.wpmudev.org/project/sitewide-privacy-options-for-wordpress-mu
There is a free version of this plugin, but we wanted to be able to override the settings by site admin only.
You cannot access any page on the site without logging in first. This works for us since we don’t want outside access to students. On rare occasions where the teacher wants the students to blog publicly, I can override the setting for the specific blogs.
March 9, 2009 at 12:26 pm #3821Topic: Problem with translations!?
in forum How-to & Troubleshootingrusted
MemberHi!
I have a problem with my translations files:
I want to translate my wordpress-mu admin and public ( buddypress-home & members ) theme. I have upload both of those .mo files into right directories and configured core.php and config.php files.
But here’s the problem: When i select “blog language: Finnish” admin translates to finnish but buddypress theme stays in english. If i select “English” Admin goes to english and buddypress theme goes to Finnish? “Default Language” makes no different what so ever…
WHAT AM I MISSING? anybody?
Is this even possible?
March 9, 2009 at 10:02 am #39543In reply to: Playing around with a Game Directory
gpo1
Participant@Fishbow181, I like your idea,but please can you adapt Amazon s3 or Cloud Front,so that users can store their images/video in one amazon s3 account?
FYI
https://buddypress.org/forums/topic.php?id=1533#post-7696
https://mu.wordpress.org/forums/topic.php?id=6351
Any help is welcomed.
March 9, 2009 at 7:22 am #39534In reply to: register Page
Happypaint
Participant・Have not yet resolved.
・WordPress MU Version 2.7 because of the?
・Can not send a message to a friend.
・Continue to try to understand why
March 9, 2009 at 5:29 am #3816Topic: BP-FBConnect Plugin
in group forum Third Party PluginsAndy Peatling
KeymasterNow updated for BuddyPress 1.0
March 9, 2009 at 4:35 am #39516In reply to: I GIVE UP.. wp-recaptcha WT%^&
John James Jacoby
Keymasterwp-recapcha won’t have any idea how to hook into the BuddyPress registration page, you’ll have to tell it how.
I haven’t used this plugin myself, but I’m sure that it only hooks into a normal WordPress registration page, and not the new BuddyPress one.
March 9, 2009 at 4:13 am #39514In reply to: Forum Integration: HELPING HINTS
Matt Kern
ParticipantWell, I hate to resort to a hack, but I did get integration going.
simply defining BB_HASH as an emtpy string.
I did notice them my cookie names did not seem to follow the naming convention that the Reverend was mentioning on his site.
Anyway, now I can move on to the fun stuff….
March 9, 2009 at 3:26 am #39510In reply to: Multi-language edition
21green
ParticipantI think this is an essential request! Instead of adding tons of new features the focus should be on the basic features again; to build a tool that connects people and allows communitation! Everyone who wants to use Buddypress for an international purpose needs multi-language support for the frontend. It would be great to have language filters for the contents like on wordpress.com or facebook.com. If the user prefers swedish instead of english for instance he should only get blog posts/groups and forums in his choosen language. This is definitely one point that should be considered in future development.
Whats your thoughts about this?
March 8, 2009 at 8:15 am #39464In reply to: have problem with SEND TO box
Riolec
ParticipantThank you johnjamesjacoby,
have try both way … the message still shown .. both this time is shorter than before:
WordPress database error Unknown column ‘Array’ in ‘where clause’ for query SELECT count(id) FROM wp_bp_friends WHERE (friend_user_id IN (Array) AND initiator_user_id = 1) OR (initiator_user_id IN (Array) AND friend_user_id = 1) made by friend_search_friends, BP_friends_friendship->search_friends
is their any other way to solve this problem?
-
AuthorSearch Results
Heather at Automattic has announced the release of P2: The New Prologue, a WordPress.com theme that, building upon last year’s release of the Prologue theme, presents the user’s blog in a form similar to Twitter, but without Twitter limits such as 240 characters.
My initial impression is that this heavily ajaxified format would encourage the blog owner to post more frequently and also encourage visitors to leave more comments. This would be a good default theme to apply to users’ blogs when they first sign up because it would get them going and would add to the overall stream of activity through the BuddyPress site.
Heather says that a self-hosted WordPress version will appear in the Themes Directory over the coming week.
Does anyone else agree that this theme would be a good match for BuddyPress and should, perhaps, be considered as the default theme for users’ blogs?
Heather’s announcement: