Keyword

I need to hide a specific extrafield wich is not empty

More
13 years 2 months ago #98903 by buiak
I need to hide an extrafield that contain a parameter need it just for a plugin. I don't need to show this on the item page. Any help please ?

Please Log in or Create an account to join the conversation.

More
13 years 1 month ago #98904 by william white
Replied by william white on topic I need to hide a specific extrafield wich is not empty
Try using the if statement on line 10 ofthis link with only the extra field name and not the user status

Please Log in or Create an account to join the conversation.

More
13 years 1 month ago #98905 by buiak
Problem solved with the condition <?php if($extraField->name == "Rezervare" && $extraField->value !="none") ...

Thank you for your advace,

Regards,


William White said:

Try using the if statement on line 10 ofthis link with only the extra field name and not the user status

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum