Keyword

Extra Fields

  • pixelplaza
  • pixelplaza's Avatar Topic Author
  • Offline
  • New Member
More
13 years 2 weeks ago #99853 by pixelplaza
Extra Fields was created by pixelplaza
How can I turn of some of my extra fields from displayin in an item. I have some fields that need to be displayed in the back end but not in the front end.

Thank you in advance.

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

More
13 years 2 weeks ago #99854 by william white
Replied by william white on topic Extra Fields
Try searching item.php in an override for the foreach loop that displays the extra fields.

Put a test - if else endif inside the foreach loop around the echos that display the name and the value

if($this->item->extraField->name = "your field name"

do nothing

else

display name and value

endif

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

  • pixelplaza
  • pixelplaza's Avatar Topic Author
  • Offline
  • New Member
More
13 years 2 weeks ago #99855 by pixelplaza
Replied by pixelplaza on topic Extra Fields
Thank you

William White said:
Try searching item.php in an override for the foreach loop that displays the extra fields.

Put a test - if else endif inside the foreach loop around the echos that display the name and the value

if($this->item->extraField->name = "your field name"

do nothing

else

display name and value

endif

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


Powered by Kunena Forum