Ok, So on my site's home page I post the latest news. I am using vBExternal but this script is causing a bit of a problem when pulling urls from the forum.
Before I describe what I need, take a look at the article system.
http://www.grandtheftcentral.com/
When I post news articles in a designated forum, it publishes it to the front page where it displays the post, post author, number of replies, date and so on.
I need another one though since this one is a bit buggy.
Requirements
- I should be able to post articles from some sort of admin panel via a simple WYSIWYG or HTML panel
- It should output basics like Title, Post Body, Comment Numbers, Post Comment Link and so on
- People would need to log on first to post a comment
Simple as that. I don't care where it stores the news, it could be in a forum or in an independent db table, once it does the above jobs. Any help.
Thanks a lot.