Login

Member stats
Changes:
  • Change admin menu to not show options that you can't access, so if you can't access Private Messages, don't show that menu.
  • Allow adding posts to multiple categories. Also add the ability to display multiple categories instead of just 1 or all. Can also be used when displaying RSS feeds
  • Allow displaying news of multiple authors instead of 1 or all.
  • Add option to use image verification on submitting comments.
  • Add image upload section that can be used with BBCode images.
  • Edit news/comments, add more options for sorting/displaying news, show certain amount, arrange by date/author etc.
  • Add search feature.
  • Fix avatars not displaying properly
  • Add new bbcode url option for multiple urls
  • Remove avatar from add/edit news
  • Profile picture, remove that option, use Account Avatar instead
    • Scrap this, allow using an upload image as a profile picture
  • htmlspecialchars, create alternative function to instead only replace < & >, so that users can user foreign language characters and have them displayed properly - use htmlentities instead
  • Add access log, showing when each user signed in
  • Fix RSS feed title and location
  • Create new module to allow users to register
  • Add option to edit time/date of articles
  • Fix profile picture link when using friendly URLs
  • Add ability to display user avatars in comments.
  • Add ability to have multiple RSS Feeds
  • Add ability to edit the RSS code when adding/editing RSS feeds
  • Add system option to allow a prefix to be added to all links, can be used if the user already has a navigation system that the news is included into
  • Fix copying templates, news structure/comments structure
  • Add ability to specify the amount of posts to show when including news, instead of using the global variable.
  • Create a language file that seperates the language from the script, allowing users to easily change to a different language.
  • Editing news, show if comments for that article are disabled
  • Access levels, add option to allow/dissallow accessing the add/edit news section. can be used to completely restrict users from posting
  • Private messages, show amount of unread messages in the navigation menu and on the home/stats page
  • Add ability to display statistics when including news
  • Bug - Ajax comments, once a comment is posted any html after the comment form gets repeated.
  • Edit news - make the category column header "Categories" clickable, once clicked it'll then show all categores assigned to the news posts.