hey, I'm new to silverstripe. I'm tweaking layout issues, and I want to modify some of the HTML in a BlogEntry, specifically the submit comment form. This is $PageContents in the template, but I can't for the life of me find where that's being set. I looked in blog/code/blogentry.php and it doesn't seem to be there? Sorry if I'm missing something obvious >.<.
We've moved the forum!
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.
PageComments is not a blog thing, page comments are part of the default package. It points to a function PageComments() in sapphire/core/control/ContentController.php
If you want to override the functionality then you can define this function on your Page.php file in your code or add a template file (PageCommentInterface.ss or PageCommentInterface_singlecomment.ss) in themes/yourtheme/templates/ to override the default html