Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard

Reply
 
Thread Tools
iTrader 2.1.0 (Interim Release) Details »»
iTrader 2.1.0 (Interim Release)
Version: 2.1.0, by eoc_Jason eoc_Jason is offline
Developer Last Online: Jan 2020 Show Printable Version Email this Page

Category: Profile Enhancements - Version: 3.7.1 Rating:
Released: 06-12-2008 Last Update: Never Installs: 413
DB Changes Uses Plugins Template Edits
Additional Files  
No support by the author.

To hold people over until I get the full updated version with new features released, I'm posting this Interim version that has been tested / updated for vBulletin 3.7.x

There are no new features in this release, it is simply compatability updates and minor bug fixes. There are changes to both files & templates, but no changes to the iTrader tables.

--------------------

iTrader - A user feedback add-on for vBulletin 3.7.x
Copyright ?2004-2008 Jason Rabel, All Rights Reserved.
__________________________________
Latest iTrader Verson: 2.1.0
vB Versions Supported: 3.7.x
Author: Jason Rabel
Contact: PM me here.
Site: EXTREME Overclocking
??????????????????????????????????
Description:
iTrader for vBulletin has evolved from Trader Ratings for vB 3.0.x which evolved from Buy/Sell/Trade User Rating System for vB 2.x. This is a rating system for when members buy / sell / trade items from each other (presumably on a FS section of your forum). It is somewhat based on the honor system since there is no automatic way to truly tell if they did engage in a transaction. iTrader came about because it was a pain to try and maintain a single thread listing good / bad traders and so far has worked out quite well.

Features:
  • Rate another member: Positive / Negative / Neutral
  • Specify in each transaction: Buyer, Seller, or Trade
  • Leave multiple comments about the deal
  • Dates & IPs are all recorded to prevent abuse
  • Specify a thread URL to the deal
  • Advanced URL checking
  • Display ratings over time
  • Filter based on Buyer/Seller/Trade/or feedback they left for others
  • Users can edit/delete ratings left for others (time based limitation)
  • iTrader Admins can edit/delete anyone's ratings (just incase)
  • PM notification when new rating or comment is left
  • Per-usergroup permissions
  • Lots of admin controllable options

Installation / Upgrade Info:
Read the included readme file, it explains everything.

Standard Disclaimer:
BACKUP YOUR DATABASE & FILES BEFORE IMPLEMENTING THIS HACK!!!

Donations:
This add-on will always be free, however your donations are kindly accepted and will help towards further development. The link is on the right under "The Developer" info.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #132  
Old 07-22-2008, 01:40 PM
Jah-Hools Jah-Hools is offline
 
Join Date: Jul 2007
Posts: 214
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Digging it so far! Thanks!

But for my forum, member's feedback ratings need to be hidden OUTSIDE the classifieds forum. (the classifieds is HIDDEN on my forum and is only visible to registered members so this will confuse non members who will be wondering what its for and will give away the secret of the classifieds)

Can you supply some template code to fix it so that the Itrader score is shown only in selected forums please?

Many thanks
Reply With Quote
  #133  
Old 07-22-2008, 02:00 PM
Shazz's Avatar
Shazz Shazz is offline
 
Join Date: Jun 2006
Location: Utah
Posts: 4,758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Jah-Hools View Post
Digging it so far! Thanks!

But for my forum, member's feedback ratings need to be hidden OUTSIDE the classifieds forum. (the classifieds is HIDDEN on my forum and is only visible to registered members so this will confuse non members who will be wondering what its for and will give away the secret of the classifieds)

Can you supply some template code to fix it so that the Itrader score is shown only in selected forums please?

Many thanks
Search for the <if condition type code that you need to display that in certain forums.
Reply With Quote
  #134  
Old 07-23-2008, 02:47 PM
ETDC ETDC is offline
 
Join Date: Aug 2007
Location: United Kingdom
Posts: 354
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed, thanks.
Reply With Quote
  #135  
Old 07-27-2008, 03:29 PM
marc2005 marc2005 is offline
 
Join Date: Mar 2007
Location: Deutschland<->Shanghai
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

wait for final release of 3.7.x! Great!
Reply With Quote
  #136  
Old 07-30-2008, 11:12 PM
TimberFloorAu's Avatar
TimberFloorAu TimberFloorAu is offline
 
Join Date: May 2008
Location: Brisbane
Posts: 2,264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

We have uninstalled this mod, until its out of BETA.

We now have numerous MySql errors and need to fix this.

All template edits have been reverted, product succesfully uninstalled.

