Search Results for 'questions'
-
AuthorSearch Results
-
February 2, 2017 at 4:38 pm #263467
Topic: upload file on registration
in forum upload file on registrationdennismeira
ParticipantHi,
Two questions:
First, I need a field on my Registration page where the user upload a photo of the necessary identification. Doctors will register in this website and i need this ID photo for legal purpose, any plugin to add that field?Second, I wish I could receiva an email with all the registration info including this photo or URL, how?
January 20, 2017 at 8:54 am #263040In reply to: How to edit Profile menu?
danbp
ParticipantWhen you have such basic question, please search first the forum and read the documentation.
https://buddypress.org/support/search/bp_get_displayed_user_nav/
http://stackoverflow.com/questions/23041165/buddypress-custom-nav-and-page-templateJanuary 10, 2017 at 7:31 pm #262719In reply to: Profile Field Drop Down Select Box Limit
danbp
ParticipantNever heard about a dropdown option limit! What is the limit you reached ?
…nothing accurate in /bp-xprofile/classes/class-bp-xprofile-field-type-selectbox.php
…or on common forum question.
Plugin list and theme name could help to help you.
January 10, 2017 at 2:00 pm #262698In reply to: How can I insert link with target in description?
danbp
ParticipantPlease search the forum before asking questions! For ex. “allow html in description”
https://buddypress.org/support/topic/allow-html-in-xprofile-field-description-boxes/
January 9, 2017 at 5:49 pm #262673In reply to: how display content in submenu?
danbp
ParticipantHi @luisa227,
considering your questions, i would suggest you read attentively both WP and BP codex.
– child theme
– bp-custombp-custom.php goes to wp-content/plugins/ directory, not into the (child)theme folder.
such path
members/single/swapis related to BP legacy by default.But as
swapis a custom folder, that custom path means in factwp-content/themes/child-theme/buddypress/members/single/swap.php, where/child-theme/buddypress/contains copies of all your customized legacy files and your own additionnal files you want to use.Hopefully reading the codex will help you to understand a little better how all this works together.
December 30, 2016 at 7:41 pm #262474shanebp
ModeratorYou can create a job listing here.
If you do, you may want to include answers to the questions that danbp asked above.
December 30, 2016 at 7:27 pm #262472In reply to: Questions about BuddyPress
shanebp
Moderator1. Yes
2. You mean WP posts ? Yes, if you give them permissions.
3. They can ‘friend’ each other. There is a plugin re ‘Follow’.
4. Probably – but you’ll need to customize the Follow plugin.
You should install BP on a test site and start trying different settings and additional plugins.
After you have done that, you can ask more specific questions here.December 18, 2016 at 9:14 am #262228danbp
ParticipantYou can modify the pagination (example – not tested). BP use the wordpress function
paginate_link()https://codex.wordpress.org/Function_Reference/paginate_links
December 6, 2016 at 10:04 am #261790danbp
ParticipantIs “xprofile component” the feature exposed in “Settings > BuddyPress” named “Extended Profiles” (at the very top of the config page)? (It probably is, but I just want to be sure, thanks.)
Yes it is !
it is possible […] to effect the change of either the email or password fields?
Yes it is ! from here: your-site.abc/members/USERNAME/settings/ – the link can be found under the top right usermenu on wp’s toolbar: username > settings > general OR/AND on the buddymenu, when you’re on your profile: Settings ! And that’s it !

