Cannot edit news items

Cannot edit news items

Carl Shepherdson發表於
Number of replies: 1

I have setup a test VLE for our science department, before i put it onto the main server. I am using the latest version.

For some reason i cannot edit news items once i have posted them.

www.cshepherdson.com/vle

On the main homepage i would also like to order the news items to what order i would like is this possible?

Thanks in Advance

Carl

評比平均分數: -
In reply to Carl Shepherdson

Re: Cannot edit news items

Steve Hyndman發表於

Carl,

Add the following line of code in your config.php file and then you (the admin) will be able to edit news items at anytime.

$CFG->admineditalways = true;

The news items are posted in chronological order....I'm not sure if there is a setting to change this order.

Steve