Quote:
Originally Posted by Chad
So I could get the designer version then and that would allow me to write a mod that uses hooks (existing or new) to broadcast the classified ads? OR I could get the developer version and modify the php as needed. But either way, it could be done? This is a fairly powerful add-on to the system and if written as a mod I'm sure it would be fairly popular.
I just run a free website though and the only reason I'd even charge for ads on my site is to pay for the ad software so the $200 price is a bit steep for me atm. I'll have to see if I can get some donations or something to help foot the bill.
|
Exactly Chad. The module system allows you to create modules that can be added from within the sites admin control panel. Depending on what you want the mod to do you may also have to add some code to the smarty templates(which you have access to in both developer/designer). The whole idea behind the module system was to allow mods to be added without having to edit the core php script files.
On a side note, even without using a module or having the developer edition you could write a php script to read the database and send ot off to where ever.