Search Results for 'questions'
-
Search Results
-
Greetings,
I am kinda new to WordPress and Buddypres. But i have some questions and i don’t know if it possible. For example my site is about cars. Is it possible to add something like this, example:
Make (parent catergory)
Honda
Opel
… moreType (sub category)
Honda
– Civic
– CRX
Opel
– Astra
– MokkaHow can i use it in my profile? I choose the make: Honda it shows only Civic and CRX (no other type in the type field). And it should also allow me to create a filter for make and type, so that users can search for a certain car.
—-
Is there a way to use googlemap to determine the location of an user. And use the generated info for the advance search for example: I live in Zoetermeer NL, the generated info would be
Country: NL State/Province: Zuid-Holland City: Zoetermeer. Allows a user to filter for nearby users.I am sorry but English is not that good, but i hope my message is clear enough, thanks in advance.
Regards,
NunivoI tried to follow your instructions:
https://buddypress.org/support/topic/resolved-different-profile-types-and-different-user-roles/
1st:
I installed WP Roles at Registration plugin.
2nd:
I choose there:
http://1a-spielwiese.de/wp-admin/options-general.php?page=wp-roles-at-registration
‘subscriber’ and ‘contributor’ and as ‘Label’ I decided for: ‘Mitglieder-Kategorie (Wähle als Team: Contributor; und als Fan: Subscriber)’ (Member-Category [Choose as Team: Contributor; and as Fan: Subscriber]).
It works:
http://1a-spielwiese.de/wp-content/uploads/2014/09/Reg_Form_with_User_Roles.jpg
—–
En passant: Is there any way for truly renaming the user roles from ‘contributor’ to ‘team’ and from ‘subscriber’ to ‘fan’, sothat I could keep the ‘Label’ simple (i.e.: without explaining: ‘Choose as Team: Contributor; and as Fan: Subscriber’)?
—–
3rd:
I installed Buddypress-xProfiles-ACL as well and commented the following part out (Cfr. your instruction: ‘ xProfiles ACL needs to be hacked – see this support thread .’ and there: https://wordpress.org/support/topic/plugin-buddypress-xprofiles-acl-show-profile-fields-to-everyone?replies=4#post-2651753):
/* function filter_xprofile_groups_with_acl() { global $bp, $profile_template, $current_user; get_currentuserinfo(); foreach($profile_template->groups as $key => $profile_group) { if( ! in_array($profile_group->id, $this->user_allowed_xprofile_groups) ) { unset($profile_template->groups[$key]); } } } */4th:
I created two new profile field groups: one for teams (with one question) and another for fans (with two questions):
http://1a-spielwiese.de/wp-content/uploads/2014/09/new_profile_field_groups.jpg
So far, it works as well – but now the problems start.
5th:
a) There is a user kampfsportlerinnenneuwied with the user role ‘author’ = ‘team’.
http://1a-spielwiese.de/wp-content/uploads/2014/09/kampfsportlerinnen_author.jpg
b) Neverthess that user get displayed both profile filed groups (‘Frage an Teams’ as well as ‘Fragen an Fans’):
http://1a-spielwiese.de/wp-content/uploads/2014/09/both_fied_groups_for_kampfsport.jpg
(But the text of second question of the ‘fan’-field group [‘Falls ja: Welche Sportarten?’] is not displayed.)
When I leave the aboved mentioned code un-commented both field groups disappear from the page and the below (section 6th) mentioned redirection error disappears as well…
c) Continuing with the commented code version: If this user answers (only) the “team-question” and tries to save the change, the message is displayed: ‘Bitte überprüfe vorm Speichern ob Du alle notwendigen Felder für diese Profilgruppe ausgefüllt hast.’ (Please check before saving, whether all required field groups are filled in.)
I guess it’s, because the “fan-question” requires as well an answer; but it is not answered, because that member is a team (not a fan).
6th:
Even worse, when I click there:
http://1a-spielwiese.de/members/kampfsportlerinnenneuwied/
http://1a-spielwiese.de/wp-content/uploads/2014/09/profile_edit.jpg
on ‘Bearbeiten’ (Edit), I receive a redirection error message:
http://1a-spielwiese.de/wp-content/uploads/2014/09/redirection_error.jpg
How can I resolve this problems?
And finally: How I can get displayed other profile field groups than the base group on the registration page?
Hello BP-ites
I was, with your help thanks, able to move all the bp-legacy stuff into a plugin (as opposed to having it in the theme).
Is it possible to do the same for bp-custom.php? and what abvout buddypress-functions.php?
Based on what I’ve been one goes in plugins/ and the other in the theme (?) but I’d like – if possible – to make things a bit cleaner. I also like to use the WP mu-plugins/ folder, could I move both up there if necessary?
Thanks again. I know I’m asking kinda funky questions but I’m really enjoying BP. The future is “social” so this is all good good stuff. Thanks!
Topic: [Resolved] a few questions
Hello
I have a few questions (how to)
1. I would like to change a position of login/register on right but I dont know how
2. remove a search icon on right top http://prntscr.com/4jxb23
3. and how to put a deafult avatar? http://prntscr.com/4jx8xlThanks for all answers.. 🙂
I’m not sure that this is the right forum to post this in, so let me know if it isn’t and I’ll go move over there (this seemed like the best place).
I have a general question about when to use BuddyPress, as in, I don’t want to install BuddyPress and find out it was complete overkill… so here’s my scenario.
The site I may be building is a membership site, which I was going to build leveraging some wpmudev plugins (Membership and Events +). Anyway, there is a need to have a Members Directory on the site as well, where users can have their information, like a basic profile, shown to other members. They may or may not be able to communicate to other members, but if not and it’s just a member directory, is it a good idea to utilize BuddyPress for this or can I achieve the same functionality with a simple WordPress install?
If they can communicate with each other, I’m assuming BuddyPress is the way to go. I’m having trouble knowing where to draw the line for utilizing BuddyPress.
I’m going to do an install of it now as a test to see what I get out of the box and how it works. I installed this a loooong time ago but I’m sure a lot has changed. Thanks for any suggestions or probing questions!