Recent content by Merlin07

  1. Merlin07

    XF 2.3 Noob Question: Does anyone know how to change how posts look?

    No, I haven't, How would a noob like me try that?, I've only ever edited things in the extra.less file to add styles to my forum, which is still cloud based.
  2. Merlin07

    XF 2.2 Collapse Button/Slider

    Also, same question, but updated to the 2.3 version
  3. Merlin07

    XF 2.3 Noob Question: Does anyone know how to change how posts look?

    Update: Still an issue but now that I'm looking around xenforo, that's how it should look! :( Hey everyone, haven't been around in while, hadn't been feeling that great and only now been getting better. Diet change, more exercise etc. Anyways, I want to make my forum look better, not sure what...
  4. Merlin07

    Vertiforo [Paid]

    Does this work with cloud based?
  5. Merlin07

    XF 2.2 Collapse Button/Slider

    Does anyone know a simple way to implement a slider or a button/drop down on the block header to collapse all the forums under that category?
  6. Merlin07

    [AP] Character Counter

    No i got it to work, thanks. It was a temporary moment of forgetting. I like the "Count Down" style anyway, it lets users know how much they can type. I appreciate it though. :)
  7. Merlin07

    [AP] Character Counter

    I forgot there was a separate settings in permissions.
  8. Merlin07

    [AP] Character Counter

    Eh, not seeing it populate I must be doing something wrong or is this no bueno anymore?
  9. Merlin07

    [Design Question]

    Thanks, I registered over there. Seems like it's right up my alley. I want there to be some fun for forum dwellers and that's what I need to add.
  10. Merlin07

    XF 2.2 Trying to make mobile look a bit different than pc

    Essentially this: @media only screen and (max-width: 768px) { .block-header { background-image: url('transparent.png'); background-size: 0 0; background-position: 0 0; background-repeat: no-repeat; } }
  11. Merlin07

    XF 2.2 Trying to make mobile look a bit different than pc

    Eh, nvm, I prevented background repeating, for some reason it was the overlay image interferring grrr! Sorry for this post.
  12. Merlin07

    XF 2.2 Trying to make mobile look a bit different than pc

    I added in this code into extra section @media only screen and (max-width: 768px) { .block-header { position: relative; border-top: 5px solid #ffd700; background-image: url('/data/files/myimage.png'); background-blend-mode: overlay; box-shadow: none !important; } } But...
  13. Merlin07

    XF 2.2 [Giphy/Tenor] Not sure where to ask, it's all a dead end

    meh, nvm, figured it out. Somehow I blocked myself
  14. Merlin07

    XF 2.2 [Giphy/Tenor] Not sure where to ask, it's all a dead end

    I found some old posts but nothing helpful, where is this "giphy" or "tenor" supposedly been added? All i see are instructions to add API keys but I must install from addons, where is the addons for it?
  15. Merlin07

    XF 2.2 Maximum attachment file size

    yeah and unfortunately I've already spoken with support, and it can't be done. No increasing anything. Looks like the only way to truly have a fully functioning forum and more space is to branch off from the monthly/cloud host service, which seems a bit like a terrible concept. You'd think...
Back
Top Bottom