Event Custom field not showing up in category view

  • Elnino38
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
11 years 8 months ago - 11 years 8 months ago #44992 by Elnino38
Hey Tuan,

Event custom fields are not showing up in category view. I've seen this bunch of code in common/events_default.php :
Code:
foreach ($event->paramData as $paramItem) { if ($paramItem['value']) { ?> <tr class="eb-event-property"> <td class="eb-event-property-label"> <?php echo $paramItem['title']; ?> </td> <td class="eb-event-property-value"> <?php echo $paramItem['value']; ?> </td> </tr> <?php } ?> <?php } ?>

but the condition
Code:
$paramItem['value']
is never met. Looks like your function EventBookingViewCategory does not apply. Any way to fix this?

Custom fields are showing up properly in the single event view.
Last edit: 11 years 8 months ago by Elnino38.

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

  • Elnino38
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
11 years 8 months ago #44998 by Elnino38
Never mind, my mistake I've seen your option in the "Theme Tab" ... Too many options ;).

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

More
11 years 8 months ago #45017 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Event Custom field not showing up in category view
hehe, great !

Tuan

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

Moderators: Tuan Pham Ngoc