Recent content by blackvoid

  1. blackvoid

    Not planned Create poll permission

    Well that's disappointing, I thought that finally my suggestion was getting added...
  2. blackvoid

    Not planned Create poll permission

    From what I understood it will be added in XenForo 1.4
  3. blackvoid

    Not planned Create poll permission

    The solution will not prevent polls from being created via post requests, only hide the option to create a poll. My suggestion is also something that should have been included long ago in vanilla XenForo, so it surprises me that it has not been added yet, soon 3 years after suggesting it.
  4. blackvoid

    Get signed in users groups from external script

    Hi I would like to get which groups a signed in user is from a external script. In phpBB you would do it like this to see if the user has admin permissions. <?php define('IN_PHPBB', true); $phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : '../forum'; $phpEx =...
  5. blackvoid

    UserField callback

    Thank you, got it working.
  6. blackvoid

    UserField callback

    How should the userfield callback function look. Ive found out that the class should extend XenForo_Model_UserField, but since I haven't a documentation for XenForo which shows which function I should extend and function variables Currently the class looks like this. <?php class...
  7. blackvoid

    Steam Community OpenID Login

    It seems like its different server to server. Something might work for me but not for you :(
  8. blackvoid

    Steam Community OpenID Login

    I solved the problem. Replace in the function _genUrl in the variable $returnTo and $params['openid.realm'] : !empty($_SERVER['HTTPS']) With: isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == "on"
  9. blackvoid

    Steam Community OpenID Login

    Same thing for me and many reports with the same error.
  10. blackvoid

    XenForo custom php page

    I found what i was looking for here. @ragtek the link you posted was almost correct. In that thread there was a link to this thread which was exactly what i wanted. http://xenforo.com/community/threads/editing-templates-and-defining-a-callback-for-pages.7226/
  11. blackvoid

    XenForo custom php page

    How would I create a custom page for XenForo there I can put my own php code? I need to create a page there it shows bans from my gameserver. Best Regards
  12. blackvoid

    Custom Profile Fields

    Thanks, since it hasn't been released yet I'm thinking it will be delayed.
  13. blackvoid

    Custom Profile Fields

    When will custom profile fields be implemented in XenForo? I would have a big use of this right now. Also when its implemented will it have the same functions as Identities (Adding checks to see if the input is valid etc.)
  14. blackvoid

    Ok, continue the discussion in a PM if your interested.

    Ok, continue the discussion in a PM if your interested.
  15. blackvoid

    Ill sell it to your for $10

    Ill sell it to your for $10
Top Bottom