Hi all,
I have used events module for displaying events.
I want to do "add and list reviews functionality" for particular event.
But i do not have any idea how can i do? so if anyone knows then please give me reply.
Thanks
This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.
Please use forum.silverstripe.org for any new questions
(announcement).
The forum archive will stick around, but will be read only.
You can also use our Slack channel
or StackOverflow to ask for help.
Check out our community overview for more options to contribute.
Hi all,
I have used events module for displaying events.
I want to do "add and list reviews functionality" for particular event.
But i do not have any idea how can i do? so if anyone knows then please give me reply.
Thanks
hi,
I try to list the reviews in the events page in front end.
So I have created database table for events review.
I have used below function for list the review.
public function getReviews()
{
return DataObject::get('eventreview');
}
And for displaying records, i have used
$Reviews.field name
but it is not displayed field name.
please help me if anyone know....