Recent content by Mr. Strange

  1. Mr. Strange

    Account Upgrade button suddenly missing!

    Ok - I got it resolved. Hitting "save" wasn't enough though. I disabled one upgrade, saved, and then the line came back. Then I just re-enabled, saved again, and things seem functional now. Phew!
  2. Mr. Strange

    Account Upgrade button suddenly missing!

    I integrated account upgrades a few months ago - they have been working well. One person bought a monthly upgrade just yesterday. But today, the button is gone. Several people have reported it missing, and I don't see it on my own account, or when I'm logged in as admin. There is just a blank...
  3. Mr. Strange

    Would love ability to allow users to "hard" delete their own media

    Right now, I can give the "hard delete media posted by anyone" to my media moderators. But I would really like the ability for users to hard delete their own media, so they can manage their space allocations without need for my moderators. If there is a potential issue with this ability, I'd...
  4. Mr. Strange

    XF 1.5 Using promotions to restrict people automatically.

    I've been running a xenforo site for several years. As we've grown, we've had to increase our number of online moderators. Sad but necessary. Our moderators have the ability to restrict members from posting. The way we present this is "You lose your posting priviledges for 2 days" - though the...
  5. Mr. Strange

    TaigaChat Pro - Realtime chat/shoutbox [Deleted]

    Hey - I have a rather subtle bug in my TaigaChat related to permissions. I have a XenForo group we call "Shoutbox Jockeys" - who monitor our chat behavior, ban people, etc. Recently their ability to edit messages has been abused, so I went into the user control groups, and disabled "edit/delete...
  6. Mr. Strange

    XF 1.3 Ad a section (adWords block) OUTSIDE Xenforo via CSS?

    If an admin would please change the title of this thread by adding [Solved!] to the beginning, I think it would help folks find this info again. Since at least a dozen people before me have come here looking for this information, it's probably worth conserving.
  7. Mr. Strange

    XF 1.3 Ad a section (adWords block) OUTSIDE Xenforo via CSS?

    And I've got it working! (Check out http://kaijucombat.com/community/index.php ) to see how great it looks! So assuming you have your adsense account setup, generate the HTML for 2 ads. We'll call this "Ad Code Left" and "Ad Code Right." Now there are just three simple changes you need to...
  8. Mr. Strange

    XF 1.3 Ad a section (adWords block) OUTSIDE Xenforo via CSS?

    Ok, I'm nearly done. My EXTRA.css now looks like this: #rightAds{ position: relative; padding:10px; float: right; left: 100px; } #leftAds{ position: relative; padding:10px; float: left; left: -100px; } So I have them positioned correctly, EXCEPT that instead of...
  9. Mr. Strange

    XF 1.3 Ad a section (adWords block) OUTSIDE Xenforo via CSS?

    So - adding the following bits to EXTRA.css is getting me in the right direction: #rightAds { padding:15px; float:right; } #leftAds { padding:15px; float:left; } ---- Next step is to try to set them to some absolute X position, and get them near the top of the page, instead of the bottom. My...
  10. Mr. Strange

    XF 1.3 Ad a section (adWords block) OUTSIDE Xenforo via CSS?

    Ok, I'm not giving up on this. So instead of asking how to do this, I guess I'll just work through it on my own, and talk about what I'm doing. Maybe something I'm saying will prompt some help! Looking at PAGE_CONTAINER I see this broad structure: <div id="headerMover"> <div...
  11. Mr. Strange

    XF 1.3 Ad a section (adWords block) OUTSIDE Xenforo via CSS?

    Ouch. 900 views and not a single reply? I know this can't be terribly difficult - maybe the layout / format folks hang out in a different forum section?
  12. Mr. Strange

    XF 1.3 Ad a section (adWords block) OUTSIDE Xenforo via CSS?

    I have an active forum at kaijucombat.com/community/ - I've been very happy with Xenforo. Recently the community decided to allow ads on the site - which has been a GREAT success thus far. I used the built-in ad location template to put an ad under the top breadcrumbs. Easy. But what I REALLY...
  13. Mr. Strange

    Login credentials via C++ ?

    So I'm writing an application in c++ needs to check to see if a user's login credentials are valid. I'm able to query the xf_user_authenticate.data for a given user and I get something like this: a:1:{s:4:"hash";s:34:"$P$DJbii5ji4owDu.Sgm8k9E0.ofjeeyJ0Ó";} My question is, how can the user's...
  14. Mr. Strange

    Calendar

    I have a problem with the [HIDE] link. It points to the non-existant URL www.mysite.com/community/forums/-/calendar-hide Where "www.mysite.com/community/" is the location of my Xenforo forums. I thought maybe the "forums" was a mistake, but removing that didn't fix things - any idea what the...
  15. Mr. Strange

    sonnb - XenGallery (XenForo Gallery) [Deleted]

    Done. Thread is HERE. I appreciate your reply!
Top Bottom