r0ss26
Forum Replies Created
-
Forum: Plugins
In reply to: [Participants Database] Update database automaticallySo I’ve downloaded the cronjob scheduler plugin, would a script like the following work if it was run every day?
https://github.com/r0ss26/acuads_wordpress_cronjob/blob/master/cronjobs.php
Forum: Plugins
In reply to: [Participants Database] Update database automaticallyI have a column in the participants database with the heading “years since PhD completion” and I want this to increment yearly after the user has added their record into the database.
I tried the custom template route and was able to get it do the calculation and display the correct value but then ran into a few problems.
Firstly I need it to work with the multisearch plugin and secondly I need the user to be able to sort by this column. i.e. to sort by increasing or decreasing values in this field.
I feel like the best way to do this would be to update the actual value stored in the database but not sure if this is really the best way or if it’s possible.
- This reply was modified 6 years, 11 months ago by r0ss26.
Forum: Plugins
In reply to: [Participants Database] Issue with radio/otherNo problem – thanks for your help
Forum: Plugins
In reply to: [Participants Database] Autocount supportThanks for you help, I will look into creating a custom template.
Forum: Plugins
In reply to: [Participants Database] Issue with radio/otherI’m updated to the latest version.
I’ve made a video showing the issue I’m having. It seems to only occur when two options are ticked that contain an ‘&’ character, I’ve shown in the video that changing it to ‘and’ gets rid of the issue (but I prefer the look of &). https://www.youtube.com/watch?v=nXbenU2paZ4&feature=youtu.be
thanks.
Forum: Plugins
In reply to: [Participants Database] Creating an ‘other’ fieldGreat, thanks!
Forum: Plugins
In reply to: [Participants Database] Change the text of Single Record FieldAh, thanks very much, I was putting the text that I wanted in “Values” instead of “Default” – my mistake! Thanks for the clarification.