Introduction

What's a classifieds site without Ads? In this chapter, we're going to build the functionality to post Ads from Admin. We're essentially going to impersonate our seller accounts to do this, as well as add administrative features to approve, delete, contact sellers, and more. The great thing about this approach is that when we start building out our public pages, nearly all of our logic will already be in place. This allows us to copy and paste, making the public side of the site a breeze.

We're also going to implement some fancy JavaScript to create a checkbox tree for our categories, including showing sub-categories. We'll implement primary and additional image file uploads as well!

Clear your schedule and grab a cup of coffee. You're in for a treat.

This is a paid chapter.

You can view the current package prices by clicking here.