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 2, 2009
One of the new features included in 68 Classifieds v4.1.x is the ability to use Smarty caching. This is a hidden feature and not included in the documentation for several reasons. The main reason is because it is considered experimental and hasn’t been fully tested. With that being said I wanted to outline how [...]