glreber
Forum Replies Created
-
Forum: Plugins
In reply to: [Fast Secure Contact Form] Ticket prefixdang it, you are correct. I finally got back to implementing the contact form and had forgot I had done that. Sorry for causing you to waste your time. but since I have your attention, is there a way to reset the increment?
Forum: Plugins
In reply to: [Fast Secure Contact Form] Ticket prefixI haven’t added any, it seems by default the email that gets sent from the requester now has [Ticket #] on the prefix of the subject line.
Forum: Plugins
In reply to: [Fast Secure Contact Form] pass page title to subjectokay the functions.php no longer has error and it is in place. but I don’t see the subject being filled in.
Forum: Plugins
In reply to: [Fast Secure Contact Form] pass page title to subjectnot sure what I am doing wrong now, but i removed the code since I could seem to get it to work. Now when I put it back I get a php error in the functions.php. I am pasting the exact code you have in the link provided above and it errors.
thanks for the help.
Forum: Plugins
In reply to: [Fast Secure Contact Form] pass page title to subjectokay i put this in the functions.php as noted but it doesn’t pass anything. I am sure i am missing something but I was expecting something to show appended to the email subject either in the form or when I received the email from the form. I will keep looking for something that I need to do on the form or link. thanks.
Forum: Plugins
In reply to: [WP Survey And Quiz Tool] question will not saveuser error
Forum: Plugins
In reply to: [Fast Secure Contact Form] pass page title to subjectok will give it a try, thanks Mike.
Forum: Fixing WordPress
In reply to: Slugs not workingthanks, i understand now i have to use custom. Should have looked a little more.
Forum: Plugins
In reply to: [Postie] [Plugin: Postie] Works manually but not automaticallyGood that your cron is working. As for the footer it shouldn’t load the get_mail.php but only be a link if the user is logged in as administrator. The if statement should only display a “Get Posts” link if the condition is met. You did put the php code with the link correct?
I noticed above that the <a href turned into a link in the post, didn’t anticipate that.
Forum: Plugins
In reply to: [Postie] [Plugin: Postie] Works manually but not automaticallyChuppa, I ended up using a crone job pointing to the …/postie/get_mail.php. I also put a link in the footer of my page only available to admins that I can use to run the page manually if needed.
================================================
<?php if (current_user_can(‘administrator’)):?>
Get Posts
<?php endif; ?>Forum: Plugins
In reply to: Fast Secure contact formYes thanks. As a follow up i had my sites migrated back to a different 4gh server and it does seem to be an issue with Godaddy’s server/php setup. The above solution works and I have implemented. There is also another plugin that is pretty good for anti spam on forms and comments. WP Enmask.
Thanks again hattendesign.
Forum: Plugins
In reply to: [Postie] [Plugin: Postie] Works manually but not automaticallyI have the same issue, will work manually but not in automode or with crone job.
Forum: Plugins
In reply to: Fast Secure contact formthanks for the info I will keep this information. the package change with godaddy is now completed which moved me to another server and the plugin is now working as it did before. I am going to leave it on the windows based server for now (since it works) and maybe in the future change it back to pure linux.
thanks again.
Forum: Plugins
In reply to: Fast Secure contact formForum: Plugins
In reply to: Fast Secure contact formI am actually trying something with Godaddy. I have changed my hosting plan to windows (w/php support) and then will be changing back to just linux servers again. I am thinking this will move me to another server that might not have the issues as when I originally started with them I had a windows/php supported account.
Here is the link, it is a test site that i use to experiment with but it is hosted on the same as my other sites. thanks for the help.