Hello,
I have a List with a php plugin enabled that will display a button for sending emails (run some code then send e-mail). The button is set to be visibile for a specific Joomla viewlevel but I need more, I need to show this button only if there is a specific value selected and saved for a dropdown field in form.
In short, how can I do the same as form_xx for list_xx to show/hide a button (not a column) based on another element value when the List load the rows? Or at least tell me how to get the value of an element in list_xx, I couldn't find any information in wiki or forum..
Thank you
I have a List with a php plugin enabled that will display a button for sending emails (run some code then send e-mail). The button is set to be visibile for a specific Joomla viewlevel but I need more, I need to show this button only if there is a specific value selected and saved for a dropdown field in form.
In short, how can I do the same as form_xx for list_xx to show/hide a button (not a column) based on another element value when the List load the rows? Or at least tell me how to get the value of an element in list_xx, I couldn't find any information in wiki or forum..
Thank you