freakency
Forum Replies Created
-
Forum: Plugins
In reply to: [Posts in Page] Posts in Page Pagination is returning Error.I think you have a general issue with pagination though in 1.4. I switched to old version and it fixed it. It is not getting the right URL of the page it is on. Page 2’s URL link is wrong. it has /?page-2 at the end but the root of the domain is a post name not the page it is on’s name so wordpress tries to find the nearest match.
Forum: Plugins
In reply to: [bbPress Toolkit] does this work with the latest wordpress?I have activated the plugin and set these options in the tools/bbptoolkit options.
Is there something else i need to activate or set?
Forum: Plugins
In reply to: [WP Store Locator] sorry we have no imagery herethat fixed it, many thanks.
Marcus
Forum: Plugins
In reply to: [Registration Options for BuddyPress] users not being assigned a forum roleApologies when we updated it reset lots of settings. The auto level part became unticked within the forum settings. Restoring this fixed it.
Hi Michael.
All good. I only noticed the difference between the files of the modified version and the original were those lines. I too do not think it was affecting anything. I needed to be in admin.php in the includes folder. I have now updated the script so it shows both the username and the extended profile before the approval process.
Thank you for your time on this and apologies for not diagnosing the actual issue quicker for you to check. The last bit of code was just what i needed.
Marcus
I have found the modified section in core.php
You replaced this:
# Prevent overwriting of existing exclude values.
if ( empty ( $r[‘exclude’] ) ) {
$r[‘exclude’] = implode( ‘,’, $excluded );
} else {
$r[‘exclude’] .= ‘,’ . implode( ‘,’, $excluded );
}With this:
$r[‘exclude’] = implode( ‘,’, $excluded );
Apologies on further investigation there appears to be no variable swop (the client got confused as on the approval screen it shows the nickname in the Name column.) See here:
http://survivorsforum.womensaid.org.uk/issue_264ty4yYT.htmlThe issue is the Username is not being shown on the approval screen as shown above. This only appears once the user has been approved which is obviously too late. Your code above shows nickname,firstname,lastname, and email. Is there any way to show the Username on this screen as well?
Hi Michael,
I have removed the files so we are good.
Just so i am clear we need to update to the new 4.3.0. Then we need to find the part that shows the extended profile in the modified file and add that code to the 4.3.0 version. I am not sure how this fixes the variable swop?
Or is the 4.3.0 version an easier version to add this info to and i need to add a different code?
I will have a look at both versions and try and work out where it is. Do you know which file the modified code is in? I will try ExamDiff. Then test on the staging server.
many thanks for your help.
http://survivorsforum.womensaid.org.uk/bp-registration-options-modified.zip
http://survivorsforum.womensaid.org.uk/issue_264tydTYT.html
Can you make this post private? or tell me when you have saved it so i can remove. This info even though i have blocked it out (but still showing you the issue) is really sensitive.
many thanks
Forum: Plugins
In reply to: [Registration Options for BuddyPress] fields getting swoppedhttps://wordpress.org/support/topic/admin-being-able-to-view-the-form-submitted
I am getting them to clarify it is definitely occurring at the approval stage. It is odd as it is not consistent.
Marcus
Forum: Plugins
In reply to: [Registration Options for BuddyPress] fields getting swoppedsorry correction, it is weirder: the first part of the email is getting swopped over to the username. So if their email is bobemailuser@hotmail.com this is changing the username to: bobemailuser on approval
Forum: Plugins
In reply to: [Registration Options for BuddyPress] registration approval by keymasterperfect. thanks for your help.
Marcus
Forum: Plugins
In reply to: [Registration Options for BuddyPress] registration approval by keymasterHi Michael,
thanks for getting back so quickly. I am fairly new to adding capabilities.
I tried this:
/*** allow keymaster to approve signups .......*/ $minimum_cap = apply_filters( 'bp_registration_filter_minimum_caps', $capability ); $role_object = get_role( 'keymaster' ); $role_object->add_cap( 'delete_users' ); /***/but i must admit i am totally guessing at this 😉
Forum: Plugins
In reply to: [BruteProtect] it still lets me attempt to login after 8 tries?Ok just to clarify the blocking algorithm will kick in when there is a genuine malicious attempt and redirect to a suspended page. (Without being able to test I need to be 100% sure it will kick in.)
I reason I ask is recently all my sites on a server got attacked by a bot wordpress brute force attack. I use secure passwords so no breach occurred however due to the amount of requests and no stop on the number of times the hackers could try, it resulted in what amounted to a DDOS attack on the server with more than 4 requests a second. My hosts took all the websites offline for a number of days. I can’t have this happen again. This plugin would stop this by limiting the number of bad attempts and therefore the sites would stay online?
thanks for you super fast support!
Forum: Plugins
In reply to: [Fullscreen Galleria] [Plugin: Fullscreen Galleria] How to get it to work?you can’t just put [gallery] on the page though you have to use
[gallery link="file"]