uCoz Community » uCoz Modules » Site Users » User Login Page and User Login Form
User Login Page and User Login Form
emseed
Posts: 20
Reputation: 0

Message # 31 | 4:57 AM
I added a slide deck to this site of mine: http://rhhftest.ucoz.com

but the slide deck is stopping me from logging back in, i have to go to other page where there's no slide deck to log in. What have i done wrong that stops me from logging in and how can i fix it?

i got a message showing this when i first try to log in

Quote
This XML file does not appear to have any style information associated with it. The document tree is shown below.

<ajax>
<cmd p="innerHTML" t="blk549516">
<![CDATA[
<div align="left" style="padding:10px;"><div class="myWinLoadSD"></div></div>
]]>
</cmd>
<cmd p="js">
<![CDATA[
var ad=window.location.href.replace(/#(.*)?/,''); setTimeout("window.location.href='"+ad+"?lbOLTD'",'1000')
]]>
</cmd>
</ajax>

Post edited by emseed - Saturday, 2011-10-08, 5:02 AM
Expert1510
Posts: 92
Reputation: -2

Message # 32 | 2:47 AM
Like in this site the login box is near the menu buttons and stuff, does anybody have that code?

Also how do you add the private messages alert link on there too?

Added (2011-10-08, 8:47 PM)
---------------------------------------------
And the log in, log out switch code...please give me the whole script to it thanks

Post edited by Expert1510 - Saturday, 2011-10-08, 4:15 AM
Paradox
Old Guard
Posts: 3284
Reputation: 145

Message # 33 | 7:26 AM
Expert1510, it can be done through editing the template by opening Control Panel > Design customisation > Login form. As for the entire scritps could you please specify exactly what you want to do with them.

Hope this helps, happy

Jack of all trades in development, design, strategy.
Working as a Support Engineer.
Been here for 13 years and counting.
Expert1510
Posts: 92
Reputation: -2

Message # 34 | 7:56 AM
Here is my problem:



Also, how can you widen your home page? Like the main block of it.
Paradox
Old Guard
Posts: 3284
Reputation: 145

Message # 35 | 8:04 AM
Expert1510, okay smile To do the login form thing you can do it simply through the editing of the template and pasting the $LOG_FORM$ in the header for when users aren't logged in. The links can be made through putting the following code there when users are logged in.

Code
<a href="http://site.ucoz.com/index/14">Private messages (<b>$UNREAD_PM$</b>)</a> · <a href="http://site.ucoz.com/index/8-0-$USERNAME$"><b>Profile page</b></a> · <a href="http://site.ucoz.com/index/10">Log out</a>


Hope this helps, happy

Jack of all trades in development, design, strategy.
Working as a Support Engineer.
Been here for 13 years and counting.
Expert1510
Posts: 92
Reputation: -2

Message # 36 | 8:14 AM
Thanks but can you be more specific with steps on how to add the log form and what to exactly do with it.

Also I'm those links an that script you gave me, shouldn't it say somewhere ($If_Users_Logged_In) or something
Paradox
Old Guard
Posts: 3284
Reputation: 145

Message # 37 | 8:17 AM
The link script I supplied was only for the links. The entire script would be;

Code
<?if($USER_LOGGED_IN$)?><a href="http://site.ucoz.com/index/14">Private messages (<b>$UNREAD_PM$</b>)</a> · <a href="http://site.ucoz.com/index/8-0-$USERNAME$"><b>Profile page</b></a> · <a href="http://site.ucoz.com/index/10">Log out</a><?else?>$LOG_FORM$<?endif?>


As for the login form you need to change the design in the HTML. I will see if I have time to make up a code and will paste it here sometime tonight wink

Jack of all trades in development, design, strategy.
Working as a Support Engineer.
Been here for 13 years and counting.
Expert1510
Posts: 92
Reputation: -2

Message # 38 | 9:28 AM
Yeah thanks for the code also make a registration link in that code too. If you post it tomorrow that'll be fine.

But can you give me the steps on how to add the log form in the banner
Paradox
Old Guard
Posts: 3284
Reputation: 145

Message # 39 | 9:35 AM
I will post about the login form tomorrow. Here's a revised link code smile

Code
<?if($USER_LOGGED_IN$)?><a href="http://site.ucoz.com/index/14">Private messages (<b>$UNREAD_PM$</b>)</a> · <a href="http://site.ucoz.com/index/8-0-$USERNAME$"><b>Profile page</b></a> · <a href="http://site.ucoz.com/index/10">Log out</a><?else?>$LOG_FORM$<br /><a href="http://site.ucoz.com/index/3">Register</a><?endif?>

Jack of all trades in development, design, strategy.
Working as a Support Engineer.
Been here for 13 years and counting.
Natashko
Posts: 3366
Reputation: 171

Message # 40 | 12:51 PM
emseed, this message means that there are third-party scripts on your website, that is why you can't login. Most probably your slide deck caused the problem. I suggest you enable third-party scripts at your website one by one to see, which one causes the problems and then remove it.
Expert1510
Posts: 92
Reputation: -2

Message # 41 | 5:45 AM
Hey Paradox, thanks a lot...but for the private messages the link is there and everything...but it doesn't alert me with the red flash and auto-announcement. Can you give me the code with the flash and announcement on the private messages?
Natashko
Posts: 3366
Reputation: 171

Message # 42 | 1:59 PM
Expert1510,
Quote (Expert1510)
Hey Paradox, thanks a lot...but for the private messages the link is there and everything...but it doesn't alert me with the red flash and auto-announcement. Can you give me the code with the flash and announcement on the private messages?

If you want you may use the code, which is used at this forum for PM:

Do not forget that PMs are discussed here: http://forum.ucoz.com/forum/7-2560-1#11435
[MOB]Trip
Posts: 10
Reputation: 0

Message # 43 | 5:31 PM
hello, my site when users attempt to register (confirmed myself also) the email, just does the 'loading symbol" instead of the green check, and never goes beyond that. However, if you click submit, it says form filled out incorrectly, even though, everything is correct.

ABKclan.com

anybodykillas.ucoz.com

thx.
lilu
Posts: 70
Reputation: 6

Message # 44 | 2:12 PM
[MOB]Trip, try to delete third-party scripts, they may influence the proper work of the website. And check if the registration form works properly.
[MOB]Trip
Posts: 10
Reputation: 0

Message # 45 | 5:30 AM
.... everything worked fine, untill i put a defualt ucoz script (top forum posters) then it bugged the $login$ module.. was redirecting to our paypal...so i just removed the login box (leaving the login/registration words/links) and it worked fine. I do however notice i have a new registered user...

i will attach... most of the main page via pastebin:

First container:
http://pastebin.com/WSB5AH9R

Second container
http://pastebin.com/9n0gcEzH

top part:
http://pastebin.com/AgfZwwA0

that should be sufficient enough for a review.

we've edited our page alot over time, so its pretty far from a default site. CSS .. edited.. intro page..etc... etc... but.. it worked b4 fine...

edit: o and its Trip[ABK] or .. Trip... im no longer a member of the MOB (video game gang) just...ucoz .. cant change name once its reg'ed
Post edited by [MOB]Trip - Saturday, 2011-11-05, 5:30 AM
uCoz Community » uCoz Modules » Site Users » User Login Page and User Login Form
Search: