Forum Replies Created
- AuthorPosts
DeneysDeBeer
ParticipantJust one question why did you not add this php script function as well as documentation in with the “Storm WordPress Theme” purchase, as it would save your clients a lot of time.
I think adding a “Register Form” that has no function or that is partially finished off is a bit of a let down and should be considered to be added in with the next upgrade.
Having said that. Thanks again for getting me up and running
DeneysDeBeer
ParticipantCreated custom Mysql table and edited the Quform database settings to use “submitted entries” tables as well as the costom one. I had to edit the function.php scripted and added the following to get the most recent post information
get_permalink($recent[“ID”]);
get_the_title($recent[“ID”]);
wp_get_attachment_url( get_post_thumbnail_id($recent[“ID”]));
get_post($recent[“ID”], ARRAY_A);Then with that information I created a HTML messages and posted it off to all entries in my custom table using “Bcc” as to hide the recipients.
All working OK
DeneysDeBeer
ParticipantUpdate….
Tested on 2 ipads, 2 iphones a Galaxy tablet and all tested OK.
The iPad that was having problems was jail broken so restored the OS and now is working fine.
Thanks
DeneysDeBeer
ParticipantPerfect, I will modify the function to read the correct database. Thanks
DeneysDeBeer
ParticipantThanks Ally. I will be testing this on Monday on two different iPads as well as a Galaxy tablet.
DeneysDeBeer
ParticipantAllan you are a star. It worked like a bomb
- AuthorPosts