Forum moderator: bigblog |
uCoz Community For Webmasters Custom Solutions 2 Automatic AJAX window on webpage load (Tutorial) |
2 Automatic AJAX window on webpage load |
Animorph, what if i am not using any module on my home page ( uCoders.uCoz.com)
If i helped you + My Reputation and Give me an Award.
|
Blazer, the colour of the ajax window can be changed through adjusting the colour of the admin bar.
Hope this helps, Jack of all trades in development, design, strategy.
Working as a Support Engineer. Been here for 13 years and counting. |
Quote (CreativeCollusions) #2. In the content area place the following: Code Make sure to <a href="$REGISTER_LINK$">Regsiter</a> or <a href="$LOGIN_LINK$">Login</a> How can I make it so that it only shows up when a unique IP or someone who isn't logged in views the site? A Naughty Dog Fansite! Check us out maybe even Sign up.
Violation of http://forum.ucoz.com/forum/30-3739-1 |
Dark__Gamer, you can do it by using Conditional operators.
If i helped you + My Reputation and Give me an Award.
|
Quote (Blazer) Dark__Gamer, you can do it by using Conditional operators. And what would the code be for that? A Naughty Dog Fansite! Check us out maybe even Sign up.
Violation of http://forum.ucoz.com/forum/30-3739-1 |
This is an example of how the code is going to look like
Code <?if($USER_LOGGED_IN$)?> Hello, $USERNAME$ <?else?> You are a GUEST. Please, register. <?endif?> If i helped you + My Reputation and Give me an Award.
Post edited by Blazer - Friday, 2011-06-17, 3:03 AM
|
How would I make it so the centered one closes on it's own after a couple of seconds?
A Naughty Dog Fansite! Check us out maybe even Sign up.
Violation of http://forum.ucoz.com/forum/30-3739-1 |
The first AJAX code. The one that is centered. How can I make it so it closes on it's own and not having to manually click X
A Naughty Dog Fansite! Check us out maybe even Sign up.
Violation of http://forum.ucoz.com/forum/30-3739-1 |
| |||