Do you mean like this?
Or do you mean like an "undo" thing (like Gmail uses)
[RFC] Skip post confirmation page
- callumacrae
- Former Team Member
- Posts: 1046
- Joined: Tue Apr 27, 2010 9:37 am
- Location: England
- Contact:
Re: [RFC] Skip post confirmation page
Thats requires user input.callumacrae wrote:Do you mean like this?
Or do you mean like an "undo" thing (like Gmail uses)
This RFC is about skipping pages like 'Your post has been submitted' or 'You have been sucessfully logged in'.
Formerly known as Unknown Bliss
No unsolicited PMs please except for quotes.psoTFX wrote: I went with Olympus because as I said to the teams ... "It's been one hell of a hill to climb"
- callumacrae
- Former Team Member
- Posts: 1046
- Joined: Tue Apr 27, 2010 9:37 am
- Location: England
- Contact:
Re: [RFC] Skip post confirmation page
Oh… so you mean like this?
That's QR only, but it would be very easy to add to login stuff, too.
That's QR only, but it would be very easy to add to login stuff, too.
Re: [RFC] Skip post confirmation page
No, it wouldn't be a modal box. It would be a small notification box like jGrowl in the corner out of the way.callumacrae wrote:Oh… so you mean like this?
That's QR only, but it would be very easy to add to login stuff, too.
And in that case QR would be changed to a jGrowl box too.
(We aren't using jGrowl but its commonly known but they look similar and I can't remember the notification boxes we will use that nickvergessen suggested but brunoais should know.)
Formerly known as Unknown Bliss
No unsolicited PMs please except for quotes.psoTFX wrote: I went with Olympus because as I said to the teams ... "It's been one hell of a hill to climb"
- callumacrae
- Former Team Member
- Posts: 1046
- Joined: Tue Apr 27, 2010 9:37 am
- Location: England
- Contact:
Re: [RFC] Skip post confirmation page
HumaneJS with jackedup or libnotify theme = nice
Re: [RFC] Skip post confirmation page
Actual thing: http://www.erichynds.com/examples/jquery-notify/
IRC Log about it: https://gist.github.com/1911428
IRC Log about it: https://gist.github.com/1911428
Formerly known as Unknown Bliss
No unsolicited PMs please except for quotes.psoTFX wrote: I went with Olympus because as I said to the teams ... "It's been one hell of a hill to climb"
- callumacrae
- Former Team Member
- Posts: 1046
- Joined: Tue Apr 27, 2010 9:37 am
- Location: England
- Contact:
Re: [RFC] Skip post confirmation page
+1 to using that, it is really nice.Unknown Bliss wrote:Actual thing: http://www.erichynds.com/examples/jquery-notify/
IRC Log about it: https://gist.github.com/1911428
- imkingdavid
- Registered User
- Posts: 1050
- Joined: Thu Jul 30, 2009 12:06 pm
Re: [RFC] Skip post confirmation page
+1callumacrae wrote:+1 to using that, it is really nice.
Re: [RFC] Skip post confirmation page
+1imkingdavid wrote:+1callumacrae wrote:+1 to using that, it is really nice.
Seems easy to use too.
EDIT:
After messing up a little with the system I can confirm that this is even better than I thought. There's no need of having any localized text in the js, so all the js can go to an external file (say YAHOOO to caching).
We could have something like this in the head:
Code: Select all
<style type="text/css">
.forJs{
display:none;
}
</style>