Search Results for 'profile fields'
-
AuthorSearch Results
-
May 7, 2013 at 8:37 am #163523
In reply to: Missing Profile Fields
ebraxton30
Participantok, i have asked several questions on this support forum and this is the first time i was directed to this site. here you go…
1. i am up to date on wordpress, 3.5.1
2. WordPress was installed as a directory, not a subdomain
3. Root
4. WordPress was installed at 3.5.1, not upgraded
5. yes
6. 1.7.1
7. I did not upgrade Buddypress, I installed this version
8. Bowe Codes, ADJE Event Cal, Buddypress Xprofile Custom Fields, Gravity Forms, Gravity Forms user Registration Add-on, Members, Uber Login Logo, WordPress Font Uploader, WordPress Uploader
9. I am using the Salutation theme
10. No
11. no
12. n/a
13. none
14. bluehost
15. LinuxAgain…the test profiles are working. Just not the ones filled in.
i am using buddypress 1.7
it was a direct install, not an upgradeMay 7, 2013 at 6:38 am #163518In reply to: Missing Profile Fields
May 5, 2013 at 7:07 am #163430In reply to: Remove profile links
bp-help
Participant@praisehim
For the sake of convenience I made a super light weight plugin wrapped in a class that may enable you to use the Buddypress Xprofile Custom Fields Type plugin along with the plugin I made to get rid of the profile links. Give it a try and give some feedback if this resolves the conflict! Get the plugin here:
https://github.com/bphelp/bp-remove-profile-linksMay 5, 2013 at 5:41 am #163428In reply to: Remove profile links
praisehim
ParticipantI ended up not using the plugin, however, I did make a post in their support forum asking them to resolve it. It seemed like the default profile fields sufficed for me anyway.
Thank you for your help!
May 5, 2013 at 4:57 am #163424In reply to: Remove profile links
praisehim
ParticipantIt’s funny, but the plugin used to creat the custom fields Buddypress Xprofile Custom Fields Type 1.5.5.5 is what is causing the links to appear. I’m very confused as to what to do. I disabled all plugins and the current theme, and the links didn’t appear, however, as soon as I re-enabled the Buddypress Xprofile Custom Fields Type 1.5.5.5, then the links appear.
What should I do now please 🙁
May 5, 2013 at 1:51 am #163419bp-help
Participant@walid3
That sounds like a great idea that maybe you should open a ticket on this.May 5, 2013 at 1:15 am #163416Walid
ParticipantNo, sure I didn’t mean inserting countries or cities, I was talking about adding a field in profile fields that open a box where you can paste a list of names and it populate as drop down select box, can come in handy adding every kind of lists.
May 4, 2013 at 2:10 am #163376bp-help
Participant@walid3
Glad I could help but realistically that would take a huge amount of effort for the BP Dev team to integrate every country, every state, and every city in the world into BP so I don’t think they would look too seriously at something of this nature. But then again that is just my opinion.May 4, 2013 at 1:41 am #163375Walid
ParticipantThanks so much for your help 🙂 also, I think about suggesting this as a feature in buddypress trac if that is available, it will be so much better adding all those kind of lists fields through admin panel. I will add the cities list for now, thank you again 🙂
May 4, 2013 at 12:54 am #163372bp-help
Participant@walid3
Not sure about the translation but add the code in the link below to bp-custom.php
http://pastebin.com/asjAAcruMay 3, 2013 at 11:33 pm #163369Walid
ParticipantI would be thankful for that, here is the list of cities I need to add at the moment:
http://pastebin.com/pWayVDQHMay 3, 2013 at 11:01 pm #163368bp-help
Participant@walid3
If you can supply a link with a list to your countries cities then I will try to help you out.May 3, 2013 at 10:53 pm #163367Walid
ParticipantThank you so much guys but I think it will still be time consuming to add each mark before and after every city name ( or is there a way to add them automatically too? )
I think adding a feature like that to buddypress core would be fantastic, like an option to add a list of names instead of one by one.
May 3, 2013 at 1:17 am #163296bp-help
Participant@walid3 @aces
I was thinking of suggesting something along the same lines and just adapt it for cities
same author @modemlooper .
Seems like this would be simpler to me anyway:
https://gist.github.com/modemlooper/5043768May 3, 2013 at 1:09 am #163295aces
ParticipantMaybe the technique used here for US States could be adapted for your cities: https://gist.github.com/modemlooper/5170950 ?
For a similar way of adding Countries see https://gist.github.com/modemlooper/5043768
May 3, 2013 at 12:46 am #163293bp-help
Participant@walid3
It would be helpful to have a list of those 168 cities in your country, preferably as a text document that could easily be pasted into some code.April 30, 2013 at 10:16 pm #163134In reply to: Modifying the Buddypress Registration Page
Henry
MemberWhen you’re creating your profile fields you can drag each field up or down which will help control the order of them.
The email address, username, password and repeat password fields are part of register.php. If you want to change the order of how these are displayed then you will need to open that file and reorder them manually.
In theory, the two column set-up could be achieved via CSS (again the markup used can be found in register.php), so you wouldn’t need to know how to write PHP.
April 29, 2013 at 4:04 pm #163003partytrotter
Participant@bphelp, thanks a lot for the help, but I tried adding that line and it didn’t do much :S Here is what my code looks like without the line, where should I add it? Also, just to be sure I am modifying the right file, i took the members-loop.php in the folder of the current theme I am using, is that correct?
<?php
/**
* BuddyPress – Members Loop
*
* Querystring is set via AJAX in _inc/ajax.php – bp_dtheme_object_filter()
*
* @package BuddyPress
* @subpackage bp-default
*/?>
<?php do_action( ‘bp_before_members_loop’ ); ?>
<?php if ( bp_has_members( bp_ajax_querystring( ‘members’ ) ) ) : ?>
<div id=”pag-top” class=”pagination”>
<div class=”pag-count” id=”member-dir-count-top”>
<?php bp_members_pagination_count(); ?>
</div>
<div class=”pagination-links” id=”member-dir-pag-top”>
<?php bp_members_pagination_links(); ?>
</div>
</div>
<?php do_action( ‘bp_before_directory_members_list’ ); ?>
<?php cc_get_displaymode(‘members’)?>
<?php do_action( ‘bp_after_directory_members_list’ ); ?>
<?php bp_member_hidden_fields(); ?>
<div id=”pag-bottom” class=”pagination”>
<div class=”pag-count” id=”member-dir-count-bottom”>
<?php bp_members_pagination_count(); ?>
</div>
<div class=”pagination-links” id=”member-dir-pag-bottom”>
<?php bp_members_pagination_links(); ?>
</div>
</div>
<?php else: ?>
<div id=”message” class=”info”>
<p><?php _e( “Sorry, no members were found.”, ‘cc’ ); ?></p>
</div><?php endif; ?>
<?php do_action( ‘bp_after_members_loop’ ); ?>
April 29, 2013 at 12:47 am #162970partytrotter
Participant@Henry thanks a lot for the help, but I’m really a beginner, I just opened members-loop.php and sincerely can’t find any instruction on how to add custom profile fields, care to explain?
Thanks a lot again!
April 28, 2013 at 11:37 pm #162969Henry
MemberOpen member-loop.php and you will see instructions on how to add custom profile fields such as Location. It is quite straightforward to do.
April 28, 2013 at 10:19 pm #162963In reply to: Buddypress 1.7 & Digital Access Pass Profile Fields
makmacmc
Participant! UPDATE !
I just found a great plugin for for doing custom menus in BP even there is a never version coming shortly.
However, I still need to figure out how to disable Settings->General while still being able to keep Settings->Notifications.
Any help would be great appreciated!
Thanks…
April 28, 2013 at 7:38 pm #162953Anton Naydenoff
ParticipantHey,
try this one:
Buddypress Xprofile Custom Fields Type v 1.5.5.5 https://wordpress.org/extend/plugins/buddypress-xprofile-custom-fields-type/You can rename the field you need but even much more. You can add your custom fields and descriptions of these new fields. You could organize new fields in new groups – just like the “Base” is a group of fields. Install the plugin and you will get some option called “Profile Fields” in (Admin Panel -> Users).
Luck! 🙂
April 25, 2013 at 12:37 pm #162573In reply to: How do I create a group?
YolandaS
ParticipantI found a way to create a group but i can see the group that i have created.
If you go to the admin page. There will be BuddyPress icon on the top of the admin login.
Hover over the icon and hover over Profile fields/group and then add new field groupApril 25, 2013 at 4:20 am #162561In reply to: Twenty Twelve and Buddypress 1.7
jaimebib
ParticipantThe reason why i need to customize the membership directory template is
a, You have to click on All members when you get to the memership directory page instead of automatically showing all the members
b, Since i have some extra profile fields showing in the membership directory it becomes distorted and fields are all over the place
Thanks for taking the time to read this!
April 22, 2013 at 9:32 pm #162393In reply to: Twenty Twelve and Buddypress 1.7
jaimebib
ParticipantHi Hugo thanks for the reply! I had a specific buddy-press child theme previously. You are right after more research the sidebar issue seems to only happen on the membership directory page which is customized by including some key profile fields.
Do you have any advice on how would I customize the membership directory page with 2012 and bp 1.7? I had previously just edited the members-loop.php but now it seems not to be working anymore?
-
AuthorSearch Results