Recent content by Merlin07

  1. Merlin07

    Vertiforo [Paid]

    Does this work with cloud based?
  2. 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?
  3. 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. :)
  4. Merlin07

    [AP] Character Counter

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

    [AP] Character Counter

    Eh, not seeing it populate I must be doing something wrong or is this no bueno anymore?
  6. 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.
  7. 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; } }
  8. 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.
  9. 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...
  10. 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
  11. 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?
  12. 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...
  13. Merlin07

    Twitch Plugin (Streamers list) [Paid]

    So basically this is a list of streamers that are able to provide their profile credentials which only links to their twitch? It doesn't allow the stream to be active on the forums?
  14. Merlin07

    XF 2.2 Maximum attachment file size

    nvm, apparently it doesn't work on "cloud" hosted servers... I plan on getting the license which is actually 195, i swear it was 165, anyways, i just hope it can migrate everything i've done to the current one. Thanks for the info, it would have worked if I had the right license apparently
  15. Merlin07

    XF 2.2 Maximum attachment file size

    I don't understand what that means, I have cpanel, but there's no files in there to do anything with. When I connect with ftp doesn't give me anything but junk files. By "host" are you assuming I bought out the $165 license and have it installed on my host company? Is that the only way to access...
Top Bottom