Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'questions'

Viewing 25 results - 726 through 750 (of 2,990 total)
  • Author
    Search Results
  • #207114
    1a-spielwiese
    Participant

    Yes, there should be a way, but I was not able to follow the instructions / to realise that way.

    The basic idea is:

    • Create two (or more) new WordPress user roles, e.g.: Users-UK and Users-USA.
    • Then you can assign one xProfile-field, ‘In which [federal] state do you live?’, exclusively to your users with the user role Users-USA; and another x-Profile, ‘In which county do you live?’, to your users with the user role Users-UK.

    The instructions for that solution you find there:

    https://buddypress.org/support/topic/resolved-different-profile-types-and-different-user-roles/

    (The user roles there are ‘bands’ and ‘fans’).

    And my report about my attempt to apply that instructions you find there:

    https://buddypress.org/support/topic/different-profile-types-and-different-user-roles-part-ii/

    My user roles are (sport) ‘teams’ and ‘fans’.

    But unfortunately, I was not able to hinder, that ‘fans’ get displayed the questions (xProfile-fields) for ‘teams’ was well; and the ‘teams’ the questions for ‘fans’…

    Further problem:

    Even if there is a solution regarding later profile edits – even complicate seems to be, to make already the registration page “input senstive”, because during registration the new user isn’t yet registered (i.e.: has no user role yet).

    Cfr. there:

    http://forum.wpde.org/buddypress/133961-registrierungsseite-umgestalten-anleitung-und-fragen.html (section 4. – unfortunately in German).

    #205660
    shanebp
    Moderator
    #205243
    bonnsaikitty
    Participant

    @hnla

    I did try to ask the theme maker, they keep telling all of us to wait for the Buddypress update.

    I don’t think they really know what’s going wrong also.

    That’s why I opt for this forum directly, but who knows either that this problem does not come from Buddypress. That’s why I “asked” ^______^

    About your questions, will come back to you soon. Thanks !

    Buddypressnewb
    Participant

    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
    … more

    Type (sub category)
    Honda
    – Civic
    – CRX
    Opel
    – Astra
    – Mokka

    How 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,
    Nunivo

    #203584
    Hugo Ashmore
    Participant

    You’re asking questions impossible to answer.

    We can’t second guess what issues might arise when allowing BP js to run, add it back in and see what transpires, it’s a far more logical approach to see what actual issues need addressing than trying to guess at what may arise.

    #203583
    requiemz
    Participant

    Yes to all those questions. I can install any other plugin I want without any issues.

    #203567
    bp-help
    Participant

    @pfriem
    I have a premium plugin Private Community For BP that should do what you need if you are interested. You can ask any questions regarding this plugin you have here:
    Submit Comments, Tips or Tricks, or Job Inqueries

    #202796
    OurWebMedia
    Participant

    Hello,

    I tried installing the “bp-theme-pack” plugin from an old backup we had since it’s no longer available on WordPress.org and didn’t seem to make a difference. However, I have (since posting this) made some progress. I guess what my biggest challenge is, so many things have changed since my last using BP.

    I may post back with some questions but right now I’ve finally made some progress.

    Thank you for your reply.

    #202778
    1a-spielwiese
    Participant

    I decided to test theses instructions – and in general they work.

    My registration page has now a new design:

    http://1a-spielwiese.de/registrieren/

    This result I got using two means:

    1st:

    I tested with ‘Simple Custom CSS’-Plugin that code:

    #buddypress .standard-form #basic-details-section, #buddypress .standard-form #blog-details-section, #buddypress .standard-form #profile-details-section {
        border: 2px solid #8b008b;
    	float: none;
      	clear: left;
      	width: 100%;
      	padding: 10px;
      	margin-bottom: 1em;
    }
    
    #user-role-section {
      	border: 2px solid #8b008b;
        float: none;
        width: 100%;
      	padding: 10px;
    }
    
    #wp_rar_user_role {
          width: 100%;
        }
    
    h4-a {
    	color: #8b008b;
    	font-size: 11px;
    	font-size: 1.1rem;
      	font-weight: bold;
    	letter-spacing: 0.05em;
    	line-height: 1.9091;
    	text-transform: uppercase;
    }
    
    .wp-editor-container {
        border: 1px solid #DCDCDC;
    }

    Finally I will insert it into my child-theme.

    2nd:

    The relecant section of the register.php with in my reddle-child/buddypress/members-folder is now:

    		<?php if ( 'request-details' == bp_get_current_signup_step() ) : ?>
    
    			<?php do_action( 'template_notices' ); ?>
    
    			<p><?php _e( 'Mitglied bei 1a-Spielwiese zu werden, ist sehr einfach - und kostenlos. F&uuml;lle einfach die Felder unten aus und wir erstellen f&uuml;r Dich umgehend ein Benutzer/in/konto und in K&uuml;rze auch einen eigenen Blog (Webseite).', 'buddypress' ); ?></p>
    
    			<?php do_action( 'bp_before_account_details_fields' ); ?>
    
    			<div class="register-section" id="basic-details-section">
    
    				<?php /***** Basic Account Details ******/ ?>
    
    				<h4-a><?php _e( 'Account Details', 'buddypress' ); ?></h4-a>
    
    				<p><small><em>Diese Daten werden f&uuml;r Deine Registrierung als neues Mitglied und die Einrichtung Deines eigenen Blogs (Webseite) ben&ouml;tigt.</em></small></p>
    
    				<label for="signup_username"><?php _e( 'Username', 'buddypress' ); ?> <?php _e( '(required)', 'buddypress' ); ?></label>
    				<?php do_action( 'bp_signup_username_errors' ); ?>
    				<input type="text" name="signup_username" id="signup_username" value="<?php bp_signup_username_value(); ?>" />
    
    				<label for="signup_email"><?php _e( 'Email Address', 'buddypress' ); ?> <?php _e( '(required)', 'buddypress' ); ?></label>
    				<?php do_action( 'bp_signup_email_errors' ); ?>
    				<input type="text" name="signup_email" id="signup_email" value="<?php bp_signup_email_value(); ?>" />
    
    				<label for="signup_password"><?php _e( 'Choose a Password', 'buddypress' ); ?> <?php _e( '(required)', 'buddypress' ); ?></label>
    				<?php do_action( 'bp_signup_password_errors' ); ?>
    				<input type="password" name="signup_password" id="signup_password" value="" class="password-entry" />
    				<div id="pass-strength-result"></div>
    
    				<label for="signup_password_confirm"><?php _e( 'Confirm Password', 'buddypress' ); ?> <?php _e( '(required)', 'buddypress' ); ?></label>
    				<?php do_action( 'bp_signup_password_confirm_errors' ); ?>
    				<input type="password" name="signup_password_confirm" id="signup_password_confirm" value="" class="password-entry-confirm" />
    
    				<?php do_action( 'bp_account_details_fields' ); ?>
    
    			</div><!-- #basic-details-section -->
    
    			<?php do_action( 'bp_after_account_details_fields' ); ?>
    
    			<?php /***** Extra Profile Details ******/ ?>
    
    			<?php if ( bp_is_active( 'xprofile' ) ) : ?>
    
    				<?php do_action( 'bp_before_signup_profile_fields' ); ?>
    
    				<div class="register-section" id="profile-details-section">
    
    					<h4-a><?php _e( 'Profile Details', 'buddypress' ); ?></h4-a>
    
    				<p><small><em>Diese Daten werden k&uuml;nftig in Deinem Profil angezeigt. Einige Angaben sind verpflichtend, um aussagekr&auml;ftige Profile zu erhalten; bei anderen Formularfeldern ist es Dir selbst &uuml;berlassen, ob Du Angaben machst oder nicht.</small></em></p>
    
    					<?php /* Use the profile field loop to render input fields for the 'base' profile field group */ ?>
    
    					<?php if ( bp_is_active( 'xprofile' ) ) : if ( bp_has_profile( array( 'profile_group_id' => 1, 'fetch_field_data' => false ) ) ) : while ( bp_profile_groups() ) : bp_the_profile_group(); ?>
    
    					<?php while ( bp_profile_fields() ) : bp_the_profile_field(); ?>
    
    						<div<?php bp_field_css_class( 'editfield' ); ?>>
    
    							<?php
    							$field_type = bp_xprofile_create_field_type( bp_get_the_profile_field_type() );
    							$field_type->edit_field_html();
    
    							do_action( 'bp_custom_profile_edit_fields_pre_visibility' );
    
    							if ( bp_current_user_can( 'bp_xprofile_change_field_visibility' ) ) : ?>
    								<p class="field-visibility-settings-toggle" id="field-visibility-settings-toggle-<?php bp_the_profile_field_id() ?>">
    									<?php printf( __( 'This field can be seen by: <span class="current-visibility-level">%s</span>', 'buddypress' ), bp_get_the_profile_field_visibility_level_label() ) ?> <a href="#" class="visibility-toggle-link"><?php _ex( 'Change', 'Change profile field visibility level', 'buddypress' ); ?></a>
    								</p>
    
    								<div class="field-visibility-settings" id="field-visibility-settings-<?php bp_the_profile_field_id() ?>">
    									<fieldset>
    										<legend><?php _e( 'Who can see this field?', 'buddypress' ) ?></legend>
    
    										<?php bp_profile_visibility_radio_buttons() ?>
    
    									</fieldset>
    									<a class="field-visibility-settings-close" href="#"><?php _e( 'Close', 'buddypress' ) ?></a>
    
    								</div>
    							<?php else : ?>
    								<p class="field-visibility-settings-notoggle" id="field-visibility-settings-toggle-<?php bp_the_profile_field_id() ?>">
    									<?php printf( __( 'This field can be seen by: <span class="current-visibility-level">%s</span>', 'buddypress' ), bp_get_the_profile_field_visibility_level_label() ) ?>
    								</p>
    							<?php endif ?>
    
    							<?php do_action( 'bp_custom_profile_edit_fields' ); ?>
    
    							<p class="description"><?php bp_the_profile_field_description(); ?></p>
    
    						</div>
    
    					<?php endwhile; ?>
    
    					<input type="hidden" name="signup_profile_field_ids" id="signup_profile_field_ids" value="<?php bp_the_profile_field_ids(); ?>" />
    
    					<?php endwhile; endif; endif; ?>
    
    					<?php do_action( 'bp_signup_profile_fields' ); ?>
    
    				</div><!-- #profile-details-section -->
    
    				<?php do_action( 'bp_after_signup_profile_fields' ); ?>
    
    			<?php endif; ?>
    
    			<?php if ( bp_get_blog_signup_allowed() ) : ?>
    
    				<?php do_action( 'bp_before_blog_details_fields' ); ?>
    
    				<?php /***** Blog Creation Details ******/ ?>

    3nd:

    Nevertheless I have two questions regarding the design:

    a) Why the 100%-width for #wp_rar_user_role is ignored?

    b) How can I place the third section (‘Mitglieder-Kategorie’) above the other two sections (or between the other two sections)?

    4th:

    I recognised as well: Deleting there:

    <?php if ( bp_is_active( 'xprofile' ) ) : if ( bp_has_profile( array( 'profile_group_id' => 1, 'fetch_field_data' => false ) ) ) : while ( bp_profile_groups() ) : bp_the_profile_group(); ?>

    'profile_group_id' => 1, results in getting not only displaying the ‘base group’ of the xProfile fields, rather all fields of all field groups. 🙂

    Questions:

    a) How can I get the names (titels) of the different xProfile field groups displayed as well?

    b) How can I ensure, that only new members, which choose the user role ‘team’, get displayed the profile fields for teams and new members, which choose the user role ‘fan’, get displayed the profile fields for fans?

    #202550
    valuser
    Participant

    Many thanks, @henrywright, for your response and support.

    Your suggestion was what the theme developers also suggested.

    As far as I am aware, on wpengine users are unable to access their php.ini. file.

    Perhaps i might define the memory in wp-config.php which is accessible ! ??

    In the meantime i have replicated/tested a SUCCESSFULL implementation on THREE other servers (bluehost, hostgator & hostingireland).

    All are basic bog standard very very cheap shared hosting and carrying a multisite/buddypress installation – and all that that entails. (and one of these is very slow which is understandable)

    However the latest response from a very considerably more expensive wpengine is

    As for the issue with the memory limit on the server, this is unfortunately a limitation on the server here.

    Since our server is configured to stop the sites set up on it from running anything that could impact the performance we wish to give to our customers.

    The best option moving forward on our platform is to optimize that function to use less memory.

    I would recommend contacting the developer to see if we can get some information from them as to how that can be done.

    Please let us know if you have any other questions!

    Thank you and have a great day!

    Quite!

    #202286
    Henry Wright
    Moderator

    Hi @dogguyjosh

    You could certainly achieve something like this with WordPress and BuddyPress (and maybe one or two more plugins). Try searching the WordPress Plugin Directory for membership plugins and try some out on a test install to see which work best for you.

    Regarding Geolocation, I’ve used Geo Mashup and can recommend it. That said, I haven’t tried it with BuddyPress but I have found the developer usually responds to support questions if anything is needed to be asked. See their Google Group

    #201156
    1a-spielwiese
    Participant

    So, the following questions remain:

    A. How can I make profile fields, which are asigned only to one member category / user role, ‘required’? Cfr. above.

    B. Anyone knows, whether there is a function already written, which allows to change or delete the standard user role in WP MultiSite?

    C. What is the purpose of the penultimate step of the instructions of @noizeburger? – What have I to check for seeing, whether it works or not?

    D. Why does the last step of the instructions of @noizeburger do not work for me? How can I make the member category / user role unchangeable for my members?

    @amalsh / @jonaro / @lebearuk / @kamillamonkey and @jeffacubed:

    Do you have any idea regarding this issues?

    1a-spielwiese
    Participant

    @noizeburger

    I 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?

    #201128
    danbp
    Participant

    Don’t you like answering questions ?
    It will became difficult to help you if you don’t. 🙄

    r-a-y
    Keymaster

    See the latter section of:
    https://buddypress.org/support/topic/buddypress-2-1-known-issues/

    Let me know if you have any questions, jreeve.

    #198013
    ChiefAlchemist
    Participant

    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!

    #197738

    Verifying your questions

    I can verify that Account Settings is checked on the BuddyPress Components tab of the BP settings page. Also I can verify that on the Buddypress Settings tab on the BP settings page that ‘Account Deletion’ is checked. I can provide screenshots if that is helpful.

    Here is my process of trying to delete:

    When I am logged into WP as a non-admin user, I see the user menu in the upper right. When rolling over it, I see the full menu and rolling over the settings menu item I see the submenu with the ‘Delete Account’ option. When I click that I go to a page https://[domain]/members/%5Bmember-name%5D/settings/delete-account/. This is the profile page with the Settings/Delete Account Tab already selected, some warning text about deleting an account being irrecoverable, a checkbox ‘I understand the consequences’ and the Delete Account button. When I check the box and click the button, it just returns me back to the delete page with an unchecked checkbox. No action seems to be taken and no warning appears.

    Thanks,
    Michael

    #193912
    danbp
    Participant

    @elliscooper29,

    here some explanation about the name field

    For theme customization, read first the codex.
    Create a child theme, and add a copy of bp-legacy/buddypress/members/register.php to the child,
    /your_cild_theme/buddypress/members/register.php.

    Then you can give your beautiful registration page a chance to live ! 😉

    If other questions around this, give your theme name.

    #192886
    #191894
    Julia_B
    Participant

    That sounds promising @danbp any idea when it will be ready?

    Do you have any suggestions that might help with my other questions in my original post please?

    Henry Wright
    Moderator

    Hi @julia_b

    To my knowledge there isn’t anything like that available. Try searching the WP Plugin Directory. Else, if you’re good with code, something like this can be accomplished using regular expressions

    All of that said, forums questions are better asked over at bbPress. You may have more luck there.

    #191055

    In reply to: WordPress 4

    danbp
    Participant

    BuddyPress 2.0.2 is compatible with WordPress 4.0 See this site: it’s working ! 😉

    500 Internal Server Error is a generic error message, given when no more specific message is suitable. There are a number of causes for a 500 Internal Server Error to display in a web browser. (cite)

    Which theme do you use ?
    https://wordpress.org/support/topic/500-server-error-after-upgrade-to-wordpress-40

    #190694
    Hugo Ashmore
    Participant

    @xprt007 What else have you tried before asking this question here?

    #1 would have been searching the forum archives for possible solutions from past threads (one of great benefits of forums are ever increasing db of information and help derived from questions & replies)

    #2 would be to check the WP plugin repo searching one something like ‘spam’

    In addition to danbp’s advice try installing Wanguard which seems to do a fairly good job along with perhaps a simple registration submission question – believe something called ‘BP-humanity’ might work.

    btw I edited your topic title to remove ‘urgent help’ that’s not considered an appropriate phrase to enter on subject titles 🙂

    #189691
    speedys
    Participant

    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/4jx8xl

    Thanks for all answers.. 🙂

    #189638
    JsonB123
    Participant

    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!

Viewing 25 results - 726 through 750 (of 2,990 total)
Skip to toolbar