Recent content by okhello

  1. okhello

    [XFR] Anti-Spam - Moderate or Reject Registration By Country or Proxy [Deleted]

    Unfortunately, after installing this all of our user registrations ended up going into moderation. Any thoughts on what could be causing false positives?
  2. okhello

    XF 1.5 SEO - reducing links for guest users

    Ah, right, that makes sense. Is this the right way to do it? <xen:if is="!{xen:helper ismemberof, $visitor, 1}"> <dd>{xen:number $user.message_count}</dd> <xen:else /> <dd><a href="{xen:link search/member, '', 'user_id={$user.user_id}'}" class="concealed" rel="nofollow">{xen:number...
  3. okhello

    XF 1.5 SEO - reducing links for guest users

    Ok, thanks, I think I can track down those elements with firebug. Any tips on how to modify this so that the hyperlink isn't displayed to guests? I thought I would just wrap the whole thing in a xen:if statement, but now I see that method would remove the entire element, not just the hyperlink...
  4. okhello

    XF 1.5 SEO - reducing links for guest users

    I'm trying to dramatically reduce the number of links on my site that are viewable to guests, as most of these links go to member profiles, which I don't want Google indexing, anyway. So that they remain usable to members, I'm going to wrap the targeted links in <xen:if is="!{xen:helper...
  5. okhello

    Fixed Chrome 57 gives XSS error when editing a post

    Yep, found this thread after encountering this error and doing a Google search.
  6. okhello

    [bd] Widget Framework

    Is there a way to place the widget outside of the sidebar on desktop? In the one particular staff forum where I have this particular widget displaying, I'd like to give it more horizontal display area, like below the threadlist.
  7. okhello

    XF 1.5 Big increase in Post Likes

    According to the Statistics tool in the admin cp, there has been an exponential growth in Post Likes (we call them 'Thanks') on our forum over the past year. I assume there's some sort of abuse going on, it doesn't make sense that the forum would be averaging two Likes for every new post. How...
  8. okhello

    XF 1.5 Disabling a specific smilie

    Awesome, thanks for the replies
  9. okhello

    XF 1.5 Disabling a specific smilie

    Is it possible to disable a specific smiley? I'd like it so that typing 8 ) doesn't result in 8) edit: hrm. I guess that's a problem specifically with my site and our add-ons. Typing 8) on my site turns it into a smiley wearing sunglasses. Makes lists look weird.
  10. okhello

    XF 1.5 Quick reply and Likes problem... Ajax issue?

    The site is completely ad-free for non-guests, so the user wouldn't be having any conflicts with the ads. I can't reproduce it, and I haven't heard reports about it from any other members. As far as I can tell, this issue is extremely rare or limited to this specific user. At this point, I'm...
  11. okhello

    XF 1.5 Quick reply and Likes problem... Ajax issue?

    A user reports they are experiencing this problem since we updated from XF 1.4 to XF 1.5: Sounds like an Ajax issue, right? Any suggestions on how to resolve?
  12. okhello

    Other Migrating one Xenforo subforum to a separate Xenforo site

    I've already received a few good responses so far, so I'll probably go with one of those instead of bothering a ton of different people. Thanks for reaching out, though.
  13. okhello

    XF 1.5 After upgrade: the uploaded file does not have an allowed extension

    We upgraded from 1.4.x (latest patch) to 1.5.12 recently. I now have two separate users, both on Galaxy S3s using stock browsers, saying that they're getting "The uploaded file does not have an allowed extension" error. One of the users emailed me the file. It's a png (which is an allowed...
  14. okhello

    Other Migrating one Xenforo subforum to a separate Xenforo site

    There is a subforum on our main site that has caused us trouble in the past. I want to move all the threads/posts from that one subforum to a new site dedicated to that topic. I don't care about copying the user database, just the old threads and posts. It's ~400 threads, several thousand...
  15. okhello

    [SolidMean] Amazon and eBay Parser

    I'm having a little trouble figuring out what to put in the different fields for the eBay parsing. Here's a sample link I created in my EPN account, can you help me pick out the correct data...
Top Bottom