Recent content by turningp01nt

  1. turningp01nt

    [TH] Join User Group [Deleted]

    Hey, we are having some problems with regular moderator permissions, i think it is unrelated to your add-on but thought we would ask if you knew anything on the topic, Thread is here http://xenforo.com/community/threads/how-to-alter-moderators-privileges.38866/
  2. turningp01nt

    How to alter moderators privileges

    Tried setting the specific permissions under each other node he is not a a moderator to revoke for moderator permissions and that also did not work. If anyone has any suggestions please let me know. Also more info, we are using Joinable usergroup add on by Waindigo, not sure if that alters...
  3. turningp01nt

    How to alter moderators privileges

    Hello, i was wondering how to set a moderators move ability to only work inside the area he is set to moderate. Currently i have subforums where one user is the moderator of only that subforum and the rest of the forum they are just a regular user. If they try to move a topic that is within the...
  4. turningp01nt

    [TH] Join User Group [Deleted]

    It's being placed in an external PHP file. We did exactly as you suggested. It took some time to research and reverse engineer to get to a point where it was working, but now that we know how to do it I'm sure it will help us plenty in the future. Thank you so much for making this wonderful...
  5. turningp01nt

    [TH] Join User Group [Deleted]

    OK i think we just figured it out but ill leave this up incase in a few hours it fails or something lol Hello we are using your joinable user groups add-on, im trying to add the user_id and user_group_id in the xf_moderation_queue_joinable_user_group by doing: include_once...
  6. turningp01nt

    How do you automate user groups?

    Sweet! thanks a lot i will try that now :D
  7. turningp01nt

    How do you automate user groups?

    Hello i am trying to figure out how to automate user groups so a user can be set when a sub forum is created. I have been working on allowing users to create their own sub forum and the only problem left is i need to be able to set the creator to moderator of that forum and set them to a user...
  8. turningp01nt

    Problems Automating Administrative tasks

    We have the appropriate script prepared, the only issue is submitting the login form to the action in the HTML source. The cookie file currently maintains the xf_session_admin and when we post the fields to the action url using curl we receive a: HTTP/1.1 100 Continue HTTP/1.1 200 OK Date...
  9. turningp01nt

    Problems Automating Administrative tasks

    Creating a category, forum, user group, and then setting a user to a user group.
  10. turningp01nt

    Problems Automating Administrative tasks

    session_start(); // SET THE USER AGENT $user_agent = 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.89 Safari'; // COOKIE FILE LOCATION $cookiefile = "/tmp/cookies.txt"; // ------------ START...
  11. turningp01nt

    Problems Automating Administrative tasks

    Does anyone know how to run a curl command to login to the admin control panel? or any other way to automate the login process into the admin panel?
  12. turningp01nt

    What is lft and rgt for?

    Thanks a lot, can you look at this other thread i just posted, it is related to this question. http://xenforo.com/community/threads/how-do-you-programmatically-add-a-category-page-forum-or-linkforum.36122/
  13. turningp01nt

    How do you programmatically add a Category, Page, Forum, or LinkForum

    Hello does anyone know how to programmatically add a category, forum, or linkForum to the xf_node table?
  14. turningp01nt

    What is lft and rgt for?

    I am trying to figure out what the ID numbers for lft and rgt coorilate to. The only mention of them was in this archived thread http://xenforo.com/community/threads/prevent-the-main-forum-from-being-created-during-installation.8408/ If anyone know what they are or what they are used for...
Back
Top Bottom