wpman
Forum Replies Created
-
Sorry, I can’t figure out the relationship between the magic tag and my problem. Because there is no topic field in Pods processor, it can’t send value to bbpress reply.
This is image about my problem.Could you make a magic tag for topic ID ?
Hi Josh,
Could you make a magic tag for topic ID ?I found two function about getting topic ID by reply ID.
output topic ID
return topic IDHi Josh ,
I found the function document. It’s hereI can’t find the “Topic” field in Pods processor.How to mapping ?
Hi David,
It also didn’t work. Did you test it with no problem ? If so, maybe other plugin I installed conflict with caldera form.I got the latest Pods add-on from Github,but {permalink} didn’t work.It redirect to https://www.domain.com/topic/%7Bpermalink%7D
I found an alternate method for redirecting to new post if someone need to know.For example
Your domain: https://www.example.com
Your custom post type : movie
In redirect processor:
https://www.example.com/?post_type=movie&p={pods:pod_id}sorry, I forgot to say ,those example is set {pods:permalink} in redirect processor.
Thanks, I look forward to it.
It also didn’t work. For example, if post title value I type 測試. it will redirect to https://www.domain.com/topic/b8e8a694%a8?cf_id=224
but correct url is https://www.domain.com/topic/%e6%b8%ac%e8%a9%a6%e7%94%a8?cf_id=224Hi Josh,
I found a problem , it only work if post title value is numeric or English.It didn’t work for chinese.Thanks. You’ve been very helpful.
I used pods caldera forms add-on. Did you mean set {embed_post:permalink} in redirect processor ? If so , it didn’t redirect to new post url. If setting {permalink} it also didn’t work.
Hi Josh,
Thanks for your help.I echo$field['config']['default'];
to test , like callback that it will display correct forum id value. But when I run my script,I still get nothing from specific field after submitting form.How to set object when that filter runs ?