by Eric Barnes on August 18, 2009
Recently I needed a way of importing listings from another site into a 68 Classifieds site. As of right now 68 Classifieds doesn’t have an api so the only real way of doing it is to create some custom code to interact with the script. In this post I will outline how I got [...]
by Eric Barnes on July 2, 2009
One great feature that I don’t see used all to often is include templates. These give you the ability to break your template down into small workable sections and include them as needed. For the latest site I built I used these in lots of places and it made my job a whole [...]
by Eric Barnes on July 1, 2009
Today I decided I should share how I built the news module for a recent site I worked on. The goal of this tutorial is to hopefully help you better understand the 68 Classifieds module system and how to build your own modules. For this tutorial I kept the module pretty basic but it should [...]
by Eric Barnes on June 29, 2009
I am not sure how many people using 68 Classifieds that also use TextMate but I wanted to share two of my favorite bundles that have saved me numerous hours over the years.
The first one is PHP Smarty available from the TextMate SVN and Mike Zornek has instructions for installing it. This one has [...]
by Eric Barnes on June 24, 2009
I just finished up doing a complete overhaul on Suzuki Kawasaki of Gastonia’s website. The new one is now running completely on a stock 68 Classifieds Developer edition with a custom template, custom modules, and plugins. I was amazed but I didn’t have to make any core code changes to build this site and from [...]