webjunk
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Display name in thank you message?When you view the Contact Form you can edit it then click on Save at the bottom.
When viewing the Contact form, look near the bottom and click on the Bold Messages. You can edit the Thank You messageForum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Fatal ErrorHave no idea what the “directory box” is.
Am not familar with 1and1.I will say most of your problems are caused by yourself. By not upgrading. As for most plugins having bugs, the opposite is true. What you were told was an outright lie. Most are well tested. But if you fail to keep everything upgraded than its not a bug but like I said before, trying to install the new vers. of Word or Excel with Windows 98. What do you expect?
Have hundreds of WordPress websites some very complex with many plugins and have rare issues. Most problems on these forums are because like you they are running older versions of things, failed to read the documentation for which WP & plugins has plenty on here or are trying to do something beyond the normal scope of the plugin.
I work with other applications besides WP (won’t name them here) as well as straight HTML/PHP but have less issues with WP.Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Fatal ErrorUse your FTP client. Or you could use File Manager from whatever cPanel, Plesk or Control Panel you might have access to.
Fi it in Google Webmaster tools
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Fatal ErrorRename your theme’s directory. If the theme is the problem it will use the default and let you in.
Otherwise try renaming the plugins directory adn create a new empty one with the same permissions.Most likely the NEW plugin version requires the NEW version of WP. Know it does not make sense 🙂 Kind of like MS Word requires the newest version of Windows….
There is no reason to stay on WP 2.9.2. You miss a thousand fixes, additional features and of course being abe to use the newest version of plugins which BTW, also have fixes & new features. I your theme works in 2.9.2 it will work in WP 3.01
But if you would rather Pay someone else to do what you can do yourself, and be forced into a different application you do not want well……..If you are on WP 2.9.2 then upgrade WP. The newest version of the plugins are designed to work with the newest version of WP.
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] email address not being capturedHonestly not sure. It will insert WordPress in the From field if any other sender address is not formattred right.
Try in the Form field putting:
John Smith <jsmith@smith.com>see if you still get WordPress in the From field.
Forum: Plugins
In reply to: [Google XML Sitemaps] For Large WebsiteI have a seperate script to split a sitemap. The plugin as far as I know can not do that. Will have to look for it or pull it down from one of my clients, later.
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] email address not being capturedMight help if you tell us Exactly what you have in the Message Body.
@mingsu
Been a while since I used the File Upload feature but there was/is default file types and size.
This is from the plugin:
// Default file-type restriction
if ( ” == $file_type_pattern )
$file_type_pattern = ‘jpg|jpeg|png|gif|pdf|doc|docx|ppt|pptx|odt|avi|ogg|m4a|mov|mp3|mp4|mpg|wav|wmv’;
File Size Limit used to be: 1MBAlso if a script file is uploaded its supposed to rename with *.txt
@milesa2
You have a different issue. Open a seperate Topic.Forum: Plugins
In reply to: Can't See Google Analytic pluginDId you activate it or you do not see it in the list of Plugins in wp-admin?
Forum: Plugins
In reply to: [Plugin: Contact Form 7] HTTPS (secure form)You need the link to the Contact Form to be https://
That is for two reasons:
1) It gives visitors the lock in the browser that shows it is secure so they feel comfortable. Now before people post that there is no information yet and ssl is stateless (all true) read:
2) Potentially (but not common) a form session can be hijacked and change the submit location. If any private info (passwords, etc.) are within the form then the hijacked session will get the info.Additionally you need to change the “form Action=” within the php’s to use https://yoursite.com/pathto/contact#wpcf7
Then the submit form will send over a ssl connection.
Think that’s it but am on my first cup of coffee….
Your choice in hosting companies is a large part of website security. When clients contact me and state they are hosted on godaddy, within my first response is they need to change hosting companies. In addition to security is all the other issues that can be read on here.
I like that the password is displayed. As the author states, lets people know its available. People forget or are not aware that much more dangerous information is stored in plain text. When you give Full Admin rights to other users you left yourself open. And rarely is there a reason to give them full rights especially if you have the role plugin:
http://wordpress.org/extend/plugins/user-role-editor/