Miss Kagura
Domestic Kitty

| Posts: 25 |   |
|
Ewriting was used on the last site I put together. I made the frontpage a list of all the recently updated stories, but with that as the main content item, I also wanted story properties to be displayed.
It was really easy!
Just open mod_lastupdatedstories.php and add this line at about line 104 (after the section marked 'LINKING DESCRIPTION.' Don't replace any lines for this, only add them.)
| Code: | //SHOW PROPERTIES
if ( eWritingHTML::checkProperties() ) {
$content .= '<BR />'.eWritingHTML::storyProperties( $isEsp, $stories_list['properties'][$i], $stories_list['categories'][$i], $story->date, $story->updated, $story->totalchap, $story->completed, ' - ' ); }
|
If you want to make a page that displays a module as the main content item, publish the module to an unused position, make a blank content item for the frontpage, and insert this text into the contents:
| Code: | {mosloadposition positionname}
|
|
|
The administrator has disabled public write access. |