Recent content by benFF

  1. benFF

    XF 2.3 Best way to allow edit of original post but not replies?

    Yes, that's exactly what this add on does ☺️
  2. benFF

    XF 2.3 Best way to allow edit of original post but not replies?

    I see. You can set the default edit limit to 1 minute and then first post limit to unlimited (for just this forum) as a workaround?
  3. benFF

    XF 2.3 Best way to allow edit of original post but not replies?

    I use this https://xenforo.com/community/resources/ozzmodz-first-post-edit-time-limit.6154/
  4. benFF

    User Onboarding [Paid]

    Yes you have to be careful with the advanced tasks. They run on every page view, which in your case is calling a large database call to see if a reply has been added. The simple ones only run on the action.
  5. benFF

    Amazon/eBay Parser

    I'm also tempted to change the template replacement so it puts the link above attachments instead of below, therefore right next to the text, (Change replacement search to "<xf:if is="$post.attach_count">")
  6. benFF

    Amazon/eBay Parser

    Just got an email from eBay saying I'm in violation again - nothing has changed on my end since last time. I just updated my text at the bottom to now say "This post contains eBay links which may earn a commission at no additional cost to you.” instead of just the generic and mailed them back...
  7. benFF

    XF 2.2 GSC only reads in the first 9 sitemap files...

    In your method you're doing a 301 redirect, which means Google is being sent to the original (not working) location. My rewrite actually changes the endpoint URL.
  8. benFF

    Top Contributors of the Month [Paid]

    That's a hard coded string inside the template replacement that's used to insert the statistics. It would be better if that was done a a proper member statistic, as we could then change the title and the display order....
  9. benFF

    Top Contributors of the Month [Paid]

    Request: In the "Top Monthly Posters in this Forum" and "Top Monthly Creators in this Forum" widgets, add a selection box to choose which forums you don't want this to appear (or the other way around) I know I can use display conditions, but I have 70 something forums I want it in (and 30...
  10. benFF

    Top Contributors of the Month [Paid]

    Also - the "Top Contributors of the Month" member statistics page doesn't seem to be editable (or even appear on admin.php?member-stats/) so it's not possible to change it's location (I don't want it first)
  11. benFF

    Top Contributors of the Month [Paid]

    Template errors Template public:wutc_widget_generic: [E_DEPRECATED] number_format(): Passing null to parameter #2 ($decimals) of type int is deprecated (src\XF\Language.php:871) Template public:wutc_widget_generic: [E_DEPRECATED] number_format(): Passing null to parameter #2 ($decimals) of type...
  12. benFF

    UK Online Safety Regulations and impact on Forums

    Because nobody had to do age verification to get on ******* before 🤣
  13. benFF

    XF 2.2 Viewing a user's threads

    There's a nice plugin that can add the count to the member card (amongst other things) https://xenforo.com/community/resources/ozzmodz-user-thread-counter.6684/
  14. benFF

    Google at it again

    That chart is skewed if you have both indexed and not indexed showing. If you click "not indexed" to turn it off, you'll see the proper result.
  15. benFF

    Google at it again

    But it's increasing again?
Back
Top Bottom