|
uCoz Community Archives Locked all the uCoz windows stopped appearing.. =( |
all the uCoz windows stopped appearing.. =( |
I just tried to log in to my website today and noticed that all references to the uCoz windows are suddenly not functioning. Even when I use the $LOGIN_LINK$ function on my links, nothing happens. Even if I try to login using the login form, the page just refreshes and I'm not logged in.... Is it related to my custom theme? I spent quite some time with my website design so I wouldn't want to re-do everything I did.. And BTW, it was functioning with my new theme until awhile ago when I tried it.. Please do help...
"Friends don't let friends use Internet Explorer 6." - Microsoft || Join the cause. Help your friends.
Post edited by shadowslash - Saturday, 2010-06-12, 10:12 PM
|
Here's the test account info:
username: test "Friends don't let friends use Internet Explorer 6." - Microsoft || Join the cause. Help your friends.
|
Hmm I implemented a javascript based on mootools... It's called BumpBox, would that conflict with the uCoz system? If yes, what would be the good way to get around that? (Maybe change some parts of my javascript that overlaps those in-use by uCoz, etc, etc)... Thanks in advance for your help!
"Friends don't let friends use Internet Explorer 6." - Microsoft || Join the cause. Help your friends.
|
Hmmm... Okay..... I just thought since I'm not part of the devs who initially made the uCoz system, somebody could give me a helping hand about what are the special variables / constants / etc that's in use by uCoz so that I'll know which to avoid using in my scripts.....
"Friends don't let friends use Internet Explorer 6." - Microsoft || Join the cause. Help your friends.
|
Quote (Dartz) You could try looking into source code but I doubt it'll help much. Are you one of the devs? If not, can you point me to a dev or somebody who knows the uCoz code? "Friends don't let friends use Internet Explorer 6." - Microsoft || Join the cause. Help your friends.
|
Quote (Dartz) web-service isn't my thing Hey me too Quote (Dartz) Kron is one of the devs. Thanks for sharing! "Friends don't let friends use Internet Explorer 6." - Microsoft || Join the cause. Help your friends.
|
MooTools is a completely different javascript library. One that almost rivals jQuery and is the reason none of the ajax works properly on your site. Much like jQuery plugins, most of which require the latest build, you need to find a noconflict(); solution when dealing with two different or two of the same frameworks. Either or.
That's the situation here. |
Quote (kostova) MooTools is a completely different javascript library. One that almost rivals jQuery and is the reason none of the ajax works properly on your site. Much like jQuery plugins, most of which require the latest build, you need to find a noconflict(); solution when dealing with two different or two of the same frameworks. Either or. That's the situation here. The main reason I used MooTools is because it offers a somehow neat bouncy effect. I can't find such on jQuery. If you notice, when you click on the About link at the top navigation of my website, you'll see my implemented script in action. I wanted to use that for certain parts on my website. Not only that About link. If unsure what my site is, click my signature. "Friends don't let friends use Internet Explorer 6." - Microsoft || Join the cause. Help your friends.
|
| |||
| |||