Moolet Moo's Online FB 1.0.2

Get Moolets
Loading Loading...
Get Moo
 
Moolets Support Forums
Welcome, Guest
Please Login or Register.    Lost Password?
*Loading*.. but nothing ! (1 viewing) (1) Guests
Go to bottom Avatar Required To Post Favoured: 0
TOPIC: *Loading*.. but nothing !
#1166
brian_williford (Admin)
Admin
Posts: 474
graph
User Online Now Click here to see the profile of this user
Gender: Male
Re:*Loading*.. but nothing ! 10 Months, 1 Week ago  
Also. I dont use the "injectAfter " in my code, that is in the mootools file itself. So you may try downloading mootools 1.2 from mootools.net and see if that helps.
 
Report to moderator   Logged Logged  
 
Brian Williford
Jr. Spaceship Mechaninc
  Avatar Required To Particpate
#1167
Chickenhead (User)
Fresh MooTooler
Posts: 12
graphgraph
User Offline Click here to see the profile of this user
Re:*Loading*.. but nothing ! 10 Months, 1 Week ago  
Thanks Brian. I figured that. I don't touch IE for that same reason. It sucks.

I will keep trying some things. I have downloaded the 1.2 beta and got it is a form I can see the code and work with it a little. Tweak here, tweak there and I will either really mess it up or will fix it. I will also check with my uncle who is a big Microsoft dude and see if he has any ideas.

If I find out anything I will let you know.
 
Report to moderator   Logged Logged  
  Avatar Required To Particpate
#1173
Chickenhead (User)
Fresh MooTooler
Posts: 12
graphgraph
User Offline Click here to see the profile of this user
Re:*Loading*.. but nothing ! 10 Months ago  
Brian,
Me again. Just like a bad penny I keep showing up.

I am still stuck, but I wanted to report a few things that were suggested to me that I have found NOT to work.
  • I was told by an IE guru that many of these issues (where it can be seen in one browser but not another) that it is just browser security settings. So I set my IE to have (basically) no security -- I enabled everything I could enable -- and the only change was that the browser now screamed at me that my computer was at risk because my security settings were too low. The blasted thing still didn't finish "Moolets Loading ..."
  • It is not a comments issue. One of the recommendations was to check comments because in some "rare fluke situations" they can actually affect how the code runs. I removed several hundred comments and it didn't have any affect on the module. But now I have a couple of sore fingers from all that erasing.


Also, it should be noted that YOU may not call the injectAfter function, but the MooTool does a few times like:
Code: :

     initialize: function(eloptions){         this.element = $(el);         this.wrapper = new Element('div', {'styles'$extend(this.element.getstyles('margin'), {'overflow''hidden'})}).injectAfter(this.element).adopt(this.element);         this.element.setstyle('majrgin'0);


and :
Code: :

 move: function(event){         var now event.page.y;         this.previous this.previous || now;         var up = ((this.previous now) > 0);         var prev this.active.getPrevious();         var next this.active.getNext();         if (prev && up && now  next.getCoordinates().topthis.active.injectAfter(next);         this.previous now;     },



I am going back to my own code since no one else seems to be having this issue. There must be an apostrophe or quote out of whack -- or I failed to close some goofy tag some where.

It is very frustrating, but I am going to figure it out and I will keep you posted on what DOES and DOESN'T work.

Keep up the great work-

Tim
 
Report to moderator   Logged Logged  
  Avatar Required To Particpate
#1174
Chickenhead (User)
Fresh MooTooler
Posts: 12
graphgraph
User Offline Click here to see the profile of this user
Re:*Loading*.. but nothing ! 10 Months ago  
I GOT IT TO WORK!!...and you are not going to believe how I did it

I removed one line of code from the mod_moolet_online.php and it worked

The magic line is line number 206:
Code: :

 echo "_CRLF_";



I even reduced it to this:
Code: :

 echo "";


and the image appears on the page, but there is an error and it never goes away from "Moolets Loading..."
 
Report to moderator   Logged Logged  
  Avatar Required To Particpate
#1175
Chickenhead (User)
Fresh MooTooler
Posts: 12
graphgraph
User Offline Click here to see the profile of this user
Re:*Loading*.. but nothing ! 10 Months ago  
OK, that code didn;t paste very well, let's try this -- remove the underbars

Code: :

 echo "_CRLF_";



Hmmm... that didn'w work either. Well, it is the last line where you
add your Moolets Logo. When I remove that it works great, but if I call
that gif things go really strange. The funny thing is that when the gif
is in the code, I can see it on the page because the error seems to happen
before it gets to it, but when I take it out the whole thing works fine.

Go figure.
 
Report to moderator   Logged Logged  
 
Last Edit: 2008/03/12 07:30 By Chickenhead.
  Avatar Required To Particpate
#1177
brian_williford (Admin)
Admin
Posts: 474
graph
User Online Now Click here to see the profile of this user
Gender: Male
Re:*Loading*.. but nothing ! 10 Months ago  
wow, that is strange. I will look at that and see what I
may have done

thanks for all the hard work!
 
Report to moderator   Logged Logged  
 
Brian Williford
Jr. Spaceship Mechaninc
  Avatar Required To Particpate
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop
Page loading, please wait...