phpBB-Blog / phpBB-Blog-for-3.1

An extension by Michael Cullum, imkingdavid (David King) and Erik Frerejean that adds a fully functional blog to your board.
https://github.com/phpBB-Blog
5 stars 10 forks source link

Notification/Confirmation Boxes #51

Open michaelcullum opened 12 years ago

michaelcullum commented 12 years ago

For confirmation boxes (Are you sure you would like to XYZ? or The XYZ has been successfully submitted) phpBB will now be using http://www.erichynds.com/examples/jquery-notify/ (Source: https://github.com/ehynds/jquery-notify )

The blog should also use it.

It would be nice to use AJAX for submission and to check for new comments and blog posts and update the post but thats something for later on.

imkingdavid commented 12 years ago

I agree with this. But we need to program this first without ajax and then add the ajax on top.

michaelcullum commented 12 years ago

or base our test boards on AJAX + events combined.