Recent content by lightspeed

  1. lightspeed

    XF 2.3 "Oops! We ran into some problems" when switching style variation

    Deleting the old styles was the fix, thankyou @JamesBrown !
  2. lightspeed

    XF 2.3 "Oops! We ran into some problems" when switching style variation

    I'm seeing the same issue after upgrading to XF 2.3. After the upgrade we switched to the XF default style and disabled the previous custom styles. It does seem like the members are somehow stuck in the old style and picking ANY style variation throws the error message. I will delete the old...
  3. lightspeed

    XF 2.3 Is there a way to highlight sticky treads in forums

    Thankyou for sharing your sticky thread highlight code, it works perfectly on XF 2.3 in both the light and dark modes.
  4. lightspeed

    Amazon/eBay Parser

    Tthis is what I did to change the text size and add some padding @Sal Collaziano : 1. Go to "Appearance > Search Templates" 2. Search for "snog_amazon_ebay_affiliate_disclosure" 3. Change this line: <div class="u-muted"> 4. To this: <div class="u-muted" style="font-size...
  5. lightspeed

    Multiple Licenses

    The multiple license discount has moved to the bottom of this page: https://xenforo.com/purchase/self-hosted
  6. lightspeed

    Thread Tagging Improvements

    As a work around, I have been "hacking" the link in the address bar to remove the duplicate part. That way I can still view most of the pages with this issue.
  7. lightspeed

    Thread Tagging Improvements

    Here's a list of my 3rd party addons. @Alternadiv do you have any of these installed? [FF] StopForumSpam Flag Selector 1.0.2 [Liam W] (RIP) Member Self Delete 2.0.5 Patch Level 5 [OzzModz] Amazon/eBay URL parser 2.1.2 Patch Level 1 [OzzModz] Global User Ignore 2.0.0 2 [OzzModz] Member’s Local...
  8. lightspeed

    Thread Tagging Improvements

    When I click the "eye slash" icon, it works OK and takes me to the "Ignored Potential Tags" page. The "Ignored Potential Tags" page is working OK and the "Ordered by" and word search works on this page.
  9. lightspeed

    Thread Tagging Improvements

    @mazzly I'm still having page not found issues. I'm on Xenforo v2.2.7 Patch 1. ------------------ 1. When I change the "Ordered by" dropdown or enter a search term, and then click on the "Go" button. I get the following: It looks like the URL is doubling up in the address bar...
  10. lightspeed

    Thread Tagging Improvements

    There are no errors in the Xenforo error log after this occurs.
  11. lightspeed

    Thread Tagging Improvements

    I must say this is an awesome plugin! I'm running into a few little problems though. 1. On the "Potential Tags" screen /admin.php?tags/potential if I try to filter by a word or change the sorting order I get the following: 2. On the "Explore words" screen /admin.php?tags/potential-explore...
  12. lightspeed

    WikiPost [Paid]

    WikiPost 1.0.4
  13. lightspeed

    WikiPost [Paid]

    @JulianD I've just experienced the same problem as this member. When trying to revert a WikiPost to an earlier version with the "Require summary of changes" setting enabled, it's giving the following error: The problem is, there's no box to enter the changes into when reverting a WikiPost.
  14. lightspeed

    Amazon/eBay Parser

    @Ozzy47 I've figured out this bug and a couple of others by taking a look at the plugin files. Bug 1: In the Html.php file, the rule with 'm.' is replacing the ".com.au" and ".com.sg" in the URL's: $searchdomain = str_replace(['www.', 'deals.', 'rover.', 'cgi.', 'm.', 'pages.'], ''...
  15. lightspeed

    Amazon/eBay Parser

    @David G does this plugin work on ebay.com.au links for you? It doesn't work for ebay.com.au or amazon.com.au links even after correcting the Html.php amazon.com.au spelling error. Interesting to note that ebay.com.sg links don't work either. It appears that any link which contains something...
Back
Top Bottom