-In real auction sites i’d expect true contact information (seller’s name, telephone, address…), and not just a contact form so that they contact me.
-a few text format tools(size, font, color, bold, italic, underline) for ad input wont be bad at all.
-Site would feel with more life if images could appear in the place where the square google ad is(e.g. a square image instead). Might be also auto slide’em with jquery if are more than one, that would be a nice feature.
There is a bug in theme editor as well. When editing some pages, some default content appears outside the input form. So i guess when you save it, that code don’t go back again. I just broke your site, ‘ad/detail’
When I tried upload a picture, It didn’t allowed to me to upload a .jpg file, I think it’s a design error rather than a programmatic one. And clicking a google ad is not taking me to a goggle ad.
I have one question, tried to edit the right panel to add sellers info in there (fictional, cause i don’t know the vars) but i noticed it is part of the general layout and can’t be customized per ‘ad/view’ page. Is there a way to do that, or may require a layout rewrite?
I downloaded and had a look through the code for interest and it’s definitely an example how NOT to build applications in Yii. I think the understanding of proper use of MVC is certainly lacking as one of the first rules people should learn in MVC is Fat Model Skinny Controller, which certainly hasn’t been followed here. Much of the domain logic is implemented in the controllers instead of the models where it belongs and is rather confusing as a result.
@Sheldmandu Thank you for your opinion. I prefer to put controller specific logic in the controller not in the model. Can you please give an example of what you don’t like.
Great work @bobbydigital, Of course this extention is’t perfect, but what is perfect in this world ? nothing.
There are so long time I’m waiting for this kind of extension for Yii, I will download and try in extension to build a new site to replace the static page.
There is bug in the script . If you click location it takes you the front page where on the front page ads will be shown for that particular location . Front page menu also shows count of ads for that location however when you click the menu it gives you page with all other locations.
Ideally location should be one of the filter among price , etc. can some one let me know how to modify this.
also on ADMIN : if you change admin password some pages will not show up.