The error we get ( but cannot locate ) .. so help needed is:

Code:
nvalid SQL:

               SELECT
                       userfield.*, usertextfield.*, user.*, UNIX_TIMESTAMP(passworddate) AS passworddate,
                       IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid,
                       language.phrasegroup_global AS phrasegroup_global,
                       language.phrasegroup_itrader AS phrasegroup_itrader,
                       language.phrasegroup_posting AS phrasegroup_posting,
                       language.phrasegroup_prefix AS phrasegroup_prefix,
                       language.phrasegroup_adv_gallery_int AS phrasegroup_adv_gallery_int,
                       language.options AS lang_options,
                       language.languagecode AS lang_code,
                       language.charset AS lang_charset,
                       language.locale AS lang_locale,
                       language.imagesoverride AS lang_imagesoverride,
                       language.dateoverride AS lang_dateoverride,
                       language.timeoverride AS lang_timeoverride,
                       language.registereddateoverride AS lang_registereddateoverride,
                       language.calformat1override AS lang_calformat1override,
                       language.calformat2override AS lang_calformat2override,
                       language.logdateoverride AS lang_logdateoverride,
                       language.decimalsep AS lang_decimalsep,
                       language.thousandsep AS lang_thousandsep
                       ,mgcugp.mgc_cb_evo_default_color, ppgal_user.*
               FROM yobromofuser AS user
               LEFT JOIN yobromofuserfield AS userfield ON (user.userid = userfield.userid)
               LEFT JOIN yobromofusertextfield AS usertextfield ON (usertextfield.userid = user.userid) LEFT JOIN yobromoflanguage AS language ON (language.languageid = IF(user.languageid = 0, 1, user.languageid))
                LEFT JOIN yobromofusergroup AS mgcugp ON (user.usergroupid=mgcugp.usergroupid)
LEFT JOIN yobromofppgal_user AS ppgal_user ON (ppgal_user.userid = user.userid)
               WHERE user.userid = 2;

MySQL Error   : Unknown column 'language.phrasegroup_itrader' in 'field list'
Error Number  : 1054
Request Date  : Thursday, July 31st 2008 @ 09:37:38 AM
Error Date    : Thursday, July 31st 2008 @ 09:37:38 AM
Script        : http://www.xxxxxxxx.com/forum/itrader_feedback.php?u=34
Referrer      :
IP Address    : xxx.xxx.xxx.xxx
Username      :
Classname     : vB_Database
MySQL Version :
Reply With Quote
  #137  
Old 08-01-2008, 08:59 PM
TimberFloorAu's Avatar
TimberFloorAu TimberFloorAu is offline
 
Join Date: May 2008
Location: Brisbane
Posts: 2,264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyone any suggestions?
Reply With Quote
  #138  
Old 08-03-2008, 02:48 AM
msken msken is offline
 
Join Date: Jan 2007
Location: Cincinnati Ohio
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Could someone tell me what "is_member_of()" function" code I would need to put in my postbit to exclude certain usergroups from displaying a itrader score? I don't want my banned users or sponsors to have a feedback score for obvious reasons. Thanks everyone!
Reply With Quote
  #139  
Old 08-03-2008, 02:52 AM
packetattack packetattack is offline
 
Join Date: Jun 2005
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TimberFloorAu View Post
Anyone any suggestions?
Sorry, not sure about the SQL issue, however I'm getting the "iTrader is closed" message as well as a few other people here. I read through the entire thread and tried everything, reuploading files, re-importing XML with overwrite etc. Still no go. I'm stumped. I'm pretty good at getting plugins/mods working, just can't figure out why this is a no go. I had a previous version of iTrader before that was working fine. Not sure if the upgrade process munged something but as of right now I have no iTrader anymore, sucks.
Reply With Quote
  #140  
Old 08-03-2008, 08:14 PM
Jah-Hools Jah-Hools is offline
 
Join Date: Jul 2007
Posts: 214
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed!

Early days yet..

I am hoping it will work out!

Thanks
Reply With Quote
  #141  
Old 08-03-2008, 11:59 PM
TimberFloorAu's Avatar
TimberFloorAu TimberFloorAu is offline
 
Join Date: May 2008
Location: Brisbane
Posts: 2,264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

We still have SQL errors, caused during and after the removal of this mod. My suggestion would be, unless your a database whizzkid, or the author actually ever posts here again, to avoid until he has answered some issues, and addressed them, and or its gone gold.

Ozzy
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:24 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05899 seconds
  • Memory Usage 2,312KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete