Forum Replies Created
-
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.
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.
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?
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 beforeAh 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
This is what I am hoping for too.
Is there a way to roll back to previous version until I can afford a developer to fix this issue?
The above did not work
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?Thanks for response I’m using Version 3.1.0
Ah yes thank you, I will try there as well. Thanks for answering both my concerns!
Thank you Boone Georges!
@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..!
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.
actually it made them unsearchable so I’m not sure what the issue is
That plugin was bad advice. It deleted thousands of profiles.
Does that make sense?
Thank you. I feel the plugin will be less confusing for me
Nope did not resolve the issue
Thank you for your response. Will that work on the User end as well? If a User creates the Group?
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?
any thoughts to help?
ok I posted 5 links to images so I believe that was what gave issue to clear with mods. Thanks for your help.