Search Results for 'profile fields/'
-
AuthorSearch Results
-
May 9, 2011 at 8:06 pm #111935
In reply to: Conditional Profile Fields
r-a-y
KeymasterApril 18, 2011 at 2:54 pm #110507aces
ParticipantSeems there may have been a country list in version 1.0 : https://svn.buddypress.org/branches/1.0/bp-xprofile/prebuilt-fields/
March 29, 2011 at 1:09 am #108999In reply to: Adding multiple profiles per member
nanchante
ParticipantMarch 18, 2011 at 7:21 pm #108182In reply to: Custom fields for BP groups?
Youraj Pawar
ParticipantI strongly feel using this documentation you can achieve what you want.
https://codex.buddypress.org/developer-docs/group-extension-api/And this should help you with manipulating navigation items in group , renaming them or removing them. (At midway of page)
http://themekraft.com/2011/02/customize-profile-and-group-menus-in-buddypress/And this for custom fields (Not sure how much this will help for groups)
http://wparena.com/how-to/the-power-of-wordpress-custom-fields/bye
November 23, 2010 at 2:27 pm #98991In reply to: Validating a url from xprofile field
sannymedia
ParticipantAfter searching Google for hours I found your post, and was happy at least someone had the same issue.
Have you found a solution?
–> I found the same file and I have exactly the same issue –> and even though I added a text on my registration page right after that profile field to please add the http:// , many users still just type in www
–> hence their website link becomes a mixture of my mainblog and their address and their link doesn’t work, due to the this part I guess
in the “else” where the Members Slug is added. (I was thinking of just removing it, but I’m not sure)I am not a developer and on my journey I found a solution in order to get rid of all profile links which didn’t make sense either but the issue with the website still remains. Maybe you found a solution and you can share it? I’d be really thankful.
Here is what I found in order to get rid of the profile links, thanks to Jeff Sayre:
1) add a file named bp-custom.php just to your plugins folder
2 ) with the content that I can’t insert here unfortunately but from the first post of Jeff Sayre on this link:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-get-rid-of-autolinking-on-profile-fields/?topic_page=2&num=15That did it for me!
Bye
SannyAugust 22, 2010 at 6:12 pm #89977In reply to: Allow Users to add fields
Roger Coathup
ParticipantAugust 9, 2010 at 8:57 pm #88580In reply to: User Pages?
nickmy
Participantyeah but maybe you want to have somethink like nickpage
….
and it would be cool if you could show fields/categories in a new tab on profile homepage
August 3, 2010 at 6:03 pm #87887In reply to: bettercodes.org
gottowik
Participant@Anton Some of the first bp releases came with an option to insert all countries in wp-admin by direct sql insertion. Someday it was removed because it was not implemented well…. I am not sure who thought it would be better to type in all these countries manually…
If you really need all of these countries, just write a short sql script and take this data: http://pokerexistence.com/wp-content/plugins/buddypress/bp-xprofile/prebuilt-fields/?DD
April 4, 2010 at 7:46 am #71667In reply to: Importing data from Excel, CSV sheet
Paul Wong-Gibbs
KeymasterA quick google reveals several bulk-import scripts and plugins for WordPress/MU. Have a look at http://www.dagondesign.com/articles/import-users-plugin-for-wordpress/.
Regarding bulk import of xprofile data: Manjor Kumar had done some BuddyPress-specific import plugins for a very early version, but I can’t vouch for if they still work:
https://wordpress.org/extend/plugins/bulk-import-members-users/
and
https://wordpress.org/extend/plugins/user-import-for-buddypress-all-fields/
October 25, 2009 at 4:09 am #55130In reply to: Minimal, less "social" BuddyPress?
jazgold
Participantjust buy a bag of buns
there are quite a few wordpress plugins for extending user profiles…
i once used cimy extra user fields for a project, and it worked fine for my purposes. it looks like there are a bunch of options nowadays.
July 25, 2009 at 4:43 am #50006r-a-y
KeymasterHey Chris,
I’m assuming you’re using one of the prebuilt fields called “State”.
I didn’t look too closely at the classes or template tags, but check out /buddypress/bp-xprofile/bp-xprofile-classes.php.
There’s a function called “get_prebuilt_field_data()” that might help you out there.
You’d have to pass the CSV file to that function, but that might help…
Another way to output the “State” data would be to parse the actual CSV itself that is used for the data. The CSV can be found in buddypress/bp-xprofile/prebuilt-fields/states.csv.
Hope that helps somewhat!
February 15, 2009 at 4:52 am #37946In reply to: Announcing BuddyPress Group Forums for bbPress
John James Jacoby
Keymaster@mikepratt, Burt nailed it on the head, but I’d like to add that I think many people are still stuck in the forum world, and haven’t peeked their heads out to see that social networking has evolved in the past 5 years or so. I know on lots of car or video game forums, it’s basically just a free for all chat fest, and trying to convert those minds into using BuddyPress or WordPress alone is too big of a change; I’ve tried it twice now with little success. Having a dedicated familiar looking forum but using BuddyPress to emphasize the social atmosphere helps those stubborn users transition a little easier and allow them to fallback on the features of a dedicated forum in the event it doesn’t work out.
@burt, I noticed on your Common Interest site that you have the forums separated between public and group. I would like to do something similar, and am curious as to how you did so. Also, is there an easy way to tap into the profile fields/user information from BuddyPress and display it as post author information in bbPress?
-
AuthorSearch Results