medaa25
Forum Replies Created
-
Forum: Plugins
In reply to: Contact Form 7: How to add blind recipients using php?So here is what the author told me:
Yes, this could be done I think. Basically, you’d either need those email addresses in a location that could be grabbed by CF7 DTX (POST variable, GET variable, or custom post field) or else write a shortcode that retrieves the email addresses in comma separated form. Then you could set up a hidden dynamic text field that uses that string as a value as usual (via the appropriate shortcode). Use that field’s tag to insert the BCC in the Additional Headers box as described here: http://contactform7.com/2009/11/28/adding-cc-bcc-and-other-mail-headers/ and you’re good to go!
I have managed to sort this out by doing as said and created a shortcode. The rest is fairly easy: put the short code in the form header using CF7 admin
Forum: Plugins
In reply to: Contact Form 7: How to add blind recipients using php?Yes, I have, I emailed the coder a few hours ago to get his feedback on this issue. I am awaiting for his reply.
Any other work around will be appreciated.
Thanks a lot .
Forum: Fixing WordPress
In reply to: Problems with WP LANG. Translation Not Workingkeesiemeijer YOU ARE THE MAN!
If you have a paypal account let me know and I will send you beer money… Nothing much but I’d like to thank you and buy you a drink.
Forum: Fixing WordPress
In reply to: Problems with WP LANG. Translation Not WorkingHi keesiemeijer, Thanks a million for your tip, it works like a charm on most of the wesbite. However there is a problem with include files I think:
There is an advanced search feature located in the “includes” folder and it isn’t being translated. Do you know any other tricks by any chance? I have located that file, it is translation-ready as well.Thanks a lot in advance, you already saved me a lot of hair.
Forum: Fixing WordPress
In reply to: Problems with WP LANG. Translation Not WorkingUpdate:
I have also be assured by my host that my server has gettext enabled. I am with hostgator on a share server so that shouldn’t be a problem.