-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Instead of using the static date stamp that we are now (as well as the images as well), it might be nicer to pull the date (probably even a time as well) straight from perl within the submit_news file. Then, the server can add in the timestamp on receiving the news item, and the frontpage won't be inaccurate anymore on when the topic was posted.
It would also be nice to have a field where we could specify a link to the forum discussion for the news topic, so that we could link directly back to the forum, so that users could then comment on the news story. I'd suggest getting rid of the number of comments next to the comment link, but use this field to link back.
Lastly, it would be nice to each news story to use an avatar for the person posting the news topic. This however, isn't urgent, but I think would be better than the current 3 static images. Just something to keep in mind for a future addition.
Should be a fairly easy issue to address once add_news is moved to using generated perl like the index page. ;)