• This thread is just the tip of the iceberg.The people ahead of the curve aren't Googling for answers — they're already in here, having the conversations you haven't found yet. DealerRefresh is free.Get the full picture →

Changes to DealerRefresh

P.P.S. After these kinks are sorted, I am going to get back on improving the widget at the top of the forums list with the most recent threads
Kinks have been smoothed. That was a PITA :banghead:

Now it is time to improve the activity widget on the home page. Going to add some functionality from the old version. I built this on our staging server first, so this is the difference between staging and what you're experiencing now.

1779725477708.png

Here we go... deploying.
 
This thread is turning into a little diary along with the changes.

We just experienced a 30-minute outage due to a series of stupid things.

I mentioned the former agency that used to maintain DealerRefresh hacked our ad positions into the main site code instead of building them as widgets for placement amongst all the other Xenforo components. Because of this, Claude has to write its own special hacks to move widgets around the ads.

I wanted to remove the new Visitors Online widget from the thread pages. I only want that widget on the home page because something special is planned for the thread pages. When Claude added some code to remove it from the threads pages it broke a line in the main site code. On top of that, when he restored from a backup, he deleted the entire page of code instead of just that single line. This is where AI breaks <----lesson :light:

Fortunately, we have a staging site where we build things first, and we were able to resurrect things from there.

A word of caution to dealers who wish to vibe code can be found in this post. If I didn't have 16 years of experience as a technology vendor, I wouldn't know about structured databases and pre-planned runs that can be reversed via multiple paths. Technology is frighteningly fragile. The trick to keeping it resilient is having escape and rebuild plans.
 
Boring IT stuff

Made a fresh backup to store online and offline. Then made a new replication of the production site (this site) on staging. With everything fresh and virtually identical in staging, I started doing some significant cleanup work that successfully ran in staging. It has now been put in place in production.

Deleted ThreadLoom and finished cleaning up old ModernStatistics add-ons that were still throwing errors into the logs. Had to patch some other add-ons that were tied to their data.

The error logs are looking clean for the first time in years!
 
Something very cool with lots of legs

Claude and I wired up an API to Haiku and Sonnet. The initial purpose is to provide an AI summation of every thread on DealerRefresh. The summation will have two versions:

1. summary for humans
2. bot-driven summary to help crawlers find content better

As of this post, half the forum has been summarized. At this rate, it should be done around midnight. This first run is being done with Haiku, which is a little more technical. Older threads will keep this summation. Sonnet will take over on threads that break 5 comments in the future. Sonnet will make summations that sound more like a journalist and be more human-friendly. It would have cost 10x as much to run the entire forum through Sonnet, but ongoing costs should be manageable.

Here is what a Sonnet summation looks like on staging right now:

1779748002024.png
Screenshot 2026-05-25 at 6.24.38 PM.png
I have many ideas for utilizing this in more ways! Big thanks to @awolniewitz for doing this on Lovable first. It was a fantastic idea (y)