GoodForNothing Classifieds [Paid] [Deleted]

Newbie here,
I am having trouble with creating a new listing.

After clicking "Add Classified", when clicking space for "Category" I get a drop down menu of categories I created, but it is grey'ed out and cannot select it.
Am I missing something?


upload_2015-10-22_14-33-19.webp
 
Never mind, I found that I have to create and enable "package" option.
What is the purpose of this "package"?
 
What is the purpose of this "package"?
The main purpose is that you can define how long an ad will be open and how many times the ad can be renewed and how much the advertiser will have to pay to list the classified.

If the quantity available is more than 1 (sometime 10-100) just like in ebay, it would be great to have a review of the item itself and quantity sold.
This is in my list... though it will be available with the "Marketplace" extension/module that will enable shops to be created, more on that later... :)
 
Is there a way to get rid of (hide from view) the tag line and name of the uploader and date from the main classifieds page? It is too cluttered.
 
Is there a way to get rid of (hide from view) the tag line and name of the uploader and date from the main classifieds page? It is too cluttered.

I found your previous instructions to add to template, but I'm not sure where to place the code?

Tried top, bottom but doesn't work

upload_2015-10-23_10-58-4.webp
 
When I enable "Featured Product" option, it's suppose to be the top of the list, correct? Mine is not doing anything other than have a small "Featured" banner in the icon.
 
And when I change "Classified Icon Dimensions", it does nothing. What am I missing?
This system option is only used when generating/processing the classified image during upload. Does not do anything to the template.
I found your previous instructions to add to template, but I'm not sure where to place the code?
If it is too complicated for you, you can just delete that part of the code.
When I enable "Featured Product" option, it's suppose to be the top of the list, correct? Mine is not doing anything other than have a small "Featured" banner in the icon.
That functionality is currently missing which I am currently working on.
 
This system option is only used when generating/processing the classified image during upload. Does not do anything to the template.
What does this mean exactly? Could you expand on this please? I'm actually having trouble uploading picture in the right size-- when I upload a picture sometimes it gets cut off at the edges. Should the icon match the exact size of the specified dimension in the CP?

If it is too complicated for you, you can just delete that part of the code.
Sorry I misquoted myself. I'm trying to rid of the "Classified Statistics" box. Could you give me what code and where to exactly to place it within the template?

Is there a way to get rid of "Price, Expires in, Views" from the listing page?
upload_2015-10-25_10-53-20.webp

How do I to remove the uploader's icon from the listing page? I'd like to just show the product pic only.
upload_2015-10-25_10-57-29.webp
 
UPDATE: Still a couple of public templates missing and I have to restructure the permission definitions for the trader ratings. Also, now that I think about it: it's not really "advertisers" but "traders" that I should have used in the links and phrases :(

Any who, here's some screenshots for the rating at work:
6.webp 8.webp 9.webp
Rating criteria has been added and will be displayed in the rating view page:
10.webp

So things I have done/doing are:
  • Re-do the advertiser (now "trader") view page - WORKING
  • Bug fix when prefix needs to be re-selected when editing a classified - DONE
  • Bug fix related to Google indexing issue - DONE
  • Support for admin definable default package when creating a classified - DONE
  • Classified Blocks in forum home and support [bd] Widget Framework - NOT STARTED YET
  • Added "Your Classifieds" inside the visitor tab - DONE
  • Bug fix for disallowing empty string in the price field - DONE
  • Bug fix for image overlay not working in thread view - DONE
  • Added social meta tags in classified view - DONE
  • A lot of other minor bug fixes and improvements - DONE
  • And last but not least: Trader Rating support - WORKING
I have moved support for advertiser field (now trader field) to RC2.
I wont be available tomorrow so will publish RC1 on Tuesday since a little bit of work is left out with some bugs I just found in the rating system. :)
 
What does this mean exactly? Could you expand on this please? I'm actually having trouble uploading picture in the right size-- when I upload a picture sometimes it gets cut off at the edges. Should the icon match the exact size of the specified dimension in the CP?
This is as expected as the system will first resize the shortest side to the length set in the system option and crop it out to a square so edges will be cut off if it's a rectangle.

Sorry I misquoted myself. I'm trying to rid of the "Classified Statistics" box. Could you give me what code and where to exactly to place it within the template?
Edit the template classifieds_sidebar_block_stats and remove everything in the editor.

Is there a way to get rid of "Price, Expires in, Views" from the listing page?
Edit the template classifieds_list_item and at the very bottom delete the
Code:
<div class="listBlock classifiedStats">
block.

How do I to remove the uploader's icon from the listing page? I'd like to just show the product pic only.
Edit the same template and remove
Code:
<xen:avatar user="$classified" size="s" img="true" class="creatorMini" />
at the top.

Waiting.... :D
And yet again I failed to publish on time :(
 
Back
Top Bottom