x
Forum Replies Created
-
Any update on the possibility of adding checkboxes?
For:
RestartSubscriptionBasedAutoRespondersAnd for:
ResubscribeForum: Plugins
In reply to: [WP Help] Need to move sync source to other websitethanks!
Forum: Plugins
In reply to: [WP Help] Need to move sync source to other website* Bump *
I am worried about the fact that we have the wpHelp plugin on all the sites we’ve built in the last year or so… we have it installed on our own live website and we have it synced to all our clients websites via a sync URL. So when we add a document to our site, it updates on all our clients sites.
The source URL appears not to be editable. We are working on a new site for our own company now, and when we make this new site live, will the URL connection between our site and the clients sites going to break? Will we have to update all the URLs.
dmpp, thanks for your feedback. Let us know how many attempts are made on safe-entrance.php
We have some cool stats we can share regarding our own server and how PFF has saved us bandwidth. Just yesterday alone, we counted 5683 attempts blocked.
Scott Offord
Orion GroupI have the same issue.
Forum: Requests and Feedback
In reply to: Strip out Microsoft Word’s extraneous HTML tagsI just tried “Paste from Word”, and “Paste as Plain Text” buttons, in WP 2.7, and it doesn’t work. a blank popup layer appears, and then expands, and then.. nothing.
In safari, it also downloads an html file when I click the button.
What’s up with that?
Scott
Comment out these two pieces of code in the file:
/plugins/events-calendar/ec_calendar.class.phplike this:
// $ecFile = get_bloginfo('stylesheet_directory') . "/style.css"; /* $ecData = file_get_contents($ecFile); if(strpos($ecData, "#today") === false) { $todaySet = false; } else { $todaySet = true; } */Forum: Fixing WordPress
In reply to: How can I remove the frame around the formopen wp-contactform.php and change this line (around line 212) from:
<fieldset><legend> '.__('Contact Form','cfiii').'</legend><div><em>* '.__('Required fields','cfiii').'</em>' . $wpcf_strings['error'] . '</div>To:
<legend> '.__('','cfiii').'</legend><div><em>* '.__('Required fields','cfiii').'</em>' . $wpcf_strings['error'] . '</div>And this line (around line 222):
</fieldset></form>');To:
</form>');I hope this helps. Scott
Forum: Plugins
In reply to: sIFR problem – using cg-flashytitles plugintry setting line-height instead of font-size in your css file. also, try setting a width for your tag, and display:inline