For all other BP related questions, please read through the codex, i really have no time to (re)write all explanations. Sorry, hope you uderstand.
December 2, 2016 at 4:55 pm #261639In reply to: Get all users that posted in bbpress forum
danbp
Participant… and that questions related to bbPress can be asked on the bbPress support forum 🙂
November 29, 2016 at 7:05 pm #261503In reply to: Next Page is Showing
Venutius
ModeratorYou might want to take a look at my website. It’s for people just starting out with BuddyPress, it might give you some ideas.
There’s a plugin to force the user to select an Avatar before they user your site – http://buddyuser.com/plugin-review-buddypress-force-profile-photo
Some of your questions you need to ask your theme creator, though if it’s not a BuddyPress theme they may not be much help.
November 18, 2016 at 6:48 pm #261161In reply to: Profile header image size
kellyok
ParticipantThanks,
But unfortunately this does not give me an answer to any questions I have with regards to the above it just sends me to a bunch of custom code that i can add. That’s not what I am asking.
can anyone break this down so i can understand it a little better.
1. cover photo –
a.where can I change the file sizes and where will i find this folder ( the link just had code for the avatar and not the cover photo)
b.I would like to add some text prompting the user to use to add the correct image sizes for the Alternate Forum template photo and profile image from the get go.
c. is there a crop feature for the cover photo, like there is for the over photo.
I don;t have a deal of coding knowledge and asking for some help on where and how i should do this.
Regards
kelly
November 11, 2016 at 10:43 pm #260947In reply to: Create a custom page for different roles
shanebp
ModeratorPlease do not call out people directly unless they have already responded to your thread.
You’re using a premium theme and one, maybe two, premium plugins.
Your questions should be directed to the support provided by your purchases.
You might find somebody here willing to help you.
And you have a better chance of getting help if you show what you’ve already tried.
( Please use a service like gist when sharing code. )November 3, 2016 at 1:47 pm #260672In reply to: MemberType Tutorials?
Venutius
ModeratorOne resource I can suggest is my own site that I’ve been setting up for the last month, it tries to focus on using BuddyPress an at the moment covers some of the basics and reviews a lot of the plugins. Does not answer your specific questions right now though – http://buddyuser.com/
October 31, 2016 at 8:06 pm #260585In reply to: Display user country flag
danbp
Participanthi @davehakkens,
You use a standalone bbPress. Normally you have to ask on bbPress forum for such questions.
Add this to bp-custom.php or child theme functions.php and give a try.
i tested it with group forums only, so i couldn’t test all the filters.
You might to find/experiment others.It’s a working example who fires the country value. But you’ll certainly have to complete it to get the flag image.
function country_flag() { $user_id = bbp_get_reply_author_id(); $country = xprofile_get_field_data( 'country', $user_id ); echo '<div class="country">'. $country .'</div>'; } add_filter( 'bbp_theme_after_reply_author_details', 'country_flag' ); //add_filter( 'bbp_theme_before_topic_author', 'country_flag' );October 28, 2016 at 10:01 pm #260533In reply to: how to add new members
Steve
ParticipantThanks for all the feedback. Sorry it seems confusing.
I just want to add my community moderators and admins before the site goes life. I know how to promote users.
I just want them activated. I created them in the WP User area. But they are not in the Buddypress member list (frontend).
So, I logged into the site using their credentials. I am assuming that is how you “activate” their account.
The reason I guess is seems confusing, is there is no actual “activate” button, link or anything like that.
In anycase, I think I am doing it right. I create the users and then “activate” them by logging into the site using their credentials.
Just so you know (and to avoid a bunch more questions) the site is being produced on a localhost. So I cannot have them set up their own accounts. But I want them on the site when it goes live, so I am doing it for them.
October 28, 2016 at 8:54 pm #260531In reply to: how to add new members
danbp
ParticipantHow do I add a new member to buddypress from the backend of WP?
They are the forum moderators and group admins.
So, how do I “activate” them?What should be understood from your questions ?
Adding a new user from backend and/or promote it as mod or group admin ?
Adding a new user is not related to BuddyPress, but to WordPress.To promote users as mod or admin or add new user to a group from back-end
dashboard > groups > select the group > edit > anything to do that is at the bottom of the screen.October 19, 2016 at 6:36 pm #260003In reply to: Group Types option display
Boone Gorges
KeymasterHi @danbp – Sorry to hear that you’re having issues with the Group Type functionality. Your posts contain a couple different comments and questions, which I’ll try to address separately.
First: An orderby=group_type parameter sounds like an interesting enhancement idea. It’d possibly be even more interesting if we could “group” results by type, but our group loops aren’t easily set up for that.
Group type data is stored in the WP taxonomy tables. This decision was made because groups are in are many-to-many correspondence with types: a group can have multiple types, and a type can have multiple groups. But it does make it difficult to sort by type, both technically and conceptually. Technically, WP itself doesn’t natively allow sorting by taxonomy term for posts. Conceptually, if a group belongs to more than one type – say, ‘aaa’ and ‘zzz’ – it’s not clear where in the alphabetical order it should go.
That said, if you really wanted to sort by type, you could do it by filtering the group query SQL, and joining against the term_relationships and term_taxonomy table. The query would have to look something like this:
SELECT ... JOIN $wpdb->term_relationships tr ON (tr.object_id = g.id) JOIN $wpdb->term_taxonomy tt ON (tt.term_taxonomy_id = tr.term_taxonomy_id) WHERE ... tt.taxonomy = 'bp_group_type' ... ORDER BY tt.name> And when you click for example on All Groups (the default group directory page) you remain on /groups/groupname/type/typename/. Bad UX !
For 2.7, we’re disabling AJAX for these queries, because of these UX concerns. Thanks for reporting the issue.
> My feeling about group type, is that it is implemented to be used inside of group create step first and in a single group as second. In brief, it’s an information for single groups.
As I see it, the issue here is that you’re trying to combine grouping-by-type with the groups loop. Your use case is valid, but I don’t think it’s the only, or even the primary, use of group types. Just having the ability to filter by group type (example.com/groups/type/foo) is very useful for many implementations.
Thanks for sharing your thoughts – it’s really helpful as we continue to improve the group types feature.
October 18, 2016 at 8:26 am #259940danbp
ParticipantAs already said: it’s constructed.
The site url is defined in WP general settings and stored in wp_options table
The user name is stored in wp_users table
For the other questions about DB, read:October 16, 2016 at 11:42 pm #259898In reply to: Migrating Ning to BuddyPress
karennadine
ParticipantI have moved my site from Ning to Wp/Buddypress with a bbpress integration a few weeks ago. I was able to import a lot of content except the forum topics/responses.
What I did was this:
– used the export tool from Ning
– used the import tool to import ning to Buddypress
All my members (not that many, around 34 at that time) and their profiles, usernames, etc were transferred. All blogposts from Ning were imported as well.
It was easy for members to activate their account on my new Wp/Buddypress site.The only down thing was that I had to manually copy topics and responses from the forum since I was unable to import this due to an error in the json file. I tried to repair that file but with no succes.
I hope this helps, should you have any questions please let me know. Like you I browsed many old topics and was unable to find any recent topics, so I just started out with trail and error to do it all myself.
Karen
October 16, 2016 at 3:25 pm #259879metalhead
ParticipantSo just to be clear, my registration form does not ask for real name. It asks for username, email address, password, and then it proceeds to the extended profile questions. But it does NOT ask for “Display Name,” it just copies whatever the user typed for username into the “Display Name” field. A friend of mine created the function, and I am not extremely PHP literate, but this is working on my site.
I’m a little embarrassed, because I don’t know exactly where in the code is this function that my buddy created for me, so I will have to give you the URL to my register.php file, and then you can view it in it’s entirety. (Code view with your browser.)
October 11, 2016 at 11:27 pm #259761In reply to: Online Status
Julian
Participant@danbp I use the widgets “BuddyPress Friends” and “BuddyPress Members”. I use 1 sidebar. The theme supports 2. I have no specific sidebar. Have I answered all the questions?
October 6, 2016 at 8:21 pm #259554In reply to: Forums linked to Sensei Courses
danbp
ParticipantOctober 1, 2016 at 3:29 pm #259309In reply to: Who’s Online Widget
tronix-ex
ParticipantWell I appreciate your quick responses over my questions but I have to find a way because its my client requirements.
Could you help me in these items please?
1. how to get the total number of current online users?
2. I need to add auto refresh on the current online users list
3. how to get the last activity date of each current online user?Thanks again,
October 1, 2016 at 2:39 pm #259308In reply to: Who’s Online Widget
danbp
ParticipantI have no real idea for this. You have to code that as nothing ready to use exist. Similar question here.
Note also that BP pages are dynamic, so what ever you can built won’t, imo never, be exact.Ie. user A is on a profile activity and another is on members directory. What would you get ? At best, only the /members/ page… that is a bit vague, no ? And who cares, outside evtl. you ?
Note also that the nav history is browser territory, and that each client has different settings, even deactivated history, so you can’t really trust user’s history…
My recommandation would be: don’t loose your time trying to do this. BP let members know about there activities, focus on this and encourage it, instead of tracking there navigation. 😉
-
AuthorSearch Results