Search Results for 'profile fields'
-
AuthorSearch Results
-
@mercime
Participanthttps://codex.buddypress.org/getting-started/configure-buddypress-components/#users-profile-fields
Any field you add on the first group (as seen above) will show up in registration page. If you “Add a New Profile Field Group”, any field you add in this new group will not be shown in registration but in member’s profile page after logging in.September 29, 2012 at 12:42 am #142648mouffles
ParticipantThanks for the answers,
It would be better with profile fields (users are used to this kind of display for multiple games), but i’ll take a look into other solutions as you told Shane, and i’ll first look at files you mentionned.
I think that later i’ll look after plugin development (skeleton plugin is a very good way to understand basics), because highscores friends notifications + profile tab with games scores is an elegant and efficient way to socialise games activities (facebook proove it well…).Indeed social + games website can suit well with bp and even better with plugins, Because plugins are often simpler than the bp core functions (like profiles are), it’s quite easy to plug them with other things.
As an example the drawing game connection with bp_album was very easy to develop, cause it was just some very basic php/mysql queries, i use just 2 or 3 queries to achieve this…
I also connect Cubepoints to one my game, the points can be converted in gold coins, by this way i can get more gamers social investisment in community.Ok i’ll give news if i meet problems.
September 28, 2012 at 5:05 pm #142627In reply to: Buddypress 1.6 multisite help?
learning22
ParticipantI am just learning MultiSite WordPress myself. So far I’ve learned that if I want to edit Templates or Plugins pages for another site, I first have to activate the Theme I want to make changes to as my first level site, the Admin Site, or Edit the Plugin via the Admin site. Then, I go under the Main/Admin Site and edit the Templates or Plugin. After I have everything looking good, then I activate the Theme or Plugin for the actual site where I want to use the Template or Plugin. One must use this method (based on my learning) if one wants to use an external Editor, such as Dreamweaver.
I did notice that the access to the Activity, Sites, Forums, et al only show up in WordPress’s Tool Bar (the dark gray bar at the top of the page) under my Profile Link on the far right, when I am Logged In. I think this part is not clear in the directions, imo. After the initial install of BuddyPress MultiSite, I was able to see a couple of the BuddyPress pages links in the Main Menu of my top Site only after I am logged in.
Since I know I want to edit my Theme for one of the Sites, I have not enabled the separate tables for the additional site. I am going to edit the Theme first and then enable the other sites using the method described at this page: https://codex.buddypress.org/developer-docs/using-multisite-with-buddypress/segregated-x-profile-fields-for-multisite/ .
September 28, 2012 at 2:49 pm #142613In reply to: Friendships are missing in Requests and Invites
Paul Wong-Gibbs
KeymasterIs the server running on object or page caching? If you aren’t sure, are you running W3 Total Cache or any other caching plugins and what the settings are?
I am assuming that error in your post is recent. It’s saying that a database table mydb_ivdb4wp.pd doesn’t exist. “mydb_ivdb4wp” is your database name. Where you have the part “LEFT JOIN pd”, it should look like this:
“LEFT JOIN {$bp->profile->table_name_data} pd” (the middle part is replace by the name of an xprofile database table).
Now to figure out why. If you look in your database, do you have these tables? wp_bp_xprofile_data, wp_bp_xprofile_fields, wp_bp_xprofile_groups, wp_bp_xprofile_meta ?
September 28, 2012 at 2:34 pm #142610Paul Wong-Gibbs
KeymasterYou’re very welcome!
Your problem sounds interesting. You could either build your own query / cache / template functions and display it in the bottom of the profile table, or sync that external content into BP’s profile fields database tables.
September 27, 2012 at 6:24 pm #142558In reply to: [SOLVED] BuddyPress Profile Information
brandonecarr
ParticipantSeptember 27, 2012 at 5:11 pm #142553In reply to: [SOLVED] BuddyPress Profile Information
brandonecarr
Participant@shanebp Thanks so much for your response! I’ve included the source code from my profile-loop.php page. I appreciate your help!
`
<div class="bp-widget “>
<tr>
`
September 27, 2012 at 4:28 pm #142550Robert77
ParticipantLooks like we are still waiting on this issue, there is another post here that I started:
Obviously this is a repeatable bug in buddypress..
September 27, 2012 at 1:31 am #142508Robert77
ParticipantI have been waiting over a month on this as well as my other post.. I am using wordpress 1.6.1, I was fine with version 1.5.7.. I checked all plugins and it is not my theme.. it has to be a buddypress issue. When using the extended profile with emoticons on not only do emoticon’s like this
don’t work but other extended profile fields turn regular text into HTML links for no apparent reason at all.. this is very frustrating as I am about to launch a website and can not have this happening.. someone please help..September 26, 2012 at 6:39 pm #142498modemlooper
ModeratorI wouldn’t mess with a plugins code but work around it. You could write a function to redirect user to profile edit page if certain fields are not entered in the profile edit form.
September 26, 2012 at 5:36 am #142478In reply to: Are member profiles searchable?
modemlooper
ModeratorThe default BuddyPress search searches profiles based on profile fields
September 25, 2012 at 6:58 pm #142456sandeepandugula
ParticipantHi All,
I used WP-FB-Autoconnect plugin. It works well if any existing user logs in using FB credentials. But, it is not stopping unregistered users from logging in. Ideally, it should direct the unregistered users to the registration page for them to fill some profile fields. Is there any way I could stop unregistered users from logging in using WP-FB-Autoconnect plugin? and also to redirect the unregistered users to the registration page.? Please help.
Also, is there any better free plugin that handles registration and login effectively? I am looking for FB login/register functionality something similar to the one in Pinterest..
September 25, 2012 at 5:46 pm #142450In reply to: [Resolved] Profile problem – Group forums problem
@mercime
Participant@ashraf something’s getting lost in translation. Are you asking how to add profile fields (https://codex.buddypress.org/getting-started/configure-buddypress-components/#users-profile-fields) and/or asking for a demo site which allows you to add profile fields (none public that I know of) ?
September 25, 2012 at 3:37 am #142383In reply to: Get User Field Function
John
MemberEasy solution I didn’t really understand at first.. but not it’s quite obvious.
I created a profile field check-box (“Publish”) to let users control their visibility within the directory.
After the while loop I inserted the code:`
`Then, following
`<a href="”>`
I added my profile fields, one by one:
`Experience Type: `Refinements I’d like.
Access to Group Fields in bulk, or at least being able to distinguish between group A, field 1 and group B, field 1 if field 1 is named the same within each group. i.e. Family Group, Name, Friend Group, Name.. etc.In the mean time, with some appropriate styling, this should give me a good looking member profile page, allowing members to elect to participate in the directory.
September 23, 2012 at 3:04 pm #142315In reply to: Activity Stream and custom User Profiles
Roger Coathup
ParticipantYes, you can do this, but you need to write PHP code.
Have a look at some of the actions that are invoked when profile fields are saved, and hook on to those. It’s a little complicated because you aren’t told which fields have changed (just field groups), so you’ll probably also have to maintain previous value and compare to latest.
September 23, 2012 at 3:07 am #142294In reply to: New to BuddyPress
clamoreaux
ParticipantOne more question — how do I add profile fields that can only be seen by the user that is setting it up? For example, I want the Name field hidden and the user known on the site by their username only. Right now it is showing as seen by Anyone. I can’t have that on the type of site I am building.
And can fields be searched on?
September 22, 2012 at 7:24 am #142267In reply to: Interactive Profile Fields During Registration
infocoolsms
ParticipantI think here is a good solution,
https://wordpress.org/extend/plugins/buddypress-user-account-type-lite/September 21, 2012 at 9:00 pm #142250In reply to: Get User Field Function
John
MemberI’m looking at something under the
“
like
`<?php
$var=bp_member_profile_data(‘field=Field’);
if $var==”string” { ?>`
followed by the member loop code with added fields.– Put into Practice –
When I put this into practice using a radio field called Publish with Yes & No options`<?php
$publish_var = bp_member_profile_data( ‘field=Publish’ );
if ($publish_var == “Yes”) { ?>`my directory displays a two yes’ (the correct number of yes’ in the DB) and ends.
When I edit the code for the opposite
`<?php
$publish_var = bp_member_profile_data( ‘field=Publish’ );
if ($publish_var != “Yes”) { ?>`
The output is the normal member directory with the field “Publish” displayed atop each member.@mercime
ParticipantI am answering what you’ve stated in “I would like for a login to not use the admin bar and it all be a front end deal.”
As for registration, Paul asked you what you needed that was not already in BuddyPress, where by default, you can create xprofile fields in base (primary group) which users can fill up during registration. Then you could create a new profile group and fill it up with fields which users can fill up after they have registered.
September 20, 2012 at 5:01 pm #142164@mercime
Participant== I get the normal wordpress user profile editable fields? ==
If you mean the first and last names in wp-admin user settings, then you have to create a script to call those as BP xprofile fields has its own settings. Otherwise, you can create First Name field and Last Name field in User > Profiles panel https://codex.buddypress.org/getting-started/configure-buddypress-components/#users-profile-fields
September 17, 2012 at 6:59 am #141860In reply to: BuddyPress Conditional Profile Fields available now?
bojan85
Participantthis could help you http://wpbpshop.com/category/products/plugins
September 17, 2012 at 3:22 am #141843modemlooper
ModeratorYes, you could create this but it would require custom coding. Great idea for using BP. The profile fields can be set up for the required info. The emailing members part is where the custom coding would come into play. You can use WP-Cron to find members with a profile field set to stolen and then execute a notification which will result in an email.
September 17, 2012 at 12:19 am #141836In reply to: BP Extended Profiles Fields Question
modemlooper
ModeratorYou can create a select menu but you have to enter options on field creation. No way to pull info from db
September 17, 2012 at 12:11 am #141835In reply to: BP Extended Profiles Fields Question
maddogmcewan
Participantbrilliant, next Q, is there a plugin that can “populate” a text field with data from the wp DB? example say i wanted to show the users country field from wp_users field or say his membership level from membership pro table?
September 16, 2012 at 11:52 pm #141833In reply to: BP Extended Profiles Fields Question
maddogmcewan
Participanttx Hugo
-
AuthorSearch Results