Search results

  1. I

    do I need jquery.easing?

    I've removed it now I do believe you may be correct about it being #1.
  2. I

    do I need jquery.easing?

    I've removed the script for now but I'll add it back in once fixed if it will help with my site in any way. :)
  3. I

    do I need jquery.easing?

    The reason I became aware of it is because I'm getting this error when I check the site with developers tools: Uncaught ReferenceError: $ is not defined jquery.easing.1.3.js:1
  4. I

    do I need jquery.easing?

    I found this in the wrapper code. What's it for, can safely remove it? <script type="text/javascript" src="skins/{$skin_name}/js/jquery.easing.1.3.js"></script>
  5. I

    Add Page Categories / Slugs

    Plus one on this. I was pondering a possible plugin on this exact thing just yesterday.
  6. I

    modify vote message plugin message

    ok, it's not a big deal. I'm not using the gateway currently so that makes it a bit easier. I'll keep thinking on it. Thank you.
  7. I

    modify vote message plugin message

    So basically I would create a vote_message2.html file without the "Return to Website" part and then add something like this to the php file if ($check_ip_sql == $valid_ip && $valid_unq == 1 && $valid_message == 0 && class == home) { $TMPL['vote_message'] =...
  8. I

    google analytics plugin issue

    That fixed it. Thank you.
  9. I

    google analytics plugin issue

    I've installed the google analytics plugin but for some reason it's displaying the code twice on each page rather then once. Any idea what's causing this?
  10. I

    modify vote message plugin message

    I'm using the vote message plugin and I would like to set it up so that the "Return to Website" portion of the message only shows up if the vote actually came in from another site. If the vote was placed directly from our site I would like that part not to show up. How would I go about making...
  11. I

    how to change link on logout?

    Nice, I was wondering about this too.
  12. I

    More contact forms

    Yeah, that's what I figured as well. Just wanted to put it out there in case it becomes an issue for anyone in the future.
  13. I

    More contact forms

    I did find one little glitch in the sendmessage / donatepremium duplication that I did. It seems that even when I change the $LNG fields in DonatePremium/languages/english.php it's still pulling the info from the english.php file in the SendMessage folder. It's not a big deal to me at all but I...
  14. I

    More contact forms

    Works great. Thank you.
  15. I

    Premium banner rotation plugin

    Thank you, that works (at least with only one uploaded so far).
  16. I

    Premium banner rotation plugin

    Ok, I see what is happening. I have premium members who haven't uploaded a banner and they are being included in the rotation. Is there a way to make it so it only rotates through the premium members who have actually uploaded their banners?
  17. I

    Premium banner rotation plugin

    I can't get it to display them. I just remembered that I'm using class="premium-img" to only display premium banners and not regular ones. Could that have something to do with it?
  18. I

    Premium banner rotation plugin

    let me try it in some other spots
  19. I

    Premium banner rotation plugin

    Is there a minimum number of premium banners that have to be set up for this to work? It's not showing anything on the page where I placed the tag, but I only have one premium member banner uploaded right now so I'm not sure if that could be why or not.
  20. I

    Premium banner rotation plugin

    got rid of the additional errors, thanks :) Will redownload in a few
Top