1. This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.
  2. In order to post messages and view attached files in this forum, you must be a licensed XenForo customer.
    If you can't post, enter your forum username in the Associated Forum Users form in your customer area.

XenStaff

Discussion in 'Add-on Releases [Archive]' started by Lawrence, Oct 6, 2010.

  1. chrishill Member

    I like it :)

    Just one question, is there a way to change the "Staff Online Now" on the "Forums" tab to include ALL the users defined in the "Staff" tab?
  2. UltimateBudgie New Member

    Hello,

    I'm part of a gaming forum that uses the forum ranks to resemble the ranks that users/staff-members have in-game. We have enabled the XenStaff page and this is extremely useful to show our playerbase the total list of staff.

    However, there's one minor tweak we'd like to make. If it were possible to some how change the order of the groups displayed in the XenStaff page, we'd greatly appreciate it! We are constantly changing the groups and stuff around, so being able to change the order would be a god-send!

    Any help on this, or any chance of this getting implemented would be amazing.

    Cheers!
  3. flux New Member

    I've encountered a problem, if you are running XenStaff and XF Optimise.

    If you try to load the XenStaff page, the browser will try to load the site and ends after 30 seconds of loading with a blank page. The webserver (lighttpd) error log says:
    Code:
    2012-01-16 17:56:32: (mod_fastcgi.c.2701) FastCGI-stderr: PHP Fatal error:  Maximum execution time of 30 seconds exceeded in /var/www/domain.com/httpdocs/library/Dark/XFOptimise/Iroha.php on line 37
    The pointed line (37) in Iroha.php contains:
    Code:
    '</$1><', $this->_output);
    Full block (if-statement in the function processOutput):
    PHP:
            if($options->dark_xfoptimise_htmlminify){
                
    // Strip comments
                
    $this->_output preg_replace('/<!--.*?-->/s'""$this->_output);
     
                
    // Strip whitespace around block elements
                
    $this->_output preg_replace(
                    
    '/\s*<\/(html|head|body|link|meta|script|div|ol|ul|form|p|table|dl|center|h\d|nav|header|footer|fieldset|li)>\s*</si',
                    
    '</$1><'$this->_output);
                
    $this->_output preg_replace(
                    
    '/\s*<(html|head|body|link|meta|script|div|ol|ul|form|p|table|dl|center|h\d|nav|header|footer|fieldset|li)([ >])/si',
                    
    '<$1$2'$this->_output);       
            }
    One possible solution could be, to increase the maximum execution time of fcgi scripts (php) to more than 30 seconds. But well, it's not a very smart one. It will take quite a long time until the XenStaff page is loaded, which causes that every user who is requsting it, will have to wait.

    I'm not sure, what's nescessairy to change in the quoted code of the XF Optimise addon. It would be nice, if someone could help to improve that.
  4. Alien Well-Known Member

    Still looking forward to that update last mentioned in November. :)
  5. AzzidReign Well-Known Member

    What if I don't want the tab?
  6. rowedf Member

    This is a big feature I would love to see as well. It defaults to whatever order the usergroups are in, if there was a way to change that order, it would help a lot.
  7. chrishill Member

    Is there a way to change the link of the page?
    like for example:
    yoursite.com/staff
    example.com/team
  8. Operator New Member

    I was just looking for something like this. Thanks!
  9. Great add-on, but how do I change the order of which the staff appear in ?
  10. MGSteve Well-Known Member

    Any update on this Lawrence, I'd quite like to have multiple tabs too.
    Alien likes this.
  11. Dev Member

    When i tried to add this addon, I got an error
    Code:
    Please enter a valid callback method.
    Any Solution?
  12. MGSteve Well-Known Member

    What version of XF are you using as I've just installed it into 1.12 and it worked fine.
  13. Dev Member

    Yes, I also have the same version but it says the error above.
  14. Dev Member

    Update:

    It worked now.
  15. TRACKMIXERS New Member

    Use a program like Notepad ++ to do a find and replace in files. Change all occurrences of "XenStaff" to whatever term you would like. Don't forget to change "XenStaff" in the XML addon file before installing.
  16. Tealk Member

    hi, how i can add the sidebar of xenstaff to the normally sidebar?
  17. chrishill Member

    Good idea, I was wondering the same thing, anyone know?

Share This Page