Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Forum Stats

Members
Total Members: 4255
Latest: andreios
New This Month: 3
New This Week: 1
New Today: 0
Stats
Total Posts: 43261
Total Topics: 7519
Most Online Today: 297
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 1
Guests: 272
Total: 273

Author Topic: Feature Requests for SMF Classifieds 3.0  (Read 34140 times)

0 Members and 1 Guest are viewing this topic.

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: Feature Requests for SMF Classifieds 3.0
« Reply #15 on: June 19, 2013, 10:08:41 pm »
Will be looking at these requests soon been very busy lately.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline tank_fv101

  • Community Suite Customer
  • Jr. Member
  • ******
  • Posts: 77
    • View Profile
    • N Gauge Forum
Re: Feature Requests for SMF Classifieds 3.0
« Reply #16 on: June 22, 2013, 07:11:50 am »
Will be looking at these requests soon been very busy lately.

Thank you!  I'm checking daily hoping for a desperately needed update with the features I asked for!   :P :D

Offline BSD2000

  • Member
  • *
  • Posts: 25
  • http://www.VinylAudio.net
    • View Profile
    • VinylAudio.net
Re: Feature Requests for SMF Classifieds 3.0
« Reply #17 on: July 23, 2013, 08:41:10 pm »
I just thought I'd share a picture of some of the changes I've been working on to the layout of the Classifieds mod. I removed 90% of the tables on the classified ad view function and replaced them with a CSS style-sheet and div boxes. I'm not finished yet (the snapshot is from my local test server), but maybe this will give you an idea what can be done once the tables are removed.  ;)

Of course, this took a lot of major code changes and will need to be re-written when a new version of the Classified mod is released. I printed out both PHP files (all 300+ pages) for the mod and studied them intensely for a week or so before attempting my modifications, but after spending so much time examining the code, I have a pretty good idea where and what to change to get it to look the way I want.

One change that would be simple to implement is storing a users high bid as a maximum bid for an item. When someone places a new bid, compare it to the current high bidders maximum bid, then update the high bid for the item, their maximum bid and who is the highest bidder. Right now, if an item is $10 with an increment of $1, someone could bid $100 and the system automatically takes the high bid up to $100. People who are use to ebay's system of current and maximum bid may be shocked to see the system accept their bid as the current high bid, right off the bat. It should store the person bid as the maximum bid they will pay, and increment the items price to $11, not $100. As people place additional bids, the system should compare their high bid to the current high bidders max and update the new highest bidder if their bid is more than the current bidders maximum bid. If not, inform they were outbid and make the new high bid that persons bid plus the increment.

Since I purchased the Community Suite, quite a few of the mods in it use Paypal for payment, but I haven't been able to figure out how to use multiple IPN's with Paypal - and each mod requires it's own IPN. It would be nice if one callback file was used to process payments for all of the mods in the suite.   :)

Just a thought.

Thanks again for an awesome mod!  ;D

« Last Edit: July 23, 2013, 08:45:30 pm by BSD2000 »

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: Feature Requests for SMF Classifieds 3.0
« Reply #18 on: July 23, 2013, 08:51:21 pm »
Changes look great

For the IPN part only one of the urls needs to be set inside paypal. The mods override the ipn url with the notify_url command sent to paypal so it uses the correct ipn path for each mod.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline tank_fv101

  • Community Suite Customer
  • Jr. Member
  • ******
  • Posts: 77
    • View Profile
    • N Gauge Forum
Re: Feature Requests for SMF Classifieds 3.0
« Reply #19 on: July 29, 2013, 11:31:01 am »
Any updates please?  Desperate for the features I requested, so without trying to sound stroppy, I might have to let me subscription go and pay someone to make the features. :-\

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: Feature Requests for SMF Classifieds 3.0
« Reply #20 on: July 29, 2013, 11:40:42 am »
Been really busy with work no time lately.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline tank_fv101

  • Community Suite Customer
  • Jr. Member
  • ******
  • Posts: 77
    • View Profile
    • N Gauge Forum
Re: Feature Requests for SMF Classifieds 3.0
« Reply #21 on: July 29, 2013, 11:49:33 am »
I can understand mate as I have the same trouble myself.  Well, I'll give it 4 more weeks as I've been waiting since the end of March.  Thanks for the reply.

Offline BSD2000

  • Member
  • *
  • Posts: 25
  • http://www.VinylAudio.net
    • View Profile
    • VinylAudio.net
Re: Feature Requests for SMF Classifieds 3.0
« Reply #22 on: August 04, 2013, 01:46:31 am »
Changes look great

For the IPN part only one of the urls needs to be set inside paypal. The mods override the ipn url with the notify_url command sent to paypal so it uses the correct ipn path for each mod.

So, you're saying that if I use the Classifieds IPN file (classifiedsipn2.php) - or any of the IPN files from any of the Community Suite mods, it will process the requests when returning from PayPal based on where they were called from (downloads, store, classifieds, etc.)?

