Tederic
Forum Replies Created
-
Yes, i want to create a .ics with a CRON every night.
With this export you can sync with google calendar.Indeed, i can use an another plug in to make a calendar with google.
If some-one need to SELECT on DB just follow the relational DB Concepts :
SELECT
meta_value
FROMwp_postmeta
WHEREmeta_key
LIKE ‘_wpbdp[fields][numberofyourfield]’You can make it by listing :
SELECT * FROM
wp_posts
WHEREID
LIKE ‘numberofyourpostID’SELECT * FROM
wp_postmeta
WHEREpost_id
LIKE ‘numberofyourpostID’If i would like a make CRON to create .ics
Could you give my an exemple to make a SELECT ? To get my Date with Business Directory ?
Thanks,
Ted
Forum: Plugins
In reply to: [Business Directory Plugin - Easy Listing Directories for WordPress] PDF & BDI have working on it with add-on “Kalin’s PDF Creation Station” (Using API tcpdf)
This add-ons looking for $post_id to generate the PDF. (Same for Pdf & Print)
This is a Session Variable of WordPress to localise the page you’are looking for.In Business Directory you are using this for generate you’re first page [business directory] but didn’t make any Session variable to repositioning.
Could you have look on this ?
Another question: Can you give us how you make you variable field like tel_number. (wpbdp-tel_number ?)
Thanks,
Tederic
Ok thats work great. Thanks you : )
Done by contact formulary
Ok thanks you,
Could you say them to don’t use “-” on $_Post variables, we can use this term in Action-Scripts.
I have to recode all variables : /