This website can use cookies to improve the user experience

This website can use cookies to improve the user experience and to provide certain services and functions to users. Cookies contain small amounts of information (such as login information and user preferences) and will be stored on your device.

Enable All Cookies Privacy Policy

Stories - several questions


avatar
LRACMS 0
From: -
Stories - several questions

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

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


1 Re: Stories - several questions
avatar
Administrator
1340
From: Vienna, Austria
Stories - several questions

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
avatar
OP 0
From: -
Stories - several questions

I think he means where the line reads"Posted by..." with the date given.

- Louis
1 Re: Stories - several questions
avatar
Administrator
1340
From: Vienna, Austria
Stories - several questions

Which blue bars? On the frontpage?

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.