Jmar42
Forum Replies Created
-
Forum: Plugins
In reply to: Are there ANY Security Plugins that work on a Windows server?Depends on what type of security you’re looking for. NoMoreCaptchas is available in .Net and ASP. The WordPress version is here. NoMoreCaptchas authenticates a user passively which is based on a new technology called BioChronometrics. The plugin basically eliminates bots/spam at the user login and contact form 7. Also, it eliminates brute force attacks. As the name implies, it really eliminates the need of CAPTCHA or reCAPTCHA which is important for ADA (partially blind or hearing impaired individuals). There are 7 CMS’s it’s available in. It’s free for personal sites and starts at $4/month for small businesses. If you want to resell it to your clients there is an affiliate program available at ZenCaptcha.
Forum: Themes and Templates
In reply to: [P2] Post Auto Updating Not WorkingIt says, “Woops, there is no server connected.”
Forum: Themes and Templates
In reply to: [P2] Post Auto Updating Not WorkingDeleted the child. Wont work period w/ auto post even w/ zero plugs.
Yes turned off all plugins. Didn’t do anything. I think a child them I installed messed it up. Took that off and still doesn’t auto update.
Forum: Themes and Templates
In reply to: [P2] Post Auto Updating Not WorkingI tried to put a child theme on it and it made this error of “Oops Not Connecting to Server”.
Anybody figure this issue out?
Forum: Plugins
In reply to: [BuddyPress Wall] BP wall newsfeedI would like to see all my following activity as well on the “Wall”.
Forum: Plugins
In reply to: [BuddyPress Wall] BuddyPress Wall Settings?If you goto the your username top rt corner you will see the wall in there.
Forum: Plugins
In reply to: [BuddyPress Follow] Add Follow Button on a postWhere do you put the code? Somewhere in the editor? Sorry, I’m newbi.
<?php
if ( function_exists( ‘bp_follow_add_follow_button’ ) ) :
if ( bp_loggedin_user_id() && bp_loggedin_user_id() != get_the_author_meta( ‘ID’ ) ) {
bp_follow_add_follow_button( array(
‘leader_id’ => get_the_author_meta( ‘ID’ ),
‘follower_id’ => bp_loggedin_user_id()
) );
}
endif;
?>Forum: Plugins
In reply to: [HashBuddy] Allow multiple hastag in posts and commentsIs there anyway to make the hash $ instead of #?
Forum: Plugins
In reply to: [Short URL] 404 error mobile appI swapped themes. it worked w out 404 issue w new theme. It must of been the theme.
Forum: Themes and Templates
In reply to: [P2] social sharing pluginPublicize is good. Goes straight to your users social network and sends out further.
Forum: Themes and Templates
In reply to: [P2] Mobile AppSeems to work fine w P2 Automatic theme. I’ve tried the p2 pulse theme and it would get a 404 errors when posting mobile app.