I made a few more tweaks to the design:

Auction, reserve not met:


Auction, reserve met, hi-bidder:


Auction, winning bidder:


 8)
« Last Edit: August 04, 2013, 01:51:04 am by BSD2000 »

Offline tank_fv101

  • Community Suite Customer
  • Jr. Member
  • ******
  • Posts: 77
    • View Profile
    • N Gauge Forum
Re: Feature Requests for SMF Classifieds 3.0
« Reply #23 on: August 15, 2013, 01:09:51 pm »
Looks great. :)

Offline tank_fv101

  • Community Suite Customer
  • Jr. Member
  • ******
  • Posts: 77
    • View Profile
    • N Gauge Forum
Re: Feature Requests for SMF Classifieds 3.0
« Reply #24 on: September 15, 2013, 02:47:33 pm »
Another month gone, any news please smfhacks?  :(

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: Feature Requests for SMF Classifieds 3.0
« Reply #25 on: September 15, 2013, 02:48:23 pm »
I been working on it off and on
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline tank_fv101

  • Community Suite Customer
  • Jr. Member
  • ******
  • Posts: 77
    • View Profile
    • N Gauge Forum
Re: Feature Requests for SMF Classifieds 3.0
« Reply #26 on: September 20, 2013, 03:20:49 am »
Thanks for the update.  I'll check out the changelog.

Offline tank_fv101

  • Community Suite Customer
  • Jr. Member
  • ******
  • Posts: 77
    • View Profile
    • N Gauge Forum
Re: Feature Requests for SMF Classifieds 3.0
« Reply #27 on: January 01, 2014, 05:15:44 pm »
• Add a 'best offer' option with two options - either have the offer automatically accepted if it meets a set amount (thus ending the auction), or allow the seller to accept or deny the best offer. Keep track of the offers and show them on the item listing page (Offers received: xx). Send PM's when a seller receives an offer, PM the buyer if the offer was accepted or denied. Allow the seller to counter the buyers best offer.

I know you're busy with work, but I was hoping that this feature could jump the queue or requests?  A very good feature to have.

I would like some of the other requested features as well, but this one would be wonderful.  :)  Cheers!

Edit:-  Also, it seems that if you are a buyer then you can go to a listing and submit feedback via the button.  If you are the seller, then there is only a button to submit feedback for yourself......which doesn't work of course.  Can this be changed to recognise if the member is a seller or a buyer and show the correct feedback link?  Currently everyone is having to go to a members profile and use the Trade button.  Thanks!
« Last Edit: January 04, 2014, 07:29:40 am by tank_fv101 »

Offline tank_fv101

  • Community Suite Customer
  • Jr. Member
  • ******
  • Posts: 77
    • View Profile
    • N Gauge Forum
Re: Feature Requests for SMF Classifieds 3.0
« Reply #28 on: February 22, 2014, 03:48:24 pm »
Is there any update on the feature requests please?

Also on this post that is unanswered - http://www.smfhacks.com/index.php/topic,8069.0.html

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: Feature Requests for SMF Classifieds 3.0
« Reply #29 on: February 22, 2014, 10:39:19 pm »
Haven't had time been busy with work.

For that post. Seems like a good idea just depends on what actions to log.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

 

Related Topics

  Subject / Started by Replies Last post
0 Replies
14851 Views
Last post October 24, 2006, 12:02:36 pm
by SMFHacks
2 Replies
6363 Views
Last post July 06, 2008, 10:28:46 pm
by Skyview
1 Replies
4114 Views
Last post November 14, 2007, 08:58:48 pm
by SMFHacks
3 Replies
6416 Views
Last post March 25, 2009, 06:58:43 pm
by drhamad
0 Replies
4580 Views
Last post May 15, 2009, 05:57:58 am
by Darkshadow

+- Recent Topics

Problems SMF 2.0.19 > 2.1.4 SMF Gallery Pro - Recents Images to overall header by Michel68
Today at 08:27:36 am

No thumbnails on new uploads by Tonyvic
Today at 06:26:18 am

Display the Contact Page for guests by SMFHacks
March 27, 2024, 10:55:43 am

is it possible to add support for odysee.com by fvlog19
March 21, 2024, 08:47:51 am

Request for admin notification by davejo
March 10, 2024, 01:31:59 am

I need help with torrent upload by Ineedsmfhelp
March 09, 2024, 10:01:13 pm

an idea for new mod (( content type with different display )) by SMFHacks
February 27, 2024, 01:36:27 pm

[Mod] RSS Feed Poster by SMFHacks
February 27, 2024, 11:57:18 am

find duplicate pictures by fvlog19
February 14, 2024, 02:22:40 pm

Error uploading video. by SMFHacks
February 08, 2024, 02:04:16 pm

Powered by EzPortal