Recent content by Aberidius

  1. A

    XF 1.5 Using existing user info for login

    Hi. As i seem to have understood, you can't find what password each user has in any sort of way since its runned with MD5 and so on. I'm currently developing a system for my community and instead of having them all create an account all over again, i was wondering if i can somehow use the...
  2. A

    XF 1.5 Weird Zoom out on background

    When i zoom out from the page, the background leaves that massive amount of space down there. Anyone who has an idea why? background:#000 url(http://vignette2.wikia.nocookie.net/metro2033/images/5/59/Depot.jpg/revision/latest?cb=20110520042955) no-repeat; background-size:cover...
  3. A

    Server List addon?

    Awesome, though, is it compatible with 1.5?
  4. A

    Server List addon?

    Hi. I'm currently looking for an addon for the forum that shows my game servers within Garry's Mod & CS:GO etc. with player count and if it's up, i've found two but i'm unsure if they still work as they both seem to be resources you must buy. Do anyone know a working and fairly good server list...
  5. A

    XF 1.5 prevent category collapse

    Right, i want to prevent this action from being available: https://gyazo.com/74575e9f5bb0cc2c270823aa177b3b8c
  6. A

    XF 1.5 prevent category collapse

    Im not talking about an addon of any kind. I meant that, is there any way to remove the option to collapse boards? or would i have to edit the templates and remove them there?
  7. A

    XF 1.5 prevent category collapse

    How would i prevent boards from being collapsed? I have no option in the category edit so do i have to remove the button itself?
  8. A

    XF 1.5 Disable normal login

    My main point was if i can remove the login box for username and password and ONLY use the Steam thing. By that, cant i remove them in the template?
  9. A

    XF 1.5 Disable normal login

    Hi. I'm not sure if you can help out on this but i hope. I've installed the Steam Login addon and i want to make that the only way to log in to the forums. How would i disable the standard login and only use the Steam Login?
  10. A

    XF 1.5 ImageMagick error?

    So, i just got a new host and domain and i installed xenforo on it, the problem right now is that i tried activating ImageMagick and upload a gif profile avatar, it didnt upload, i went back to the standard uploading thingie and uploaded a normal jpg file to my avatar. I noticed an error pop up...
  11. A

    XF 1.5 Give a group an styling id?

    No, not the banner. I meant like, a unique ID for styling. If you style a post background for an example, you can add the .staff to apply it to staff only.
  12. A

    XF 1.5 Give a group an styling id?

    so i was wondering, is there a way to give a group an id for styling so it applies for that group specificly. I mean, staff got .staff
  13. A

    XF 1.5 Easy css styling?

    Thanks for the replies, really helpful. If i were to set a post background for staff, how would i do that? .messageList .message { background-image:url(http://yoururltostyle/xenforo/misc/watermark.png) !important; background-position:100% 90% !important; background-repeat:no-repeat...
  14. A

    XF 1.5 Easy css styling?

    I'm a webdesigner that's on an average level. I find it quite difficult to find the right template file so that i can adjust my style as i want it. I've always used .css files and uploaded the .css file but on xenforo, it's modifications of the templates. I was wondering, is there any sort of...
  15. A

    XF 1.5 Node Background

    Hi. A while back when i used Xenforo, i looked at the body node id which is <body class="node54 node33"> in my EXTRA.css , i put body.node54 { background-image:url("imagehere"); } This works fine, however, i keep seeing the main background image behind the specific one for this node.
Top Bottom