Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 25 replies - 1 through 25 (of 26 total)
  • @mbfit

    Participant

    Can a mod edit or delete the post that has my site name? This thread comes up on a google search and I was not able to edit the post. It is the 5th post down.

    @mbfit

    Participant

    What I’m asking is, is a user suppose to get a separate email with the activation code that they copy paste into? What is this version update info/procedure? Just would like all info on this as it seems pretty clear I will have to hire someone to fix it.

    @mbfit

    Participant

    Well I can agree with that for security purposes then I’m ok but I’m not getting an activation key. Can that be fixed, something I’m missing?

    @mbfit

    Participant

    What does that do btw? I’m assuming that it does not remove the activate key process? This is what I was actually looking for.
    Meaning I didn’t want an activation page and preferred the process of receiving an email to confirm profile and clicking confirmation just goes to the site and users page like before

    @mbfit

    Participant

    Ah yes I made an error with the above post. I had substituted the red lines with the green lines of code in the members/activate.php

    @mbfit

    Participant

    This is what I am hoping for too.

    @mbfit

    Participant

    Is there a way to roll back to previous version until I can afford a developer to fix this issue?

    @mbfit

    Participant

    The above did not work

    @mbfit

    Participant

    Right now I have this:
    <form action=”” method=”post” class=”standard-form” id=”activation-form”>

    <label for=”key”><?php _e( ‘Activation Key:’, ‘buddypress’ ); ?></label>
    <input type=”text” name=”key” id=”key” value=”<?php echo esc_attr( bp_get_current_activation_key() ); ?>” />

    and that should be overwritten with:

    <form action=”” method=”get” class=”standard-form” id=”activation-form”>
    <form action=”” method=”post” class=”standard-form” id=”activation-form”>
    <label for=”key”><?php _e( ‘Activation Key:’, ‘buddypress’ ); ?></label>
    <input type=”text” name=”key” id=”key” value=”” />
    <input type=”text” name=”key” id=”key” value=”<?php echo esc_attr( bp_get_current_activation_key() ); ?>” />

    This is in my buddypress/bp-legacy/buddypress/members/activate.php
    I’ll assume we should put this in the child theme?

    @mbfit

    Participant

    Thanks for response I’m using Version 3.1.0

    http://www.thelove4life.com

    @mbfit

    Participant

    Ah yes thank you, I will try there as well. Thanks for answering both my concerns!

    @mbfit

    Participant

    Thank you Boone Georges!

    @mbfit

    Participant

    @mbfit If by “unsearchable” you mean that they don’t show up in the directory anymore, then the problem is probably that the plugin deleted the ‘last_activity’ activity items for each user. As such, BP doesn’t show them as active users.

    Yes you nailed it.

    Tech support copied the file members-loop.php from the main theme to the child theme, so it looks like this childtheme/buddypress/members/members-loop.php

    and code:
    <?php if ( bp_has_members( bp_ajax_querystring( ‘members’ ) . ‘&per_page=’.sq_option( ‘buddypress_perpage’ ) ) ) : ?>

    to:

    <?php if ( bp_has_members( bp_ajax_querystring( ‘members’ ) . ‘&type=alphabetical’ . ‘&per_page=’.sq_option( ‘buddypress_perpage’ ) ) ) : ?>

    In case anyone else every happens to run into this..!

    @mbfit

    Participant

    It is that: site.com/forums (under construction at the moment)

    There is an option on the Dashboard to allow Forums for User created Groups, which then directs to the main Forum page (created and directed to Forum/”Groups”, by me as the Admin) and within are the subtopics created by the Users.

    If the case isn’t a BP issue I will also ask the Theme support. Any insight would be appreciated here too! Thanks.

    @mbfit

    Participant

    actually it made them unsearchable so I’m not sure what the issue is

    @mbfit

    Participant

    That plugin was bad advice. It deleted thousands of profiles.

    @mbfit

    Participant

    Does that make sense?

    @mbfit

    Participant

    Thank you. I feel the plugin will be less confusing for me

    @mbfit

    Participant

    Nope did not resolve the issue

    @mbfit

    Participant

    Thank you for your response. Will that work on the User end as well? If a User creates the Group?

    @mbfit

    Participant

    I would have thought text on a cover image an issue. Is this something on my end or is this how it’s supposed to be?

    @mbfit

    Participant

    any thoughts to help?

    @mbfit

    Participant


    @mbfit

    Participant


    @mbfit

    Participant

    ok I posted 5 links to images so I believe that was what gave issue to clear with mods. Thanks for your help.

Viewing 25 replies - 1 through 25 (of 26 total)
Skip to toolbar