Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'questions'

Viewing 25 results - 626 through 650 (of 2,230 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 !

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

    #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.

    #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.

    #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 🙂

    #189003
    danbp
    Participant

    @juanmgonzalez,

    thank you for your reply !
    The php GD2 library is necessary on your server to handle images.

    To all readers:

    In case of issues with common image handling and/or image cropping, ensure that your php has GD library enabled.

    On hosted servers, it is generally the case, but not on local with WAMP for example.

    Making a phpinfo will help you.

    Read also here about other server requirements (required or optionnal)

    #188857
    danbp
    Participant

    It seems to focus on Members random page.

    Ya, but only seems. The codex is not a ready-to-use answer to any kind of problematic or the solution for anything, but a guide who explains how things can/should be done with BuddyPress.
    That’s why you’ll find essentially examples who can be used to extend or achieve your projects.

    Codex pages are written by volonteers (like you tomorrow ?), and none of them is able to know or to write about any given issue, situation, need.

    It certainly would be an awesome codex, if every BP user would share some snipppet or simply some experience, by adding his personnal how-to…

    Hold on ! You have to try, experiment and realize yourself. The other face of freedom and open source, i guess

    If you have questions, do not hesitate. Like the codex, this forum is yours. 😉

    #188803
    danbp
    Participant

    @evilben,

    go to dashboard > users > profile fields.
    Required field on registration form should be added to the NAME field group.
    There is a date field type for birthdates. Set it to required, viewable by everyone

    For the TOS read here

    Another solution here (not tested)

    #188691
    Hugo Ashmore
    Participant

    Do try to always check tech documentation before asking questions, while the codex is not 100% perfect we have put a fair bit of effort into writing articles to help & guide people, such a how to work with template files in BP.

    #188305
    danbp
    Participant

    You’re welcome ! Don”t hesitate if you have other questions.

    #188298
    Thrift
    Participant

    I use a heavily modified version of twenty fourteen.

    I was just reading on creating a child forum. I guess I’ll have to do some studying to figure out how to create one for my current theme. I may be back with additional questions after I do a little research on this.

    I appreciate the response.

Viewing 25 results - 626 through 650 (of 2,230 total)
Skip to toolbar