DVDK94
Forum Replies Created
-
Forum: Plugins
In reply to: [Participants Database] Placeholder [record_link] is emptyI’m not aware of any custom code that could influence the private id value. For testing, I have now temporarily deactivated all custom code snippets and custom participants database templates, with the same result: [result_link] doesn’t get replaced.
I have now created a test page, that you can use (if you want): Test PDB
If you fill out the form and send it (button “Senden”), you will get an email based on the following template:
[first_name] [last_name] [email] [record_link]
Forum: Plugins
In reply to: [Participants Database] Placeholder [record_link] is emptyMy real templates have a whole text including other placeholder tags. For testing, I created a template with only the [record_link] tag. Surprisingly the [record_link] tag only works if I have the tag [private_id] in the same template.
Forum: Plugins
In reply to: [Participants Database] Placeholder [record_link] is emptyThe tag [record_link] is used in an email template. The email is automatically sent out after a new registration. All the other tags in the template work as expected. However, the tag [record_link] doesn’t get replaced. In my first message in this thread I said, it gets replaced with an empty string. Actually, it doesn’t get replaced at all.
Template:[record_link]
Result (HTML view of the email in Thunderbird):
<p>[record_link]</p>
Surprisingly, with the following template it works!
[record_link] [private_id]
Result (HTML view of the email in Thunderbird):
<p>https://MY_DOMAIN/profile/?pid=04N8EIQ<br> 04N8EIQ</p>
Forum: Plugins
In reply to: [Participants Database] Placeholder [record_link] is emptybtw: My workaround with the link https://YOUR_DOMAIN/profile/?pid=%5Bprivate_id%5D works for all users. The page
/profile/
includes the shortcode [pdb_record].Forum: Plugins
In reply to: [Participants Database] Placeholder [record_link] is emptyIn the plugin settings I have set a valid page including the shortcode [pdb_record]. In the past the tag [record_link] worked. Therefore, I thought that maybe an update caused the issue.
- This reply was modified 1 year, 2 months ago by DVDK94.
Forum: Plugins
In reply to: [Participants Database] Placeholder [record_link] is emptyI have found a workaround:
https://YOUR_DOMAIN/profile/?pid=[private_id]
Version 3.0.1 fixes the issue.
Thanks @hupe13 !PHP version 7.4.20 is used.
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Excel Export with htmlI had the same problem and found a similar issue on GitHub:
https://github.com/CalderaWP/Caldera-Forms/issues/3177There one person suggested to use a code snippet as a workaround:
https://gist.github.com/New0/4e8cf59b73f7f4ad34a26105bd2a1b66Worked for me ??
Forum: Plugins
In reply to: NextGEN Gallery not workingYes i meant the developers of NextGen. If you have a problem i would suggest you to send them a message.
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Tweet with too big font sizeOh thanks for that information. I think this is a really weird feature from Twitter ??
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Tweet with too big font sizeOnly the last tweet from nextscripts has this big font size: https://twitter.com/BCWinzeln
Forum: Plugins
In reply to: NextGEN Gallery not workingThanks for the update.
After that I also contacted the developer and he sent me the new file. Now it works. Great!Forum: Plugins
In reply to: NextGEN Gallery not workingI have the same issue like you too. I hope this will be fixed soon.