I need a simple Twitter-like script which allows users to register, login and then make posts with hashtags (they have to get recognized and placed into a seperate MySQL table/column). I'd love it if you use some jQuery too.
Requirements
I need:
no design/graphical stuff
simple template system
simple user system (registration/login) (doesn't have to be unique; you can use old snippets you've got lying around)
posting system with hashtag support (they have to be saved in a different table/column)
Extra:
You may use jQuery to validate the forms/make things look nice
You may use a framework like CI/etc.