422
MVP422 MVP
Reactions
-
Re: Bootstrap : using cookie to show modal just once
We did it using php and jQuery < ?php if (!isset($_COOKIE['modal'])){ setcookie("modal", "true", time()+86400, "/"); ?> < script type="text/javascript"… (View Post)2 -
Create your own Facebook ID card ( fun )
I have had a couple of hours to spare, so created a facebook ID card app. Check it out at http://fbid.com.au Follow us on facebook My FBID (View Post)1 -
Bootstrap : using cookie to show modal just once
I am working on another app ( just a small fun project ) will need a little php help, but thats another issue. I will post this after we solve this issue. I fire a modal on window load, and only wish… (View Post)2 -
Re: Bootstrap : using cookie to show modal just once
fixed ( if anyone needs solution just ask ) (View Post)1 -
Re: How can I change...
search the forums for locale file changes (View Post)1