Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 2,526 through 2,550 (of 22,644 total)
  • Author
    Search Results
  • #277176
    brudderj505
    Participant

    I’m not the type of person that’s going to issue a bunch of complaints and not issue any suggestions so I do have one suggestion regarding a search navigation problem… The search navigation problem should be established on the page where the user has direct access to it to designated to what page is on the website he wants to put it on for one thing I’m building an adult social media platform and in the state of New Mexico I can be facing federal charges if I had the navigation bar for the platform buddypress31 on my front page We’re Miners could get to it for the more I have a moral problem with that second of all there’s a technical problem with that having it as a widget you really have no easy access to manipulating the navigation bar as to where you want it on your website so just like users & groups you ought to set the navigation bar as page or something to that effect where I can be easily handled or even better yet maybe just to plugin and just tell the customer wants it download buddypress31 load the plugin for the navigation bar which is customizable to what page is you wanted on and how you want to set it up just like the navigation bar for WordPress… Okay so that’s my one constructive thought I don’t have any idea what to say about the image problem I can’t figure it out I think it’s a great big pain in the butt
    my other consideration to the end user if you would know PHP in user that is is that you ought to be able to access all of the PHP HTML for buddypress31 press editor then at least it would be easy access to the fundamental code if you had to buy no other choice do any kind of reprogramming…

    Once again just my humble but accurate opinion

    #277174
    brudderj505
    Participant

    Once again I would like to reiterate that I am not trying to bust anybody’s chops or anything to that nature…
    I am a front end developer at best and definitely not a software programmer but I understand how stressful it can be and how difficult it is to find the bugs until people start to use it…
    but especially in the case of buddypress31 must have at least a thousand people participating in the project to a greater or lesser extent there for you have more than enough user pool to give it throw testing for integration with current WordPress as well as back versions… As far as setting up an end-user direct response system for problems I’m not sure how to approach it but I know that if it were tackled it would vastly improve buddypress31 pro version software
    .

    Just my humble but accurate opinion…

    #277173
    brudderj505
    Participant

    my previous post in regard to this particular website is the fifth revision of this website the first for revisions of this website were all used with auto install and after that I downloaded the entire buddypress31 swear explicitly prohibits Auto install of WordPress with platform like soft pholicious which is what I used to install WordPress the first three times in the first three instances you could not access the sign-up or the registration or the activate page I’ve gone through at least six teams and it did not integrate well with any of them for various reasons some functions woodworking one theme and then other things those functions would break in new functions would work but and nothing was it completely functional… So I had WordPress installed by the it texted DMT to make sure that it was installed correctly through the admin panel MySQL which is what is required for the WordPress in order for buddypress31….
    I am aware that buddypress31 but that does not excuse the fact that there is no core development structure going on to supervise the fluid integration of buddypress31 press WordPress itself is an open source project and It suffers a similar problem…
    open source project in something like science research is incredibly useful cuz you can get hundreds of thousands of subjects to participate but it’s something like complicated software development it has serious pitfalls and downfalls to compensate for those pitfalls and downfalls there needs to be some form of structured end-user resource for immediate specific question and answer… But even before that then needs to be some kind of structured LLC hierarchy type situation that supervises the functionality of the software before it is released to the public…
    In this last paragraph I’m disgusting the business structure that applies to a successful business because that’s what I know as I mentioned in my earlier post I’m only interested in software development to the extent that it makes me money as a businessman and an entrepreneur…
    and I sincerely believe that that is the case for most people that are interested in buddypress as in casual bloggers don’t really have an interest in the social media platform per se

    olandir
    Participant

    I have a corporate Intranet running on WordPress 4.9.8 and BuddyPress 3.1.0

    I have specific xprofile fields that I’d like only editable to people who have the “Edit Users” capability.

    I’ve seen snippets of code here or there that almost do what I’m looking for but everything I’ve found is old and out of date.

    Could someone help me with this.

    Basically I need the PHP equivalent of

    If we’re on the edit BuddyPress profile page AND user does not have the “edit users” capability then hide profile fields with X id(s).

    I’d also be happy with specifying a role instead of capability as long as I can specify multiple role ids.

    Thank you in advance.

    #277163

    In reply to: Activation Email

    Prashant Singh
    Participant

    Hi,

    Please try these plugins : https://wordpress.org/plugins/wp-mail-smtp/ and https://wordpress.org/plugins/wp-better-emails/ to check if the mail sending is allowed there. After setting up the plugin please try to send a test mail first and if it works then try with activation email.

    Hopefully, it will help you.

    Thanks

    #276919
    kelwin17
    Participant

    i got solution after reading many posts.. here it is link: https://buddypress.trac.wordpress.org/ticket/6893#comment:17

    #276911
    Prashant Singh
    Participant

    Hi,

    This code will allow to use all the WordPress emails instead of BuddyPress or if you have existing email template system. So password reset should work for you.

    Thanks

    #276900
    Prashant Singh
    Participant

    Hi,

    You can directly create a WordPress user also and it will become BuddyPress member automatically.

    Please check: https://wpengineer.com/2054/create-users-automatically-in-wordpress/

    Thanks

    #276883
    Prashant Singh
    Participant

    Hi,

    Please install and activate this plugin https://wordpress.org/plugins/easy-theme-and-plugin-upgrades/ and then download the zip of BuddyPress plugin from wordpress.org and then on your site go to add new plugin and upload the zip there.

    It will replace the previously existing folder and will add the new one.

    Thanks

    #276880
    Prashant Singh
    Participant

    Hi,

    Please put this code in child theme’s functions.php to disable BuddyPress emails
    add_filter( 'bp_email_use_wp_mail', '__return_true' );

    To mark users auto approve please use this plugin https://wordpress.org/plugins/bp-disable-activation-reloaded/

    Hopefully, this will help.

    Thanks

    #276871

    In reply to: 404 all bp pages

    Prashant Singh
    Participant

    Hi,

    Please re-save your permalinks and then test again.

    If it is still not working then please write this line Options +FollowSymLinks in htaccess just brfore #BEGIN WordPress

    Hopefully, it will solve your issue.

    Thanks

    Prashant Singh
    Participant

    Hi,

    A workaround will be to use this plugin https://buddydev.com/plugins/bp-autologin-on-activation/

    So as soon as they activate their account they will be auto logged-in.

    For the previous members we can ask them to reset password https://codex.wordpress.org/Resetting_Your_Password once to see if they are able to login or not.

    Thanks

    #276868
    Prashant Singh
    Participant

    Hi,

    If another site is also wordpress-buddypress then please check this plugin https://github.com/wbcomdesigns/buddypress-member-export-import

    If it is simple WordPress then please check this plugin https://wordpress.org/plugins/users-customers-import-export-for-wp-woocommerce/

    Thanks

    #276853

    In reply to: 404 all bp pages

    iburnthings
    Participant

    Here is my .htaccess

    
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress
    
    #276844

    In reply to: Adding user subgroups?

    Prashant Singh
    Participant

    Hi,

    1. So for this, you can create groups in BuddyPress with company name, also have member type feature using this plugin https://buddydev.com/plugins/buddypress-member-types-pro/ and create.

    2. Create member types with the same name as your groups and they will be listed at the time of registration so one can choose to which company they belong and then you can use this plugin https://wordpress.org/plugins/bp-auto-group-join/ to let them auto join to the respective company groups. In this way, they will be joining their respective community group automatically when they register by choosing the member type.

    Hope this makes sense.

    Thanks

    #276832
    Prashant Singh
    Participant

    Hi,

    There are number of plugins that provides shortcodes like this, please check this: https://wordpress.org/plugins/bp-activity-shortcode/

    Thanks

    #276831
    Prashant Singh
    Participant

    Please report them here https://buddypress.trac.wordpress.org/

    Thanks

    #276809
    Prashant Singh
    Participant

    Hi,

    I will suggest going with this plugin: https://wordpress.org/plugins/all-404-redirect-to-homepage/ or this plugin https://wordpress.org/plugins/redirect-404-error-page-to-homepage-or-custom-page/

    The first one will always redirect all your page 404s to the homepage and the second one provides you with the option to set a custom page.

    Hopefully, it will help you.

    Thanks

    Prashant Singh
    Participant

    Hi,

    Please revert your homepage settings and do not set register page as homepage and then use this plugin https://wordpress.org/plugins/buddy-registration-widget/ to get registration widget.

    Please try login then.

    Thanks

    #276783
    thedark52
    Participant

    Hi,
    I have wordpress 4.9.6 and that plugin seems to be not compatible with my wordpress version ( i can’t set the admin visibility)

    #276781
    Prashant Singh
    Participant

    You can go with this plugin https://wordpress.org/plugins/buddypress-admin-only-profile-fields/ to set the visibility to hidden/admin only.

    Thanks

    #276774
    Prashant Singh
    Participant

    Hi,

    It will be better if you will check this plugin: https://wordpress.org/plugins/bp-gdpr/

    Thanks

    #276771

    In reply to: Please help….please!

    lookingahead
    Participant

    thank you SO much @prashantvatsh — that worked!! the only thing i had to do after was to hide the things that were appearing above the picture/groups list now since the workaround you posted above. so, to the ‘additional CSS’ section in the wordpress customizer, i added:

    div#subnav-filters.subnav-filters.filters.no-ajax{
    display:none !important; 
    }
    
    div.pag-count.top{
    display:none !important; 
    }

    i realized that the image was not floating “above” the list of all groups….it was now part of the container (or whatever you call it) of the groups. and i wasn’t going to use those sections i just hid via CSS (above) anyway…thank goodness someone else had told me how to hide something else previously via CSS or i’d never have been able to hide that stuff i just hid, either! 😀

    thanks again for all your help. this works good enough for me. <3 you’re fantastic!!

    #276770

    In reply to: Description Groups

    lookingahead
    Participant

    @ipokkel okay lol….i had to restore my site to an earlier time, so….this fix was lost. totally sucks.

    and, i updated to the latest version. which apparently came out after your fix was posted.

    so here’s what you recommended:

    For a temporary workaround this worked for me:

    buddypress\bp-templates\bp-nouveau\buddypress\groups\single\cover-image-header.php

    line 62
    <?php echo esc_html( bp_nouveau_group_meta()->description ); ?>

    replace with:
    <?php echo bp_nouveau_group_meta()->description; ?>

    reference: https://codex.wordpress.org/Function_Reference/esc_html

    so i interpreted that location as:
    wp-content\plugins\buddypress\bp-templates\bp-nouveau\buddypress\groups\single\cover-image-header.php

    but when i got there, there was no line 62 as there had been before. even after the coffee this time… 🙂

    here’s the contents of the cover-image-header PHP file that i see at that location now:

    <?php
    /**
     * BuddyPress - Groups Cover Image Header.
     *
     * @since 3.0.0
     * @version 3.2.0
     */
    ?>
    
    <div id="cover-image-container">
    	<div id="header-cover-image"></div>
    
    	<div id="item-header-cover-image">
    		<?php if ( ! bp_disable_group_avatar_uploads() ) : ?>
    			<div id="item-header-avatar">
    				<a href="<?php echo esc_url( bp_get_group_permalink() ); ?>" title="<?php echo esc_attr( bp_get_group_name() ); ?>">
    
    					<?php bp_group_avatar(); ?>
    
    				</a>
    			</div><!-- #item-header-avatar -->
    		<?php endif; ?>
    
    <?php	if ( ! bp_nouveau_groups_front_page_description() ) : ?>
    		<div id="item-header-content">
    
    			<p class="highlight group-status"><strong><?php echo esc_html( bp_nouveau_group_meta()->status ); ?></strong></p>
    			<p class="activity" data-livestamp="<?php bp_core_iso8601_date( bp_get_group_last_active( 0, array( 'relative' => false ) ) ); ?>">
    				<?php
    				/* translators: %s = last activity timestamp (e.g. "active 1 hour ago") */
    				printf( __( 'active %s', 'buddypress' ), bp_get_group_last_active() );
    				?>
    			</p>
    
    			<?php echo bp_nouveau_group_meta()->group_type_list; ?>
    			<?php bp_nouveau_group_hook( 'before', 'header_meta' ); ?>
    
    			<?php if ( bp_nouveau_group_has_meta_extra() ) : ?>
    				<div class="item-meta">
    
    					<?php echo bp_nouveau_group_meta()->extra; ?>
    
    				</div><!-- .item-meta -->
    			<?php endif; ?>
    
    			<?php bp_nouveau_group_header_buttons(); ?>
    
    		</div><!-- #item-header-content -->
    <?php endif; ?>
    
    		<?php bp_get_template_part( 'groups/single/parts/header-item-actions' ); ?>
    
    	</div><!-- #item-header-cover-image -->
    
    </div><!-- #cover-image-container -->
    
    <?php if ( ! bp_nouveau_groups_front_page_description() && bp_nouveau_group_has_meta( 'description' ) ) : ?>
    	<div class="desc-wrap">
    		<div class="group-description">
    			<?php bp_group_description(); ?>
    		</div><!-- //.group_description -->
    	</div>
    <?php endif; ?>

    where do i put that fix now?????

    thanks in advance for any and all help.

    #276755
    Prashant Singh
    Participant

    Not an issue, just write exit(); after this wp_redirect( 'http://www.legit-check.dk/rm_login/', 301 ); and also replace template_redirect with wp.
    I forgot to mention that.
    If it still of no help, then please go for this plugin https://wordpress.org/plugins/simple-301-redirects/. You have to just enter the source and destination URL there.

    Thanks

Viewing 25 results - 2,526 through 2,550 (of 22,644 total)
Skip to toolbar