
catweasel
User
Apr 10, 2009, 5:44 AM
Post #12 of 19
(8820 views)
Shortcut
|
|
Re: [Donna] Converting .shtml pages to .php
[In reply to]
|
Can't Post
|
|
Hi Donna, Sorry for the delay in replying. I think I have sorted out the problems with strange characters appearing in the posts after converting to .php – I think it was to do with me pasting text from Rich Text docs, instead of Plain Text docs. While I'm here though... I am running my copy of AM2 on my desktop computer using MAMP, and after a few problems setting the correct Server Settings, I am now able to update my site and all AM Templates etc locally before going live again. So far, the only thing I cannot get to work correctly are the 'Category Breadcrumbs'. My current (.shtml) Templates are set to : <!--#include virtual="$published.categoryBreadcrumb.webpath$" --> I have changed this to : <?php include("$published.categoryBreadcrumb.webpath$"); ?> However, nothing shows up on the published page. I'm sure this is down to an error on my behalf, but can't quite figure it out! Thanks, Ray
|