IoanPokorny
Forum Replies Created
-
Forum: Plugins
In reply to: [Attachments] Update / alter field values from codeI need to dinamicaly populate a field of an attachment to set a value based on an activity a user does so I know it has been claimed by somebody.
The only thing I would need for you is to let me know how to save the the value from the above function or do it another way if it’s appliable, not sure what else I could use as I need that field for any individual attachment.
I really appreciate your work and it helps me a lot, I noticed that the premium version is not available, I can make a financial support to help you carry on with development but I really would need to be able to do that as your plugin offers exactly what I need and as it’s displayed using PHP I can arrange it in the exact layout I needd.
Thanks,
IoanForum: Plugins
In reply to: [Attachments] Update / alter field values from codeI just want to be able to store some values in the fields
I have made this function
function fute($name, $valoare)
{
$this->attachments[$this->attachments_ref]->fields->$name=$valoare;}
if I call it as fute(‘field_name’, ‘value’), it stores the new field value and if I echo that field using your standard function it displays me the new value.
The single problem would be what to do so I can store the new value in the database
Forum: Plugins
In reply to: [Attachments] Problems with adding my own fieldsOk, thanks.
You can mark this topic as solved
Forum: Plugins
In reply to: [Attachments] Problems with adding my own fieldsPerfect, thanks a lot. One final question and I’ll stop wasting your time.
Is there a way I can update the fields in this screen *spapshot (according to my custom ones)? now I get the standard fields when I add the media and have the others only later on the edit post page.
Snapshot:
https://89.44.32.139/audiotranscription/problem/screen2.pngThanks
Forum: Plugins
In reply to: [Attachments] Problems with adding my own fieldsUpdated to the latest version of wordpress,
got this error https://127.0.0.1/audiotranscription/transcriptions/transcription-for-ibm/Forum: Plugins
In reply to: [Attachments] Problems with adding my own fieldsOk, thank you for your time
Forum: Plugins
In reply to: [Attachments] Problems with adding my own fieldsStill the same problem. Updated the snapshots https://89.44.32.139/audiotranscription/problem/
Forum: Plugins
In reply to: [Attachments] Problems with adding my own fieldsok, I understand but what can I do to get my extra fields showing?
Thanks for your time