Recent content by XoO

  1. X

    Call script in page without deferred.php

    Hey, For something i'm working on, i'm using JQuery Jtable (http://www.jtable.org/) in a Page node. The problem i'm running into is that when the page loads and the Jtable sends the request to php to get information from the database the Defered.php is picking it up and causing the Jtable to not...
  2. X

    Install adverts script (PHP in templates?)

    What your looking for is a code event listener Look inside the development tutorials at ones like "how to create an ad on" Basically the code event listener watches for a specific trigger and then allows you to extend classes or template hooks, etc.
  3. X

    XF 1.3 Best way to setup usergroups

    I currently have that set up Do you mean I should manually give the banner rank and automatically give the promotion containing permissions? My main issue is that if someone moves up every rank, I don't want someone with squad leader, officer and commander However it is okay to be commander...
  4. X

    Custom User Title not override user title

    Is there any way to make the Custom User Title not override the user's regular use title assigned by his group or set it up so that both the custom user title and the highest display order group's title is shown? I didn't see it in any options so i figured i'd ask if anyone in here has coded a...
  5. X

    XF 1.3 Best way to setup usergroups

    Hey, I've been throwing this around for a while and I cant seem to come up with anything to do what I'm looking for, short of me making a plugin to do it. Here's how my usergroups are setup: There are 4 groups for the general public that should work as a ladder: Registered (gives the tag...
  6. X

    Unsure of how to setup this "option"

    I managed to figure it out
  7. X

    Unsure of how to setup this "option"

    Hey, For he plugin I'm working on, currently each usergroup can only interact with 1 other usergroup and that group is set through a permission for that usergroup So when your setting permissions for a Usergroup, you can either set "0" to interact with all other usergroups or an ID to interact...
  8. X

    set AutoValidator to allow blank field

    wow, i don't know how i missed that, to many hours coding. I found the method i needed, thanks Chris D
  9. X

    set AutoValidator to allow blank field

    Is it at all possible to get the autovalidator to allow a blank field without having to edit the autovalidator itself? Basically i have a form and what i want is, if any of the check boxes are checked, then the text field can be blank. Anyone have any insight on how to go about doing this?
  10. X

    [TH] Default XenForo User Groups (User Groups Importer XML) [Deleted]

    How do you generate XML files like this if we want to do it for our custom usergroups
  11. X

    [TH] User Groups Importer [Deleted]

    How do you export?
Top Bottom