sindark
Forum Replies Created
-
Forum: Plugins
In reply to: [Clef Two-Factor Authentication] Can't login – repeating login screenI have the same error.
I can get past it if I use FTP to rename the WP SuperCache folder.
Did you ever find out how to reverse the signature order?
I don’t think the original author is active anymore.
Forum: Plugins
In reply to: [SpeakUp! Email Petitions] Is this plugin dead?I have a new site up at: https://uoftfacultydivest.com/
It uses SpeakUp! Email Petitions and WP Mail SMTP.
The original plugin author doesn’t seem to be active, but the plugin still works.
It would be great to know about any future improvements.
Forum: Fixing WordPress
In reply to: Fatal Error after successful WP upgradeThat works for me. Thank you!
Forum: Fixing WordPress
In reply to: Fatal Error after successful WP upgradeThe plugin website hasn’t been updated since 2009:
https://www.kerrins.co.uk/blog/admin-ssl/
Is there another plugin that is newer and does the same thing? Makes the back end of WordPress SSL encrypted?
Forum: Fixing WordPress
In reply to: Fatal Error after successful WP upgradeUpgrading to WP 3.1 definitely causes a fatal error in combination with this plugin.
I like the plugin a lot, so I hope the author fixes it soon.
Forum: Fixing WordPress
In reply to: WordPress auto-updater doesn’t recognize my PHP versionThe GoDaddy instructions are at:
Forum: Fixing WordPress
In reply to: WordPress auto-updater doesn’t recognize my PHP versionHow do I do that?
Forum: Fixing WordPress
In reply to: Blogroll subcategories?I would also like to do this.
I want to be able to inform people about which linked blogs are on which topics.
Forum: Fixing WordPress
In reply to: Allowing visitors to browse ‘media’One complication is that I upload thumbnails that are 450 pixels across. The plugin would also need to create smaller versions for the gallery browsing pages.
Forum: Fixing WordPress
In reply to: Allowing visitors to browse ‘media’I tried installing that plugin onto a site running WP 2.7 and I get this error:
“Plugin could not be activated because it triggered a fatal error.”
I am already running PHP 5, as required for the plugin.
Forum: Fixing WordPress
In reply to: Allowing visitors to browse ‘media’Evita,
I will definitely give that Media Library Gallery plugin a try.
Forum: Fixing WordPress
In reply to: Allowing visitors to browse ‘media’Mike,
How would you set up such a gallery? I have about 1,200 images spread across nearly 2,500 posts.
Forum: Plugins
In reply to: WordPress 2.7 and Angsuman’s Authenticated WordPress PluginSomeone on AskMefi came up with this patch:
Edit the file ac_authenticator.php (in wp-content/plugins) and change these lines:
if ( (!empty($_COOKIE[USER_COOKIE]) &&
!wp_login($_COOKIE[USER_COOKIE], $_COOKIE[PASS_COOKIE], true)) ||
(empty($_COOKIE[USER_COOKIE])) ) {to this:
if (!is_user_logged_in()) {