GoodForNothing Classifieds [Paid] [Deleted]

Hello everyone,
I was a little (well, maybe a lot...) preoccupied with end-of-semester assignments and presentations so was completely unavailable for the last 3 days and would like to apologize for the lack of response.
I am going to reply all your queries by tonight :)

There currently doesn't seem to be any way of telling when/if another bump will be allowed/available (unless I'm overlooking something). Maybe add a timer or just display another title indicating that the user has to wait? Here's an example:
If this is done, it would be nice if it were in the information sidebar block, maybe put 'Bump in' right under 'Expires in'.
Yeah, there is no way of telling at this moment. And will try to implement it in the version after the next one (which is going to be a bug fix).

@erich37 and @empire it wont be possible to include the category select field in the classified editor as all the other fields (custom fields / packages / advert types) are dependent and reloading the form every time a category is selected is not really a good idea.
And do note that the category selector form only shows up if the user clicks on the "Add Classified" button in the classifieds home. If they select from a "category view" page, they are redirected to the classified form.

Of course I am adding this request in my to-do list but I can't confirm at this moment when it's going to be available :)
 
Would it be possible to do conditional/dependent fields generally then?

For example, even if they've already selected For Sale, Trade or Wanted, I could still have the first question be a dropdown with those options, and then it could show the fields accordingly. You've seen our epic sales form – imagine trying to adapt that whole thing to also accommodate Wanted ads. I'm not sure it's possible.
 
@empire I was actually thinking something along that line too... maybe move the advert type field to the top and do some CSS trick to hide the fields that are not associated. :D
 
If the fields are required though, just hiding them by css might not work. Although there might be workarounds for that, like adding an option for 'This is a Wanted post' to the required fields with dropdowns, etc.
 
I must be missing something... I can't seem to get a "post new ad" button. I've set up categories, a free package, ad types, etc, double-checked permissions... no button to create a new ad...
 
If you'd like to point the "Post New Thread" button for your classifieds forum to the classifieds form (/classifieds/create) and maybe rename the button to "Add Classified" or whatever, you can try and do this:

1. Add a route filter
Find route: classifieds/create
Replace with: forums/forum-title-here.666/create-thread
Check box: "Incoming URL conversion only"

2. Rename the "Post new thread" button by adding this to the template: forum_view (just make sure to change the node ID)

Code:
<xen:if is="{$canPostThread}">
   <xen:set var="$newDiscussionButton"><a href="{xen:link 'forums/create-thread', $forum}" class="callToAction"><span><xen:if is="{$forum.node_id} == 25">Add Classified<xen:else />{xen:phrase post_new_thread}</xen:if></span></a></xen:set>
   <xen:if is="!{$renderedNodes}">
     <xen:topctrl>{xen:raw $newDiscussionButton}</xen:topctrl>
   </xen:if>
</xen:if>

(Used the code snippet posted by Russ here)

It seems to be working for me and looks more consistent with the add-on. Also stops users from creating threads without going through the classifieds form first.

If you're using Tapatalk, it's probably a good idea to add the classifieds forum to the "Disable New Topic" list.

Example:
create_classified.webp
 
Last edited:
Finally over with my assignments; done fixing my computer (Windows 10 upgrade killed my PC). I will push a new update tonight to fix some of the pending bugs. :)
Again, apologies for not being active for the last few days.

But do note: as my finals are in a week and I have never touched my books I will be a little inactive till August 17th.
But will try to push updates as soon as possible if there's any major bug reported.
 
Mr. Goodie2Shoes updated GoodForNothing Classifieds with a new update entry:

Bug fixes and minor improvements...

Bug Fixes include:
  • Unable to leave conversation with no other recipients.
  • Potential PHP error when viewing a comment for PHP version 5.3.x.
  • Last bump date wasn't getting updated on renewal.
  • Unable to delete classified prefixes.
  • An unidentified issue with the location writer.
Improvements include:
  • Added confirmation form for classified renewal which also display how much the user has to pay for the renewal.
  • Added new moderator permission: "Can bump...

Read the rest of this update entry...
 
Back
Top Bottom