Stories - several questions
LRACMS 0
From: -
From: -
Notice
This topic is archived. New comments cannot be posted and votes cannot be cast.Responses to this topic
1 Re: Stories - several questions
Philipp
From: Vienna, Austria
Administrator
1340From: Vienna, Austria
Stories - several questions
Template news and story
Add after:
the following:
Template news and story
Add after:
// Teaser image?
if ($insert[story_teaser]) $teaserline = "<img src=\"images/teaser/$insert[story_teaser]\" border=\"0\" align=\"right\" hspace=\"10\" vspace=\"10\">";
the following:
// Date mod
$rawdate = explode(" ",$insert[story_time]);
$rawdate = explode("-",$rawdate[0]);
$insert[story_time] = date ("l",mktime (0, 0, 0, $rawdate[1], $rawdate[2], $rawdate[0]));
1 Re: Stories - several questions
LRACMS
OP
0
From: -
From: -
Stories - several questions
I think he means where the line reads"Posted by..." with the date given.
- Louis
I think he means where the line reads"Posted by..." with the date given.
- Louis
1 Re: Stories - several questions
Philipp
From: Vienna, Austria
Administrator
1340From: Vienna, Austria
Stories - several questions
Which blue bars? On the frontpage?
Which blue bars? On the frontpage?
Philipp:
My editor had the following questions.
1. Is there a way that groups of stories can be designated a unitary issue? I.e., instead of designating by date of posting (on the blue bars) is it possible to show just the Tuesday of Friday date of issue?
2. Is there any difficulty in my re-arranging the order of the stories?
- Louis Andrews