Recent content by jakew009

  1. J

    Add-on Working on a 'classifieds' add-on...

    It is totally custom code, but it is written using Yii2 (Yii PHP Framework: Best for Web 2.0 Development)
  2. J

    Add-on Working on a 'classifieds' add-on...

    We have a fairly extensive classifieds system on our website (www.thefarmingforum.co.uk) but we decided to implement it as a separate app that talks to Xenforo rather than as an add on. The classifieds site can be seen here: The farming forum classifieds: Farm machinery for sale Main features...
  3. J

    XF 1.3 'Users Active' statistics wrong

    Thanks both for your replies. I think the errors are related to the xf_session_activity table. We have a cluster of db servers and had problems replicating this table successfully. Things do seem to have started working again now so fingers crossed :)
  4. J

    XF 1.3 'Users Active' statistics wrong

    Ever since we moved to our new hosting setup (three frontend web servers, 1 master & 1 slave db for backup, memcached on all three frontends) the calculation of 'users active' has gone to pot. We normally have around 2000 active users, since the move it has gone to less than 100. Forum activity...
  5. J

    Xenforo on high traffic production sites - release management.

    We have recently been going through the process of setting up XF for a fairly busy forum that is run as a business and employs multiple full time people. It is tied in with a complex classifieds system and various other applications that all talk to it. We are gobsmacked that there seems to be...
  6. J

    XF 1.3 Rebuilding the 'templates as files' cache?

    Thanks Mike. I think we will write some sort of addon to propagate the changes.
  7. J

    XF 1.3 Rebuilding the 'templates as files' cache?

    I think my problem is the same as this: https://xenforo.com/community/threads/fetch-public-templates-as-files.42583/
  8. J

    XF 1.3 Rebuilding the 'templates as files' cache?

    We are in the process of moving our Xenforo forum to a new fully redundant setup. We have 2 web servers both also running memcached and 2 database servers with load balancer in front. The database are master / master and only one is being used at any time (the other is for failover). One...
  9. J

    Simple Forms [Paid] [Deleted]

    Sure, will open a ticket.
  10. J

    Simple Forms [Paid] [Deleted]

    This is a great addon but been having a couple of problems with it recently. We are using the function where people can complete a form and then get promoted into a new usergroup. The promotion seems to work, but it is totally random which usergroup they get promoted into! We have 4 forms...
  11. J

    Experienced XenForo Developer

    I am looking to work with an experienced XenForo developer to help us with some interesting projects on our forum. You will be working alongside an inhouse web developer who is less experienced with Xenforo (but very proficient in Xend). We would prefer to work on an hourly / daily / weekly...
  12. J

    XF 1.3 How to find 500,000th post?

    Yes of course that could happen, but members only have 24 hours to delete their posts so it's unlikely to happen now :) I don't understand why the 500,000th record in the database is not the 500,000th post (if you exclude the 'non visible' posts?
  13. J

    XF 1.3 How to find 500,000th post?

    That's not the 500,000th post though, since it includes all the spam and deleted posts!
  14. J

    XF 1.3 How to find 500,000th post?

    I am trying to find the 500,000th post on our forum to award the member a prize. We know roughly the day that we passed this milestone (last Saturday, around 7PM) I have tried the following SQL SELECT * FROM xf_post WHERE message_state = 'visible' ORDER BY post_date LIMIT 1 OFFSET 499999...
  15. J

    [TAC] Stop Country Spam [Paid]

    For anyone using this plugin with the Wipmania API, be aware that your signup page will currently not be loading. Check out @tenants page here: http://www.surreyforum.co.uk/login/login We installed this plugin about a month ago and got quite a few complaints that people say they cannot get the...
Top Bottom