Search Results for 'buddypress'
-
AuthorSearch Results
-
March 25, 2009 at 6:26 pm #40923
In reply to: New Plugin Idea: MySQL Report
fishbowl81
Participant1. congrats on the members
2. I don’t believe it has been done yet.
Depending on your mysql abilities, you may find it easier to just write a quick and dirty php file with a mysql connect to show members. The overhead that wordpress and buddypress would add to this process wouldn’t be worth the minimal gains of the buddypress functions.
But if you don’t know much mysql, then you may be forced to do it inside of an admin plugin.
Here are a few quick and dirty sql lines to get you started:
find all users:
SELECT user_nicename FROM wp_users;
find all users, and show full name (from profile fields)
SELECT users.user_nicename , profile.value FROM wp_users users, wp_bp_xprofile_data profile WHERE users.ID = profile.user_id AND profile.field_id =1
March 25, 2009 at 3:55 pm #40915In reply to: All blogs under same theme, easier access
Trent Adams
ParticipantYou mean the same theme as the main install? The buddypress-home theme? It is possible by using one of the plugins out there to make a theme default (premium.wpmudev.org) or by just renaming the buddypress-home theme to “default” so that wpmu picks it up. Not sure if anything is hardcoded in the buddypress-home or member themes that would screw up, but might be worth testing out.
Trent
March 25, 2009 at 3:24 pm #40907In reply to: Topic escape characters
westpointer
ParticipantBurt – Mike’s talking about the apostrophe issue with the extra slash before it.
It appears in the topic you just closed (in the title) – https://buddypress.org/forums/topic.php?id=1838
March 25, 2009 at 3:19 pm #40904In reply to: Large (character count) forum posts fail to show
westpointer
ParticipantThe text is posted on the buddypress interface for a topic. The number of replies isn’t important, it’s the amount of characters contained in all replies. From my testing, the limit seems to be around 80,000 characters (with spacing). That sounds like a lot but really isn’t in an active topic.
For example, here’s a link to the problem – http://brentandmary.net/groups/usma-87/forum/topic/9
Here’s that same “topic” via the bbpress backend – http://brentandmary.net/forums/topic.php?id=9
To reproduce
- Have a buddypress install with bbpress integrated
- From buddypress, go into a group
- Create a new group topic
- Copy 80,000 or so characters into the topic
You’ll eventually get to a point where buddypress returns a message “There are no posts for this topic.”
Yesterday, I looked at that post about “LSMaxSearchCount” but I don’t see anywhere that’s configured nor where to configure it. Seems like a likely culprit.
March 25, 2009 at 2:17 pm #40889Burt Adsit
ParticipantTry the bp job board Kathleen. https://buddypress.org/groups/buddypress-job-board Gotta close this topic.
March 25, 2009 at 1:21 pm #40880In reply to: Group Administration
nicolagreco
ParticipantYou can use the new function bp_core_remove_subnav item
and create the new subnav
bp_core_add_subnav_item( $bp->groups->slug, 'create', __('Create a Group', 'buddypress'), $groups_link, 'groups_screen_create_group', false, is_site_admin() );March 25, 2009 at 12:54 pm #40877In reply to: Importing data from existing database to buddypress
thebigk
ParticipantI’m using Buddypress [of course which works through WPMU]. I could not replicate the error. But I’ll try uninstalling and installingthe plugin. I did it on XAMPP.
March 25, 2009 at 12:53 pm #40876In reply to: API for adding user and relation?
talk2manoj
ParticipantYou can find documentation at https://codex.buddypress.org/
For photo album you can use http://bp-dev.org/plugins/bpdev-flickr/ plugin
March 25, 2009 at 12:10 pm #40870In reply to: BuddyPress Showoff: Post your links
keston
ParticipantNice work Deep and Artsafact.I’m working on this one: http://lesitedelasneaker.com/bp/users/ this is a community website around the sneakers culture.
March 25, 2009 at 9:26 am #40864In reply to: Importing data from existing database to buddypress
talk2manoj
ParticipantAre you using BuddyPress or Just WPMU?
Please let me know the error while activating the plugin.
March 25, 2009 at 6:53 am #40863In reply to: Importing data from existing database to buddypress
thebigk
ParticipantHello Manoj!
Thank you for your response. I installed your plugin and it worked (there was an error on activation; but it let me do the job).
I delved more into the non-wpmu database I have (created few years ago) that stores passwords as simple text! So I can view everyone’s password. This is troublesome!
My challenges are as follows –
1. Import the old data & other fields to corresponding WPMU database fields
2. Convert their passwords to encrypted passwords.
3. Send activation mail to all the users [handled by your plugin]
How can I go about 1 & 2 above?
March 25, 2009 at 5:51 am #40862In reply to: Importing data from existing database to buddypress
talk2manoj
ParticipantNo, It will import all data from the given box in [|] delimit format. So you can format your data as per given example and import.
Also currently it doesn’t have any functionality to import the password.
Are you using any data encryption for password?
March 24, 2009 at 11:54 pm #40856In reply to: Latest Members pages getting 404
Tyna
ParticipantHey Maxaud, Off topic but nice job on becoming a Showcase Site at wordpress.org!
I just gave you five stars. Go BuddyPress!
March 24, 2009 at 10:27 pm #40854In reply to: [Resolved] Xprofile question….
Andy Peatling
KeymasterUse the name of the field:
echo 'Welcome' .xprofile_get_field_data( 'Full Name', bp_loggedin_user_id() ) .', access your account below.' ;March 24, 2009 at 10:27 pm #40853In reply to: FaceBuddy free theme for BuddyPress
felix2009
ParticipantbbPress theme is still missing
March 24, 2009 at 10:21 pm #40852In reply to: FaceBuddy free theme for BuddyPress
bbrian017
Participantlooks good but I don’t like that I have to register to download it!
We might want to think about making template and theme developers supply download links to post inside the forums!
March 24, 2009 at 9:38 pm #40833In reply to: Buddypress new theme
felix2009
ParticipantWhy isnt it downloadable yet !?
And how about the bbPress theme ?!
They develop a ‘thing’ but it still is if you are walking in a supermarket, and evrything is behind glass :S
March 24, 2009 at 8:39 pm #40826In reply to: Buddypress new theme
nicolagreco
Participantehm.. it’s not downloadable yet..
March 24, 2009 at 8:00 pm #40824In reply to: Buddypress new theme
felix2009
ParticipantWhere can we download this bbPress theme ?
March 24, 2009 at 7:23 pm #40821In reply to: Purely Genius Way to Add Custom Profile Fields
keston
ParticipantI’ll try to set a little plugin or something later, but for the moment you can follow this method, it’s the Fishbowl81’s code adapted for ebay editor kit:
Edit your bp-xprofile-filters.php by placing the following code after the custom buddypress filters:
/* Display ebay listings field */
function bp_profile_ebay_display( $field_value
"", $field_type = "", $field_id = "" ) {{ // clean up input
return "<script language='JavaScript' src='http://lapi.ebay.com/ws/eBayISAPI.dll?EKServer&ai=lwa%7Bfwvw%7Esa%7Cwsyw%60&bdrcolor=CCCCCC&cid=0&eksize=1&encode=UTF-8&endcolor=FF0000&endtime=n&fbgcolor=FFFFFF&fntcolor=000000&fs=0&hdrcolor=FFFFFF&hdrimage=1&hdrsrch=n&img=y&lnkcolor=75179C&logo=3&num=5&numbid=n&paypal=n&popup=n&prvd=9&r0=4&shipcost=n&si=".addslashes($field_value)."&sid=BP&siteid=0&sort=MetaEndSort&sortby=endtime&sortdir=asc&srchdesc=n&tbgcolor=FFFFFF&tlecolor=FFFFFF&tlefs=0&tlfcolor=000000&toolid=10004&track=5336248810&watchcat=63850&width=350'></script>";
}
}
function bp_profile_ebay_groups( $group_name
"") {if($group_name == "My Ebay listings"){
remove_filter( 'bp_the_profile_field_value', 'xprofile_filter_link_profile_data', 2);
add_filter( 'bp_the_profile_field_value', 'bp_profile_ebay_display', 2, 3);
}else{
add_filter( 'bp_the_profile_field_value', 'xprofile_filter_link_profile_data', 2, 3);
remove_filter( 'bp_the_profile_field_value', 'bp_profile_ebay_display', 2);
}
return $group_name;
}
add_filter( 'bp_the_profile_group_name', 'bp_profile_ebay_groups', 10, 1 );
Also it depend of your css code but it can be useful to put this in your member theme’s stylesheet (base or your custom stylesheet).
td.data table td{
margin:0px;padding:0px;
Then create a profile field group named “My Ebay listings” and a profile field like ebay username and you’re done!
March 24, 2009 at 7:16 pm #40820In reply to: Importing data from existing database to buddypress
thebigk
ParticipantOne more question; how do I import their passwords without exposing them?
March 24, 2009 at 4:42 pm #40807In reply to: BPDEV Plugins have now localization support
danbpfr
ParticipantA french traduction is avaible on buddypress-fr.net
March 24, 2009 at 4:10 pm #40801In reply to: Improving Performance
Marco72
ParticipantGreat tips Andy, even though I’m currently developing my beta buddypress site on a free web space, cuz the provider where I’m gonna publish it don’t allow betas for security issues, these are great tips for my planned VPS. Lot of time saved!
March 24, 2009 at 3:09 pm #40799Kelly L Lockwood
ParticipantBeing a nub at anything PHP, is there an example of this somewhere?
Kel
March 24, 2009 at 1:31 pm #40790In reply to: BP and a classified ads script with the same login?
enlightenmental1
ParticipantI’m doing the same thing… sort of
planning to use Noah’s Classifieds (opensource php)
and integrate with WPMU + buddypress
logged in user can then view/post ads
-
AuthorSearch Results