mrjysta
Forum Replies Created
-
Thanks Josh, keep us posted.
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] File Uploads Email attachmentsYes I added this to the root folder under the WordPress Rewrites/ see below:
‘
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
AddHandler php5-script .php
‘
Also check php5 is set in cPanel/Plesk when logged into your host.Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Receive mail but no attachment :(Hi guys, I had the same problem. Try forcing php5 in .htaccess make sure the following is included:
AddHandler php5-script .phpForum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] File Uploads Email attachmentsOk forcing php5 seems to have fixed this!
in .htaccess make sure the following is included:AddHandler php5-script .phpHowever I have noticed that the plug-in does not store the file permanently in the wpcf7_uploads folder, they are deleted once the email is sent.
Possible feature request then for next version??
And with this also the ability to view form submissions in wp-admin??If someone has done a fork for this pls let me know!
Thanx
Forum: Your WordPress
In reply to: My first serious attempt with WP!very nice! – how did you get your ‘blog’ page to stay highlighted when viewing full posts?