Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> v2.3 RN Issues
Author Message
Dawg
RavenNuke(tm) Development Team



Joined: Nov 07, 2003
Posts: 928

PostPosted: Wed Aug 05, 2009 8:19 pm Reply with quote

The whole JQuery and YA is started to BUG me. I keep breaking the *&^*&^%$(&^%(*&^%&(*^%$(*&^%^^$#$%#&^)&*)^%%$#*&^_)&*(&*^%$&^%#(&^_)&^ thing.

I can't seem to keep it working.

Where does this load?

This is from my page source....

Code:
<link rel="stylesheet" type="text/css" media="screen" href="includes/jquery/css/screen.css" /><link rel="stylesheet" type="text/css" href="includes/jquery/jquery.css" /><style type="text/css">

#newUser label.error {
   margin-left: 10px;
   width: auto;
   display: inline;
}
</style><script type="text/javascript" language="JavaScript" src="includes/jquery/jquery.js"></script><script type="text/javascript" language="JavaScript" src="includes/jquery/jquery.validate.js"></script><script type="text/javascript" language="JavaScript" src="includes/jquery/jquery.password.js"></script>
<script src="includes/jquery/cmxforms.js" type="text/javascript"></script>
<script type="text/javascript">
// <![CDATA[
$(document).ready(function() {
   // validate signup form on keyup and submit
   var validator = $("#newUser").validate({
      rules: {
         ya_username: {
            required: true,
            minlength: 4,
        remote: "rnxhr.php\?name=Your_Account&file=public/userAvailability"
         },ya_realname: "required",ya_user_email: {
            required: true,
            email: true,
        remote: "rnxhr.php\?name=Your_Account&file=public/emailAvailability"
         },ya_user_email2: {
            required: true,
            email: true,
            equalTo: "#ya_user_email"
         },
         user_password: {
            minLength: 4
         },
         user_password2: {
            minlength: 4,
            equalTo: "#user_password"
         }
      },
      messages: {
         ya_username: {
            required: "Please enter a user name",
            minLength: "Your username must be at least  4 characters long",
        remote: jQuery.format("{0}  has already been registered, is blocked, or contains invalid characters")
         },ya_realname: "Please enter your real name",ya_user_email: {
        required: "Please enter a valid email address",
        email: "Please enter a valid email address",
        remote: jQuery.format("{0} has already been registered or is blocked")
      },ya_user_email2: {
        required: "Please enter a valid email address",
        email: "Please enter a valid email address",
            equalTo: "Please enter the same email address as above"
      },
         user_password: {
            minLength: "Your password must be at least  4 characters long"
         },
         user_password2: {
            minLength: "Your password must be at least  4 characters long",
            equalTo: "Please enter the same password as above"
         }
      }
   });   
});
// ]]>
</script>
 
View user's profile Send private message
Dawg







PostPosted: Wed Aug 05, 2009 9:23 pm Reply with quote

Ok so I found where it is loading.....includes/jquery/jquery.php

Now the BIG question is what would STOP it from loading?

This has been an ongoing problems with some of my sites. I seem to break this all the time!

Dawg
 
Dawg







PostPosted: Wed Aug 05, 2009 9:45 pm Reply with quote

I figured it out....

It was where I was stripping the >>in dynamic titles.

Why it mattered I do not know....but it sure did.

Dawg
 
kguske
Site Admin



Joined: Jun 04, 2004
Posts: 6432

PostPosted: Wed Aug 05, 2009 10:59 pm Reply with quote

There is a significant change in RN 2.4.0 that involves loading CSS and JS. I'll post details on it, but make sure to look at that carefully if you've had these issues. Hopefully, it will be easier to follow at least, and, at best, significantly enhance how all the JS gets loads (e.g. if used, it prevents multiple attempts to load the same CSS and / or JS.

_________________
I search, therefore I exist...
nukeSEO - nukeFEED - nukePIE - nukeSPAM - nukeWYSIWYG
 
View user's profile Send private message
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> v2.3 RN Issues

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©