Recent content by arcaneex

  1. A

    Steam Authentication & Integration

    ErrorException: simplexml_load_file(http://steamcommunity.com/profiles/x/?xml=1) [<a href='function.simplexml-load-file'>function.simplexml-load-file</a>]: failed to open stream: HTTP request failed! HTTP/1.1 503 Service Unavailable - library/Steam/ControllerPublic/Register.php:81 X is a number...
  2. A

    Need help with IF condition.

    I want it to redirect him to a page everytime he tries to go on the forum list. Last time I ask for help please and thanks :D
  3. A

    Need help with IF condition.

    Where do I put this to make him unable to view the forums unless he has steam auth ID?
  4. A

    Need help with IF condition.

    I'm sorry I guess I wasn't clear nuff. I want to execute an if condition AFTER the login, and unless the condition is true the user won't be able to view the forum list
  5. A

    Need help with IF condition.

    I have this: <xen:if is="{$user.steam_auth_id} > 0"> I need it, to check on login of the user with this condition. How? TL;DR How to make a conditional after someone logins, if the condition is true it logs him in as usual, otherwise it doesn't show him the forum but rather a popup or a page (...
  6. A

    Urgent help needed D:

    The author is long gone sadly, and it works great on my other website. :\
  7. A

    Urgent help needed D:

    Yes, it works on my other website but not on this one.
  8. A

    Urgent help needed D:

    The steam plugin is acting up, it's the steam authentication and integration. http://prntscr.com/i17tm Without it my website is useless, please can anyone help?
  9. A

    Steam Authentication & Integration

    Server Error simplexml_load_file() [function.simplexml-load-file]: http://steamcommunity.com/profiles/76561198041253738/?xml=1:1: parser error : Document is empty XenForo_Application::handlePhpError() in Steam/ControllerPublic/Register.php at line 117...
  10. A

    How can I achieve this?

    http://img17.imageshack.us/img17/9773/814b87e03ec640b79353146.png I want the color to change based on the user rank, and to change font to something else.
  11. A

    Profile Completion Steps [Paid] [Deleted]

    Does this work with Steam integration?
  12. A

    Is it possible to..

    Edit the point system that users get, and add a way for an admin to add/remove points from users and add an option to send points between users? If so, is it hard?
  13. A

    Hide avatar for guests

    Just add <xen:if is="{$visitor.user_id}"> on message_user_info before the avatar holder and remember to close it after it. It should not show the avatar to guests.
  14. A

    Database related question

    Anyone could possibly help? :(
Top Bottom