Recent content by CheeSie

  1. C

    Bug Permissions not being set when ajax.php is called.

    If the user gets permissions to use colors for customization it works.. Could this be a bug by vBulletin?
  2. C

    Bug Permissions not being set when ajax.php is called.

    I'm gonna have to say it's bugging again. A member of mine cant save the background images (they've purchased permissions to customize their profile and change the background images)... Any idea as to what might be up with this?
  3. C

    Bug Permissions not being set when ajax.php is called.

    Aha! FOUND IT! :P I do believe I still have to comment out that THIS_SCRIPT != 'ajax'... But what seems to be the biggest problem is this: When having bought the proper permissions, the user can in fact design his layout and save the changes. Upon reloading of the profile the changes are gone...
  4. C

    Bug Permissions not being set when ajax.php is called.

    Commented it out.. but nope.. it's still not saving the css :(
  5. C

    Bug Permissions not being set when ajax.php is called.

    Nooo.. in ajax.php this is executed when the user requests to save the css: if ($_REQUEST['do'] == 'saveusertheme' ) { //class db_Assertor needs to be initialized. vB_dB_Assertor::init(vB::$vbulletin->db, vB::$vbulletin->userinfo); echo...
  6. C

    Bug Permissions not being set when ajax.php is called.

    it's not.. $permissions is false.. so it fetches them.. but in your cache_permissions.php you do not allow for ajax calls.. why is that?
  7. C

    Bug Permissions not being set when ajax.php is called.

    I've made it possible for my members to purchase the ability to customize their profiles through the shop. When the proper items have been bought it is in fact possible for them to change their css values, they get a response saying the changes were saved, but in fact they're not. So I checked...
  8. C

    Bug Non-reusable items reusable..

    I've marked user title change and user title styling as non re-usable, but they can still be reused from the inventory!
  9. C

    IntPermission items don't work properly..

    Must be something I've screwed up then :( But thanks for your help :)
  10. C

    IntPermission items don't work properly..

    Thank you :) And GL with the rpg :D
  11. C

    IntPermission items don't work properly..

    I checked the hooks of all my plugins and only yours uses the cache_permission.. so it's not something else that is messing with it. :( I'm running version 1.2 i believe of vbShop.. isn't it the newest?
  12. C

    IntPermission items don't work properly..

    but did you try it from a non-admin account xD? .. anyway I'll see if there's another plugin using the cache_permission hook that'll mess with your script :(
  13. C

    IntPermission items don't work properly..

    There place that these do not work is the private messages.. My users has bought 500 pm inbox space but whenever someone with the "Ignore PM Quota" permission tries to PM them they get told they cant.. I just tested my self and it's true, my members aren't lying to me xD When you're testing...
Back
Top