peripatew
Forum Replies Created
-
I’m asking the same question. You can manually add their IP address (if it stays consistent) to the blocked IP list. In the Login/Logout monitoring section of WordFence you can click “block” to temporarily block the IP, then switch over to the blocked IP list and click to permanently ban that IP.
I’m wanting this to happen automatically if the same IP gets a certain # of failed logins. I’m getting hundreds of block login emails a day.
Great. Thanks for your help. LOVING the plugin, installed it across all of my sites this weekend and was shocked at how many attempts there have been thus far.
Forum: Plugins
In reply to: [Simple Social Icons] Non-widget use: calling on the CSS?Good, but I was asking how to go about doing that? I can customize the output of via the Views app, but what css do I call?
Forum: Plugins
In reply to: [Personal Fundraiser] Help setting things up – Donate button not showing up?Hum. So, I’m a little confused. The plugin then is designed for a larger user base, with the hierarchy being Causes -> Campaigns?
Right now, I’m looking to just have 1 fundraising page, with a method of allowing people to donate as well as track progress towards the goal.
I’m unable to edit the details of the Campaign page though it seems, only the “mother cause”? The Causes setup the template yes? So, I should create the Cause, and then create a Campaign as if I’m the only user?
You mentioned that certain shortcodes don’t work outside of cause/campaign pages, is there a way around that? I understand the framework (or at least more than I did before I started!). If I were able to embed the process into an existing page that I could have more control over the customization, then that would work better for my particular instance.
I’m ok with a “no” for an answer, just asking to learn.
Thanks for the prompt response!
And of course as soon as I post something, it fixes itself! Not sure what the issue was. I resaved the settings in this plugin, as well as the settings for the individual user.
Forum: Plugins
In reply to: [Simple Social Icons] Not compatible with new Pro Themes?I can confirm this with Minimum Pro (3.0). I just upgraded from 2.0. There are 4 widget areas, EACH having an instance of Simple Social. If the settings are not identical, then all of the instances remain set on the default settings. Not to big of a deal once you realize it, but I was trying to set different settings for each one.
Forum: Plugins
In reply to: Best method of redirecting users to a specific page once they've logged in?Anyone?
Forum: Plugins
In reply to: [Login Logout Menu] Additional Menu ItemsA filter would be a great solution, would I just add in my code somewhere?
Forum: Plugins
In reply to: [Login Logout Menu] Additional Menu ItemsYes!
Forum: Plugins
In reply to: [Login Logout Menu] Additional Menu ItemsYes, it comes from: http://wordpress.org/extend/plugins/peters-login-redirect/
Here’s the relavent bit from the plugin page:
Custom “My Portal” link
A common need is to display the “redirect” link for a user in the site navigation or sidebar.Look at the function rul_register() in the plugin file for inspiration; it makes use of the redirect_to_front_page() function to determine the URL and then provides the relevant output code.
For a deeper dive into this feature, please see this video: http://www.screenr.com/Gqi8
Basically, I’m trying to create a link, which will use Peter’s Login Redirect plugin to send user’s to specific pages. I need them to click on a link in the menu though, which then call’s the function in his plugin. Here’s the function from the plugin:
function rul_register( $before = ”, $after = ”, $give_echo = true ) {
global $current_user;if ( ! is_user_logged_in() ) {
if ( get_option(‘users_can_register’) )
$link = $before . ‘‘ . __(‘Register’, ‘peterloginrd’) . ‘‘ . $after;
else
$link = ”;
} else {
$link = $before . ‘‘ . __(‘My Alpha and Omega’, ‘peterloginrd’) . ‘‘ . $after;;
}if ($give_echo) {
echo $link;
}
else {
return $link;
}
}I tried modifying your plugin, and was successful in adding in a #bawcustomp#, but his plugin adds additional formatting the breaks the menu’s hyperlink.
Forum: Plugins
In reply to: [Login Logout Menu] Additional Menu ItemsI’m using the plugin mentioned above. I need to insert this:
`<?php rul_register(); ?>
in as a menu item so that it will call that on click. I searched and couldn’t find a way to have it do such. Perhaps there is an easier way to accomplish a similar thing? Sorry for my lack of coding knowledge.
Forum: Plugins
In reply to: [Login Logout Menu] Additional Menu ItemsI’m using another plugin in conjunction with this one. Peter’s Login Redirect: http://wordpress.org/extend/plugins/peters-login-redirect/
In his notes section of the plugin, he mentions a “login portal” function of the plugin. I know the php required to call that, but can’t add it in as a menu item like this plugin does.
Could there be a way to add in custom PHP options that get pulled in as menu items like you have done?
Forum: Plugins
In reply to: [Subtle Background Patterns] Not displaying the patterns?I’m getting this for the live preview mode: http://d.pr/i/LqP1
And this on the background settings page: http://d.pr/i/9fMW