Recent content by Galleo

  1. Galleo

    XF 2.2 Can someone show me how to insert this code into my message_macros?

    I got it to work, but the avatar is too big in the mobile view. Is there any way to make the avatar a different size on mobile?
  2. Galleo

    XF 2.2 How do I add this shine effect to a custom user banner?

    https://codepen.io/keralpatel/pen/BajqRWK Can anyone show me what this would look like in the extra.less template?
  3. Galleo

    XF 2.2 Text is bolded for no reason

    Okay I figured out what it was. The image didn't end with .png. The only problem now is that it's oversized because there's not enough room in the link to add width and height, so part of it gets cut off.
  4. Galleo

    XF 2.2 Text is bolded for no reason

    I'm having trouble figuring out what's missing. I added the other > at the end of the code and it doesn't change anything.
  5. Galleo

    XF 2.2 Text is bolded for no reason

    It's worse than I thought. The image directly under the username is the usertitle override. The image under that is user banner text: <img src="https://cutt.ly/fkvugP2" style= width:35px;height:35px; alt="Dragon" Somehow inserting that image causes this whole mess.
  6. Galleo

    XF 2.2 Text is bolded for no reason

    Correction, this is actually happening when I place an image in user banner text. I just discovered that I can replace banners with images this way, but these are the problems that come with it. Is there any way around that?
  7. Galleo

    XF 2.2 Text is bolded for no reason

    After I tested a gif in the usertitle for a usergroup, the text throughout the forum randomly became bold. After I took it out of the usertitle, my forum ia still bold. What's going on?
  8. Galleo

    XF 2.2 Can someone show me how to insert this code into my message_macros?

    I'm trying to change my avatar sizes with this: .avatar.avatar--o { max-width: 175px; width: 150px; height: auto; max-height: 250px; }
  9. Galleo

    XF 2.2 Adding image in user banner doesn't work

    I take all the right steps, I insert the custom banner name without the dot and give the banner a title, but nothing I do gets the image to show up.
  10. Galleo

    XF 2.2 Nothing in extra.less is working.

    Never mind, I figured out what was wrong.
  11. Galleo

    XF 2.2 Nothing in extra.less is working.

    This is what it normally looks like: I tried adding an image as custom user banner, which didn't work at all, but that's another issue that needs work. Anyway, when I did that, everything else was somehow erased. Even after I removed the code for the custom banner, everything is still gone...
  12. Galleo

    XF 2.2 Avatars don't need to be cropped, yet they are, why is this?

    If you're able to store an uncropped version, then that means it can be implemented, otherwise it wouldn't be stored in the first place.
Top Bottom