Skip to:
Content
Pages
Categories
Search
Top
Bottom

FEATURES REQUEST Classifieds (Plugin)


  • Cristiano
    Participant

    @cristiano

    Classifieds (Plugin)

    • Privacy Settings

    As the admin, you can decide whether or not to allow public viewers (visitors that are not logged in) to view the classified listings on your social network.

    • Customizable Categories and Fields

    As the admin, you can categorize the classified listings for your users. For example, you can create categories such as “For Sale” and “Wanted” each with subcategories such as “Furniture” and “Electronics.”

    • New Classifieds Email Notification

    As the admin, you can customize the email that is sent to the user when a new comment is posted on one of their classified listings.

    • Classifieds Listings

    As the admin, you can see all the classified listings posted by your users. You can monitor and search these classifieds to delete offensive material if necessary. As the user, you can view your own listings, upload photos, as well as browse the marketplace.

    • Listing Settings

    The user can choose to be notified by email when someone posts a comment on any of their listings.

    • Comments

    The user can comment on other classified listings or send a private message to the seller.

    • Classified Listing Photos

    Users can upload a photos and post them alongside their classified listings.

Viewing 25 replies - 1 through 25 (of 50 total)

  • grosbouff
    Participant

    @grosbouff

    Hello. I’ve started to work on it since a few weeks.

    It starts to be interesting.

    *are things not started yet or **planed for a even more later

    TYPES & CATS

    -customizable types and categories, nestables

    **customizable fields for posting/showing classifieds in it

    MODERATION :

    -decide wether or not to allow public viewers

    -decide wether or classifieds needs validation before being published

    -*grant a user moderator for all classifieds or by type / category

    SITE VIEW

    -search, explore, filter (by categories, days, **custom fields)

    MEMBER VIEW

    -show my published classifieds

    -show my- awaiting moderation [author/moderators only]

    -show my unactive

    -watched : when you click a button on a classified, it will be in your profile and you’ll be notified if someone posted a on the wire or if the author modify it +*watched types & cats

    -single classified : see details, author, see & post on the wire, see watchers

    MEMBER OPTIONS

    -*email notifications for new classifieds, classifieds by type,category

    -*email for new posts on wire (watched classifieds)

    -**email for new classifieds of friends

    -*filters for home page

    POSTING

    – user needs to agree terms & conditions (only once) before posting

    -fields : title, description, type, category

    -****customizable fields

    -****photos

    -enable wire

    -*enable email notifications when editing (for watchers)

    …maybe i’ll start with this :)

    I also have to say that it is a huuuge work and I’ll probably open a project page with a PAYPAL button to encourage me (need it).

    I’m not a professional coder but i’m trying to do the best possible.

    Today i’ve almost finished the admin part.

    Proud to say that I’ve find something to dynamically (jQuery) add types/cats and edit,order (nested!!),delete,save them. It works !!!

    <img src=”http://img53.imageshack.us/img53/420/classifiedssetup.jpg&#8221; alt=”classifieds setup” >


    Decisionc
    Participant

    @decisionc

    @Grosbouff: The admin backend looks good so far. Let us know when you are ready to release!!


    takuya
    Participant

    @takuya

    @Grosbouff, keep up the good work!! Superb!

    Looks gr8 ! Congrats !


    pampalini
    Participant

    @pampalini

    wooow, cool, need it ;)


    Roy McKenzie
    Participant

    @roymckenzie

    FABULOUS!!!!!!!!!!!!!!


    grosbouff
    Participant

    @grosbouff


    grosbouff
    Participant

    @grosbouff

    Some news :

    -user settings [admin/member]

    –accepts terms & conditions

    –save filters for home (days, types, categories)

    –admin (give moderation rights for all,some types or some categories)

    -navigation is finished (still some debugging)

    –member navigation (loop is working)

    —published

    —awaiting moderation (if needed) [admin/member]

    —drafts [admin/member]

    —unactive (x days old)

    —watched

    –directory navigation (loop is working)

    —*search

    —*retrieve member filters

    —*retrieve moderation info

    –show single classified

    –home

    –wire (still some debugging)

    –*admin

    –*watchers

    -create classified

    –added tags (with suggestions)

    the next two big thing (among others) will be handling notifications and adding custom fields.


    gpo1
    Participant

    @gpo1

    Add a share this feature to it like twitter etc?


    Kunal17
    Participant

    @kunal17

    The plugin is looking good. Will there be widgets that allow showing certain classifieds in other parts of the community?

    Also, just wondering how different you plan to make it from other classifieds plugins (I believe some other members have succeeded in implementing ‘another classifieds plugin ‘ to their BP installs)


    grosbouff
    Participant

    @grosbouff

    I dont’t know which features I’ll eventually add…

    As said above, I’m not a professional coder and it is a challenge for me to finish this as it is :)

    But it’s true, it’s a good idea. I’ll see later.

    No widgets planned for the moment (only maybe things like last/random classifieds) and plan to make it different from the others as it is completely build on BuddyPress, with its code & features (notifications, member screens vs site screens, etc).

    It will not be a WPMU plugin but a BuddyPress component…


    grosbouff
    Participant

    @grosbouff

    @Gpo1

    I added a “share this” feature using the Add-to-any plugin which seems to be a quite good plugin.

    So if that plugin is enabled, you’ll be able to check an option in the admin to show or not the share button.


    gpo1
    Participant

    @gpo1

    Why not enable or integrate an existing rating plugin (Wp-Postratings/GD Star Rating)?


    ralfsohl
    Participant

    @ralfsohl

    hello Grosbouff >> when do you think the plugin will be up for download?


    gpo1
    Participant

    @gpo1

    Pls add a rating feature or adapt GD star to it?


    grosbouff
    Participant

    @grosbouff

    @Ralfsohl

    I plan to finish it in about one month, maybe 2.

    Now almost all the big things have been done (creation, moderation, admin, display…); the big things that left are notifications and the navigation system (I mean, searches, filters; browsing…)

    Then I’ll have to debug it; test it again and again, and between all that take some vacations :)

    @Gp01

    I don’t think I’ll add a rating feature in it; I’ll try to keep it rather simple and I don’t see the point to “rate” a classified…

    the “watching” part has been implated :

    -“add to / remove from watched list” works (also with ajax).

    -“list watchers”


    grosbouff
    Participant

    @grosbouff

    A little look at what we’ve got so far…

    Actions for each classifieds runs with ajax which means you don’t need to go on the single classified page each time you have to do something (reset date, delete, publish or add to watched list)

    I’ll try to adapt bpPicture Album component by Manoj Kumar to add pictures to a classified.


    3690861
    Inactive

    hi Grosbouff,

    thanks for the update.

    I’ll keep sending you PMs’ to see if we can be of any help :-D

    ciao

    carloz


    grosbouff
    Participant

    @grosbouff

    Picture gallery now works.


    Kunal17
    Participant

    @kunal17

    Grosbouff,

    Looks like you have got a lot of the main components online. Can you give us an approximate ETA for the initial release?

    Also, I can help test out the plugin when you are ready.


    grosbouff
    Participant

    @grosbouff

    Hi, what is ETA ?


    Kunal17
    Participant

    @kunal17

    Hey,

    Estimated Time of Arrival :)

    Just eager to try out your plugin.


    grosbouff
    Participant

    @grosbouff

    :)

    If I have some time to work on it until september, I guess it will be ready to test at the beginning of that month.


    grosbouff
    Participant

    @grosbouff

    Hi, i’m still working on this.

    Big steps have been made but there’s still work.

    I think i’ll not implent a complex moderation system for the first release; only admin & authors will be able to edit/delete the classifieds.

    I changed some stuff to make the plugin ‘extensionnable’; eg. for pictures (done) and google maps (working on); then your contributions :).

    So steps for the creation / display can be

    -core steps

    -plugins steps

    steps can be optionnable and orderable in the admin panel.

    Hope i’ll give you some more news soon !


    matthijsv
    Participant

    @matthijsv

    Nice to see that you’re still working on the plugin! I’m very interested.

Viewing 25 replies - 1 through 25 (of 50 total)
  • The topic ‘FEATURES REQUEST Classifieds (Plugin)’ is closed to new replies.
Skip to toolbar