SMF Trader System

Started by SMFHacks.com Team, July 12, 2006, 12:35:09 AM

Previous topic - Next topic

SMFHacks.com Team

Link to the mod



SMF Trader System

By vbgamer45


Compatibility
Works with both SMF 2.1.x and SMF 2.0.x and SMF 1.1.x

Description
A trader system for SMF. Trader count is displayed under each member's name in a topic. Also trader information is displayed in their profile.

Member's of you forum can rate other members as either a buyer, seller, or a trade deal.

3.0.3
!Minor PHP 8 fix for viewing feedbacks that do not exist/deleted.

3.0.2
!If using SMF Classifieds only show the submit feedback link if they have completed a transaction either as a buyer or seller.

3.0.1
!Fixed PHP 7.4 error log

3.0
!Added session checks on feedback submission and reporting feedback

2.0a
+Added support for SMF 2.1.x

2.0
+Improved SMF 2.0 style in some areas of the trader system.
+Listing is now shown on the detail page if you have SMF Classifieds installed.
+Listing Title now shown above short comment if you have SMF Classifieds installed.
+Buyer/Seller now in bold on trader feedback listing page
!Better support for UTF8 characters SMF 2.0
!Fixed an issue with sometimes allowing the same SMF Classifieds listing to be allowed to be rated twice.

1.7
!Fixed undefined errors in settings area for SMF 2.0.x
!Fixed icon for trader system in admin area for SMF 2.0

1.6
!Do not show listings in submit feedback if already rated the listing - SMF Classifieds
integration
!Do not show the submit feedback link for yourself
!Do not ask for short topic url if classifieds option says you require to select a listing
- SMF Classifieds integration

1.5
!Fix bug not showing reviews if a member deleted their account
!Fixed missing language string on delete rating added Short Comment

1.4.2
SMF 2.0 RC3 support

1.4
+Better integration with SMF Classifieds


Version 1.3
+Support for SMF 2.0 RC1

Version 1.2
!Major changes
+Feedback by pages
+More settings


Version 1.1
+Moved language strings to a language files
+Added trader rating approval system. Admins can now approve ratings
+Will send a PM to a user when a rating is added to their profile when it is approved.


Support Links
SMF Package Parser
Manual Installation Of Mods
How Do I Modify Files?


Disclaimer: SMFHacks.com Team is not affiliated with the SMF Team or the SimpleMachines NPO.
SMFHacks.com -  Paid Modifications for SMF
Latest Mods:
Community Suite
Newsletter Pro SMF Gallery Pro SMF Classifieds SMF Store

PrizeLive.com

Have you updated this to enable admins/mods to review the feedback before it gets left?
Get Paid Instantly via PayPal (or other options) at PrizeLive.com!


Vinspire

Nice mod ... I played with it before :)

PrizeLive.com

Yes nice mod.. but it will be over-abused... The feedback's have to be approved before they are left...!
Get Paid Instantly via PayPal (or other options) at PrizeLive.com!

vbgamer45

Quote from: SurfExcelerator.com on July 12, 2006, 09:10:57 AM
Yes nice mod.. but it will be over-abused... The feedback's have to be approved before they are left...!
Maybe in the future. Not sure how the admin would actually approve it that it happened maybe just stop some people from bulk doing it. Not sure how vBulletin's iTrader mod handles it.
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

PrizeLive.com

Quote from: vbgamer45 on July 12, 2006, 12:53:03 PM
Quote from: SurfExcelerator.com on July 12, 2006, 09:10:57 AM
Yes nice mod.. but it will be over-abused... The feedback's have to be approved before they are left...!
Maybe in the future. Not sure how the admin would actually approve it that it happened maybe just stop some people from bulk doing it. Not sure how vBulletin's iTrader mod handles it.

i've seen another trader system on a forum and all feedback had to be approved before it was placed....
Get Paid Instantly via PayPal (or other options) at PrizeLive.com!

Tony Reid

Would be nice to see a screenshot :)
Tony Reid

vbgamer45

Added two screenshots to the mod listing page.
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

PrizeLive.com

Nice screenshots...

Any luck on the feedback approval modification?
Get Paid Instantly via PayPal (or other options) at PrizeLive.com!

vbgamer45

Just added support for SMF 1.0.7
Enjoy,
vbgamer45
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Vinspire

vbgamer, i've got this error in my error log. any idea what is it ? clash wif the ignore mod ?  :D

8: Use of undefined constant smftrader_profile - assumed 'smftrader_profile'
File: /home/korobox/public_html/forum/Themes/default/languages/Ignore.english.php (main sub template - eval?)
Line: 388

winrules

Quote from: Vinspire on August 03, 2006, 02:31:13 PM
vbgamer, i've got this error in my error log. any idea what is it ? clash wif the ignore mod ?  :D

8: Use of undefined constant smftrader_profile - assumed 'smftrader_profile'
File: /home/korobox/public_html/forum/Themes/default/languages/Ignore.english.php (main sub template - eval?)
Line: 388
To fix those in display.template.php find:

$txt[smftrader_profile]

and replace with

$txt['smftrader_profile']


I'm sure vbgamer will fix it soon.


winrules
SMF Developer
               
My Mods
Please do not PM me for support.


vbgamer45

Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Vinspire

Quote from: winrules on August 04, 2006, 05:31:12 PM
To fix those in display.template.php find:

$txt[smftrader_profile]

and replace with

$txt['smftrader_profile']


I'm sure vbgamer will fix it soon.

I followed what you said and a new error had occur.

2: Division by zero
File: /home/korobox/public_html/forum/Themes/default/trader.template.php (main sub template - eval?)
Line: 41

8: Undefined index: sa
File: /home/korobox/public_html/forum/Sources/Trader.php
Line: 30

maxigs

Very nice Mod, just what i have been looking for :-)


I installed this Mod on a a fresh RC3 and although it seems to work perfectly fine (users can write feedbacks and everything else seems to work) i have a error permanently to show up in the boards error log:

2: Division by zero
File: /var/www/forum2/Themes/default/languages/Who.english.php (summary sub template - eval?)
Line: 299


This Error always shows up in the Profile of someone who does not have any feedbacks yet, so i assume the division by zeror occures through the number of feedbacks.

would be glad if this could be fixed, ty ;)

vbgamer45

Can you post the code around Who.english.php line 299.

My mod doesn't modify Who.english.php I think it is another mod.
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

perplexed

this might be a dumb question but where do people buy and sell stuff on the forum in order to become a trader.  Can someone post an example of this or point me to a site that has an example?

I used to have a marketplace component on joomla where people could post 'ads' for sale/exchange etc but it wasnt linked to smf so this might be good for us if I could see it in action


~thanks

Vinspire

Quote from: perplexed on September 13, 2006, 07:04:36 AM
this might be a dumb question but where do people buy and sell stuff on the forum in order to become a trader.  Can someone post an example of this or point me to a site that has an example?

I used to have a marketplace component on joomla where people could post 'ads' for sale/exchange etc but it wasnt linked to smf so this might be good for us if I could see it in action

~thanks

Under a marketplace or trading sub-board if you have any on ur forum :)


perplexed

ah ok, so it just goes on a regular forum board?

so if I was to post that I was selling a book, the post or the item for sell (the book) doesnt link to the rating in the profile?

so if someone bought the book, they would then go to my profile and rate me as a seller?

is that how it works?

~thanks

Advertisement: