Some time ago I was asked a question (through the form you see on the right). Here is the question:
hello, so i tried setting up some new functions in C5, including a breadcrumb and a more "blog like" interface .. both of them come up with parsing errors, it must be that i’m not implementing the code correctly.
here is what i found,
<h3><?= $c->getCollectionName() ?></h3>
<div id='blog-envelope-information'>
Posted by <?= $c->vObj->Version($c, $cvID = "ACTIVE", $extended=true)->getV
ersionAuthorUserName() ?>
at <?= $c->vObj->Version($c, $cvID = "ACTIVE", $extended=true)->getVersionD
ateCreated('Y') ?>
</div>
i assumed that creating a "blog.php" in my themes folder and with the h3 & div tags it would work fine but i still get errors.. i’m really confused, and could use a pointer if you have a sec. thank you.
[Read more]