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
  #52  
Old 06-26-2008, 05:22 PM
dr.science dr.science is offline
 
Join Date: Nov 2002
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok... so how do I enabve debug mode? Searches on here, vbulletin.com, looking through the config file, and through vbulletin admincp brought me here... I can't find this anywhere.
Reply With Quote
  #53  
Old 06-27-2008, 01:23 PM
cerulean cerulean is offline
 
Join Date: Aug 2006
Posts: 40
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed and works great, just 1 question:

I would like the trade rating (if they have one) to display under the person title:

example

Cerulean
Title
itrade rank: xyz

I am unsure how to do this any help?
Reply With Quote
  #54  
Old 06-28-2008, 07:00 AM
principino1984 principino1984 is offline
 
Join Date: Jul 2006
Location: Italy
Posts: 135
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

not working for me... i uploaded all the files and upgraded the xml version..but I still get "system closed"...

edit.

I solved the problem... just change the version from 2 to 2.1.0 and it works!

Marco
Reply With Quote
  #55  
Old 06-28-2008, 07:28 PM
callumbush callumbush is offline
 
Join Date: May 2008
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi Jason,

Any thoughts on this?

If it doesn't support this, are there any vBulletin shopping cart solutions you can recommend? I've been looking at Geek Mart but its not available at the moment..
In case it's of any relevance, I will be selling physical products, not downloads...(well not for the foreseeable future anyway)

Best Regards

Callum

Quote:
Originally Posted by callumbush View Post
Hi Jason,

Looks like a great mod!

Does it allow you to restrict the options so that only I can sell things?

The reason I ask is because I would really like to do that instead of simply using paypal buttons, as users will be able to see my feedback like on eBay, and have confidence in purchasing from me.

Cheers

Callum
Reply With Quote
  #56  
Old 06-29-2008, 10:21 AM
gamma626 gamma626 is offline
 
Join Date: May 2008
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have this working now - wow - super! Geez if it wasn't so early I'd have drinks for everyone!

Ok - here's coffee and the baileys is on the counter.

Thanks to everyone for offering help and insight on this, especially Shazz
Reply With Quote
  #57  
Old 06-30-2008, 08:42 AM
bjf2k bjf2k is offline
 
Join Date: Oct 2007
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Watson View Post
Hi,

I did have it previously running, but when I uninstalled it looks like its left the tables. This is good as I have my data still, however when I run the XML file I get the below error.

Code:
Database error in vBulletin 3.7.1:

Invalid SQL:
CREATE TABLE itrader (
		  rateid int(10) unsigned NOT NULL auto_increment,
		  userid int(10) unsigned NOT NULL default '0',
		  rateduserid int(10) unsigned NOT NULL default '0',
		  rating tinyint(3) NOT NULL default '0',
		  buyselltrade tinyint(3) unsigned NOT NULL default '0',
		  subject varchar(80) NOT NULL default '',
		  dealurl varchar(255) NOT NULL default '',
		  dateline int(10) unsigned NOT NULL default '0',
		  ipaddress varchar(15) NOT NULL default '',
		  PRIMARY KEY  (userid,rateid),
		  UNIQUE KEY rateduserid (rateduserid,rateid),
		  KEY rateid (rateid)
		) TYPE=MyISAM AUTO_INCREMENT=1;

MySQL Error   : Table 'itrader' already exists
Also when I try and do it via the upgrade file, I get an error telling me tables don't exist. Any help is appreciated.

Cheers

Watson
same thing happened to me, how did you fix the problem?
Reply With Quote
  #58  
Old 06-30-2008, 12:16 PM
Florida13 Florida13 is offline
 
Join Date: Jun 2008
Location: FL.
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i have itrader installed and somebody helped me fixit yesterday because it wasnt showing the feedback score under my members avatars in every post. like it will have (0) under there avatar/username, and when you click that it will take you to where you can submit feedback. it will say submit feedback for this user and you select positive, negative, neutral.

but for some reason, it went away again. its up at the top on the toolbar but some reason it wont show up now.

can anybody help fix this?
Reply With Quote
  #59  
Old 06-30-2008, 07:41 PM
bjf2k bjf2k is offline
 
Join Date: Oct 2007
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

tried to install the mod" itrader" but when i import the xml file
it give me this error
Database error in vBulletin 3.7.2:

Invalid SQL:
ALTER TABLE usergroup ADD itraderpermissions int(10) UNSIGNED NOT NULL default '0';

MySQL Error : Duplicate column name 'itraderpermissions'
Error Number : 1060

MySQL Version : 4.1.22-standard

anyone can help me out
Reply With Quote
  #60  
Old 06-30-2008, 10:12 PM
linkasaur's Avatar
linkasaur linkasaur is offline
 
Join Date: Aug 2006
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you for this mod! It works great!
Reply With Quote
  #61  
Old 07-01-2008, 01:31 AM
bjf2k bjf2k is offline
 
Join Date: Oct 2007
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i fixed the problem... i had the 2.0.1 and have 2.1.0 now....mark as installed

thanks
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 02:06 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.05481 seconds
  • Memory Usage 2,305KB
  • 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
  • (1)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