Search Results for 'buddypress'
-
AuthorSearch Results
-
May 13, 2010 at 6:38 am #77937
In reply to: Alternative to Facebook
Jack Reichert
ParticipantI was thinking about how to tackle that problem. What I envisioned would be that each member would have a “virtual calling card”. When they connect with someone in the decentralized network the person they connect with would store this (and only this) card in their database.
Essentially what would be included would be their basic, public information, including an rss of their news-stream. The effect would be as if you went to your facebook page. Just as in FB when you click on an album you go to that page, this would work the same way.
No one authority would need to manage this system.
To solve to WP/BP issues above I think that it would be really effective to leverage the is_user_logged_in() and current_user_can(‘administrator’) functions:
If a user is not logged in, it shows a regular theme, like any other blog.
If user is logged in it show the BP interface.
If user is admin it shows the BP dashboard.
This would effectively separate between wordpress and buddypress dashboards, as well as offer a person the ability to have a one-stop shop for their social and professional needs.For the DB issues, bbpress requires it’s own table but shares the user table with wordpress, would this be an option?
May 13, 2010 at 6:29 am #77936In reply to: I would like to disable Email activation
techguy
Participant@Hollosch I turned Andy’s code and my little addition to disable the email at activation into a plugin. I’ve posted it to my blog for now: http://www.crashutah.com/blog/juanchito/2010/05/12/buddypress-disable-email-activation-my-first-buddypress-plugin/ I’m still waiting for the SVN access to be able to add it to the WP plugin repository.
Also, right now the plugin only works for standard WP. I’m still working on disabling the activation email for WPMU, but have to figure out why it’s sending the email still.
May 13, 2010 at 6:28 am #77935In reply to: BP- Album +
Paul Wong-Gibbs
KeymasterClosing thread as per @paulhastings0 comment.
May 13, 2010 at 6:26 am #77934In reply to: Editing BuddyPress-generated URLs for improved SEO
Paul Wong-Gibbs
KeymasterBuddyPress needs groups and forum in the URL so as to understand the URL properly. You can’t remove them, but you could rename them.
May 13, 2010 at 6:12 am #77933In reply to: some members’ profile data display incorrectly!
fox3man
Memberr-a-y maybe you are right. I created some dummy accounts and input all the fields in profile page. Then I log out and check every account, they are showing correctly. Is it any encoding issue you think? Although I am sure wordpress mu and buddypress are utf-8 standard.
May 13, 2010 at 4:50 am #77928In reply to: FB and buddypress
r-a-y
KeymasterTry this FB plugin:
http://www.justin-klein.com/projects/wp-fb-autoconnectRead the plugin’s instructions!
May 13, 2010 at 4:47 am #77926In reply to: My BB forum font error. Help me.
r-a-y
KeymasterIt’s a known bug:
https://trac.buddypress.org/ticket/1445Keep watching that ticket for further details.
May 13, 2010 at 3:58 am #77923In reply to: Group Blog Error
study
ParticipantI am getting the same error msg, but it is returned when trying to upload any kind of avatar:
Catchable fatal error: Object of class WP_Error could not be converted to string in /path/to/wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 281
Line 281 is:
$bp->avatar_admin->image->url = str_replace( WP_CONTENT_DIR, BP_AVATAR_URL, $bp->avatar_admin->image->dir );
I had previously had trouble with avatar uploads and found the advice on changing the small code segment “if ( !$path = get_option( …”
That worked sort of — couldn’t get avatars to align without forcing some things into the various loop php files — but now I can’t get any files uploaded.
The change is that I installed the newest beta of WP 3.0 so I don’t know if this new “catchable error” report is of any assistance at all.
I had found some similar references, not specifically to BP and avatars, but people having problems uploading files into posts and I recall some references made to ms-sites.php.
I have only one site, the base site, build is configured to use folders not subdomains, and I am seeing lots of problems with pathing to the elusive uploads directory.
I do know that I was not getting a BP-related error until I upgraded my install from MU 2.92 to Beta 3.0.
May 13, 2010 at 3:41 am #77918@mercime
Participant@scwcreative Set permalinks to other than default and save
May 13, 2010 at 3:33 am #77917skipper chong warson
ParticipantThat’s my web host, they pointed at the WordPress as the culprit.
The WordPress install was done manually. New database, etc.
@mercime, set permalinks to what?
May 13, 2010 at 2:59 am #77913paulhastings0
ParticipantAnd what did support@apollohosting-inc.com say when you contacted them?
May 13, 2010 at 2:52 am #77911In reply to: BP- Album +
paulhastings0
ParticipantActually, you’ll want to ask that in the plugin’s forum here: https://buddypress.org/community/groups/bp-album/forum/
May 13, 2010 at 2:15 am #77910@mercime
ParticipantThis could have been caused if you installed WP/MU via simplescripts, fantastico, etc. Delete previous installation including htaccess file generated and wp-config (if MU) and drop database tables.
Do manual upload of WP or MU via FTP or cpanel and install.
Go to dashboard > Settings > Permalinks and run it.
Do FTP/cpanel upload of BuddyPress plugin.
Activate BP plugin and go to BP settings page to enable components.May 13, 2010 at 1:51 am #77908techguy
Participant@twodeuces I’m not sure that the change of menu will matter with WP 3.0. The various menus are still the same from what I’ve seen.
May 13, 2010 at 1:40 am #77906In reply to: Simple LDAP Login Buddypress users
Rodrigo Peres
ParticipantHi Jeff, I’ve already did this.
The autentication process goes fine, but the the wp_bp_xprofile_data table is never updated, so the users activity replies doesn’t show up neither the edit profile page.
The user is created in the wp tables, but not inserted into bp tables.May 13, 2010 at 12:38 am #77901skipper chong warson
ParticipantNo, I didn’t. I am currently without Buddypress on my WordPress install.
I ended up killing the mu installation and putting back WordPress standard, though that doesn’t seem to fare any better for Buddypress.
I’m bit at a loss, I’d like to use Buddypress but without it activating properly I don’t know what to do.
May 13, 2010 at 12:05 am #77900In reply to: I would like to disable Email activation
techguy
ParticipantThanks to Sarah Gooding, I found this plugin which mostly works with WPMU 2.9.2 and BP 1.2.3: http://www.thinkinginwordpress.com/2009/10/autoactivate-users-and-blogs-at-buddypress-signup/ Only problem is that it still sends the activation email despite the email already being active.
My hope is to incorporate the code from Andy so that it will work with both WPMU and WP and then make it so neither one sends the activation email.
If anyone has ideas why it’s sending the activation email in WPMU, I’d appreciate any help. Seems like it might be a priority issue, but I haven’t yet figured that out.
May 12, 2010 at 11:51 pm #77899Erlend
Participant“Automattic needs to go back to the basic building blocks – users, posts, comments – and make sure they are solid, remove redundancies etc. And then develop different ways to connect those elements and display the data in different user interfaces; blog, social network, forum, microblogging, social bookmarking, etc“.
Just to be clear, on this account I agree wholeheartedly. Forum functionality is one thing, but a separate script all together to make a forum when you’ve already got WordPress and BuddyPress put together with their respective building blocks at your disposal, that seems like a flawed development practice to me.With WordPress, 3.0 and its custom post types in particular, we’ve got all we need already. This is what I tried to get across on my ‘rethinking posts’ thread.
https://buddypress.org/community/groups/miscellaneous/forum/topic/re-thinking-posts/May 12, 2010 at 10:45 pm #77898r-a-y
KeymasterI haven’t checked the source fully, but it looks like the Group Documents plugin only checks files by extension and not something like the mime-type. So there is a chance that someone could do something “dodgy”; though if you have a decent user base, you won’t have to worry about it.
@PeterAnselmo – ping!
May 12, 2010 at 10:43 pm #77897In reply to: new version of BuddyPress Rate Forum Posts
bplove
ParticipantIntegrate with Cubepoints then you’re singin
May 12, 2010 at 9:42 pm #77890In reply to: buddypress-skeleton-component – saving to database?
Jeff Sayre
ParticipantDo you have any errors in the log files?
I assume that you are passing data into your function of the proper type. If so, then the next issue is to determine if the save method is receiving the data and if it’s provided in the way in which it expects. The example save method in the Skeleton Component is coded to accept all integer data and no string data. This is why I asked if you are passing the proper data type to the method for each field.
Your log files and some custom debugging strings should help figure this out pretty easily.
May 12, 2010 at 9:32 pm #77887r-a-y
Keymaster@twodeuces – Nice job! It’s always nice though to attribute the original work. Also, it should be quite easy to add your admin menu to the existing BP admin menu without waiting for the 3.0 merge.
May 12, 2010 at 9:21 pm #77885brianglanz
Participant@twodeuces the instructions have a typo: … if (function_exist( …should be … if (function_exists( … else (as you would know but for anyone searching for this … ) following instructions results in Fatal error: Call to undefined function function_exist() …
Thanks for sharing! BG
May 12, 2010 at 9:18 pm #77882peterverkooijen
Participant@3sixty (“The irony of “BuddyPress shouldn’t be about forums”, and “if you want a forum, don’t use BP” and “bbPress is a parasite in BP…” is that the FORUM is the center point of activity here on buddypress.org”)
There’s nothing ironic about that. Traditional forums are very useful, but if you want a traditional forum you can install PunBB or bbPress. The point is that bolting a forum onto a social network derails the social networking structure. Mixing forum and social networking is the cause of a lot of the confusion and interface problems that this thread is about.
Social networking sites (Facebook, LinkedIn, etc.) imho evolved from traditional forums; they are a next generation paradigm in how to structure a web community, with more emphasis on individual members, less on forum topics. That’s also why I keep complaining about anonymous usernames and the underdeveloped member management in BP.
It has been depressing to see in recent months that people who primarily want a traditional forum are taking over Buddypress, pushing it back into the older forms. Mixing these different approaches to structuring a community does not make it a more versatile product. It’s the kitchen sink. It’s becomes an unwieldy mess.
As explained earlier in this thread, you can get forum-like functionality following existing Buddypress/Wordpress structures. You can display blog posts and comments in a forum structure. You could probably do it in a template. There is absolutely no need to bolt on an external forum, adding new database tables and functionality that partly overlaps/clashes with existing functionality.
Automattic needs to go back to the basic building blocks – users, posts, comments – and make sure they are solid, remove redundancies etc. And then develop different ways to connect those elements and display the data in different user interfaces; blog, social network, forum, microblogging, social bookmarking, etc.
May 12, 2010 at 9:16 pm #77880In reply to: new version of BuddyPress Rate Forum Posts
rossagrant
Participant@Dwenaus Great stuff, I’ll check it out! Let me know if you integrate custom rankings, that would be sweet!
Regards
Ross
-
AuthorSearch Results