BCKing
Forum Replies Created
-
It is unlikely that Apache is causing .htaccess to be written with one version back of the rewritten admin slug.
Same problem here. It happened within the last couple of days.
Forum: Plugins
In reply to: [Easy Testimonials] More link, stars output, excerptsThanks for the tips.
1. Adding this CSS kills the link in both the footer and in the page listing the testimonials.
a.easy_testimonials_read_more_link{
display: none;
}
This isn’t correct but I guess I can do a manual link to the more testimonials page in the page footer widget.2. I switched to text instead of pictures for stars.
3. I have the theme dazzling from theme downloads in wordpress, In the footer I have a text widget with
[testimonials_cycle random=”true” count=’5′ show_title=’1′ theme=’default_style’ use_excerpt=’1′ transition=’fade’ timer=’5000′ container=’1′]This is not giving me a clickable link to see the full testimonial. I have some with and some without excerpts.
Forum: Plugins
In reply to: [PHP Snippets] Update broke my site. Need to pay to restore it.Even a $0 cost is not a welcome surprise when it breaks a website. Next time I’d like to suggest running an interim version that pops up the license key requirement for a month or two before suddenly switching over. It was the surprise breakage that was the real problem.
Thank you for making the effort to keep this plug-in up to date.
Mift, I verified that $0 does work in the cart. I probably should have put in more but being out of regular gainful employment is expensive.
Forum: Plugins
In reply to: [IssueM] WordPress 4Thanks for the tip.
Forum: Plugins
In reply to: [IssueM] Please add this quick fix for paragraphs to next version$string = preg_replace("/\r\n|\r|\n/",'<br/>',$string);Forum: Plugins
In reply to: [Fast Secure Contact Form] Working on a 4.0 versionI stumbled across the php version after finding the wp version and I am glad I did.
I was considering utilizing WP as a form server. Now I don’t have to. What I’ve found in other mail form solutions leaves me with a wish-list that would make this standalone a standout.The only thing I’d consider a must is #1. The rest is just wish-list. When you reach 9, you’re well in the fluffier part of the wish-list and submitted to help you with ideas.
Wish-list:
1. Specifically for the standalone version: Instead of completely turning off domain checks when the install is hosted at a different site, would be an option to check for a specific domain or domains per individual form. This would be simple for the user to understand and allow a high level of security for one install that is used for multiple domains. PHP mail scripts I’ve used 10 years ago had this feature and it would be welcome to see implemented here.
2. Change number of CAPTCHA characters per form
3. Where CAPTCHA images don’t work or CAPTCHA is not an option it would be nice to, per form, design questions and answers as check for bots. It’s not quite as effective but questions can be branded towards the text already on the site. Its more appealing to a greater number of users than CAPTCHA images. Additionally the question sets can be randomized.
4. All extra fields must go above or below the message box. It would look better to have the option per field to go above and below.
5. I couldn’t find an easy way to reorder the extra fields.
6. Option to Email backup to admin address.
7. Make phone a standard field instead of an add-on. The regex I found that works well and requires at least 10 numbers is
/^(\D*\d){10,}$/8. I couldn’t find an easy way to reorder forms.
9. Sometimes you just want to be notified by text message that you have an email to go read. Implement a SMS styled notification system. Provide a list of the email to SMS gateway domains.
10. Implement the same as 9 for twitter
11. Time limit multiple completed submissions, another way to spam limit the system. Start a countdown until a second email can be send from the same ip.
12. blacklisting/whitelisting by root domain and by ip and ip block.
13. SMS/Email/Twitter when attack is detected and lockout that ip.
14. Maintain a monthly count successful emails per form and email to site admin. Good for knowing if you’re an unwilling spammer. Great if you charge clients on usage.
Forum: Plugins
In reply to: [Plugin: MailPress] Continuous ‘Loading…’ in IE 7 Subscribe WidgetI’m having the same trouble.
It appears to be stopping if your database encoding doesn’t match up. I tried setting WP from UTF8 to UTF8_unicode_ci and the ‘Loading’ went away. However text no longer looked correct so I switched back to UTF8 in WP and still have the ‘Loading’ message.
When I looked in phpMyAdmin it looks to be defaulted to UTF8_unicode_ci for ‘MySQL connection collation’.
Forum: Plugins
In reply to: [Plugin: cformsII – contact form] Incompatibility with WP 2.7 admin themeI too have 2.7 installed with 9.3 cforms. My problem may be a different one. My system has over 10 forms installed. When I get into the form management screen I see a blank form at the 10th form.
I then deactivated and reactivated but still had a few lost forms.
I did a save all settings and examined the output. What I found in the output were a few forms both named cforms1 and no cforms10 or cforms11. The form selection drop down now has two blank forms in the middle.
Any ideas?
Forum: Plugins
In reply to: Google Sitemaps and WordPress 2.3 (Please help testing)I fixed my problem too by clicking the box “Enable manual sitemap building via GET Request”
I thought that it wasn’t grabbing my sub pages when I was clicking on “rebuild the sitemap”. What was actually happening was the sitemap wasn’t rebuilding without the GET Request option turned on. I suggest that perhaps there should be a note next to this option or have the option greyed out if GET Request is turned off.
Forum: Plugins
In reply to: Google Sitemaps and WordPress 2.3 (Please help testing)Version 3.0 is working fine for me on WordPress 2.3 except:
All pages that are sub pages are not listed in the Sitemap.
Forum: Plugins
In reply to: Plugin ApprovalI don’t know. I’m still waiting too.
Forum: Installing WordPress
In reply to: Any experts here who run WordPress on localhost?Xampp works great as on a usb stick to take your development environment with you. Have you checked Options/Wordpress address (URL) and Options/Blog Address (URL)