Recent content by Webby

  1. Webby

    Guests Only See Image Thumbnail

    Nevermind, I found it here: https://xenforo.com/community/threads/make-picture-thumbnails-full-size-for-guests.12297/#post-162406 Had to do with Node Permissions. THIS THREAD CAN BE DELETED.
  2. Webby

    Guests Only See Image Thumbnail

    Hi, Objective is for guests to see full size images just like signed up users not only thumbnails. I can't find how to turn that feature on/off. Example: https://www.americanmilitaryforum.com/forums/threads/u-s-navy-multimedia.214/page-15 Thanks.
  3. Webby

    XF 1.5 403 Error When adding Javascript

    I am trying to ad this adblock detect code to my site: <style> #veEJgfawLXQc { display: none; margin-bottom: 30px; padding: 20px 10px; background: #D30000; text-align: center; font-weight: bold; color: #fff; border-radius: 5px; } </style> <div id="veEJgfawLXQc"> Our website is made possible...
  4. Webby

    Ad Blocker Notice

    Same issue bro, thanks for the help though. I have contacted my host.
  5. Webby

    Ad Blocker Notice

    I keep getting a 403 error when I paste this code in: <script> // Run after all the page elements have loaded window.onload = function(){ // This will take care of asynchronous Google ads setTimeout(function() { // We are targeting the first banner ad of...
  6. Webby

    Block all AdBlockers

    Im not a coder so if someone could remove the donation parts that would be great, I think a lot more people would be able to use this.
  7. Webby

    Block all AdBlockers

    How can I remove the code with the donate option? I just want them to be able to disable adblock and refresh the page. Thanks.
  8. Webby

    Add Indicator after node title

    Anyone know how to make it where only unread threads are indicated for the node? This is what I have now: .nodeInfo.unread .nodeTitle:after, .discussionListItem.unread .title:after { background-color: #ac1212; content: "NEW"; color: white; border-radius: 2px; margin-left: 5px; padding: 1px...
  9. Webby

    XF 1.5 User Can't See Text Editor

    Ok its something in the settings, sorry guys.
  10. Webby

    XF 1.5 User Can't See Text Editor

    Hi all, One of my users is having trouble using his/her text editor. See the below link for screenshots of the issue posted by the user. http://www.americanmilitaryforum.com/forums/threads/suggest-smileys.108/#post-6377 Could this be something in their settings? Thanks.
  11. Webby

    Sub forum Level 2 columns

    When I hover nothing like that comes up, could the subform id be the number at the end of the subform link? Example: http://www.americanmilitaryforum.com/forums/forums/french-defence-forum.46/ Is the subform ID 46?
  12. Webby

    Sub forum Level 2 columns

    Ok stupid question: how do we find the ID of the subform?
  13. Webby

    XF 1.5 Must reload page after post

    What does this exactly do bro? Is this for the ad_message_body or for the below message?
  14. Webby

    XF 1.5 Must reload page after post

    I have a problem when I add the ads to below message body, they overlap with the next post. Is there anyway that particular problem could be resolved? Here is an example: https://xenforo.com/community/threads/ad-after-first-post-which-template.17313/#post-1034695 Ad revenue is way down since...
  15. Webby

    XF 1.5 Must reload page after post

    Here is a temporary work around. Only display ads to visitors as this issue only effects people that can post. Visitors can navigate the site with no issue and click on ads with no issues. :D <xen:if is="!{$visitor.user_id}"> Ad code </xen:if> Thanks to brogan for the above code.:coffee:
Top Bottom