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
  #182  
Old 08-18-2008, 03:52 PM
solidlink solidlink is offline
 
Join Date: Jul 2006
Posts: 195
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

found it, thanks
Reply With Quote
  #183  
Old 08-20-2008, 09:25 AM
MrD's Avatar
MrD MrD is offline
 
Join Date: Aug 2003
Location: Germany/NRW
Posts: 419
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,
for all they have the same Problem with the Editor box and become no Answer https://vborg.vbsupport.ru/showpost....2&postcount=73
I found that the Code from iTrader is not vB standart conform.

Here is a Fix.
Fix
Create 2 new Plugins.
Title: iTrader Set parser options
Hook: bbcode_parse_start
Execution Oder: 5
PHP Code:
if ($forumid == 'itrader')
{
 
$dohtml $forum['allowhtml'];
 
$dobbimagecode $forum['allowimages'];
 
$dosmilies $forum['allowsmilies'];
 
$dobbcode $forum['allowbbcode'];

Plugin Active: yes

Title: iTrader Set editor options
Hook: editor_toolbar_switch
Execution Oder: 5
PHP Code:
if ($forumid == 'itrader')
{
 
$can_toolbar 1;
 
$show['img_bbcode'] = 1;

Plugin Active: yes

next search in itrader_detail.php and itrader_feedback.php

PHP Code:
$editorid construct_edit_toolbar($itrader['message'], 0001); 
replace with

PHP Code:
$editorid construct_edit_toolbar($itrader['message'], 0itrader01); 
Sorry for my bad english.
Reply With Quote
  #184  
Old 08-20-2008, 03:49 PM
Jah-Hools Jah-Hools is offline
 
Join Date: Jul 2007
Posts: 214
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi

I am using Itrader

I just have the Itrader link visible in the classifieds forum

But

I would like it visible in the User Profile page (when someone sends you a PM you can access their Itrader status)

and

When you get a PM from someone

Any tips on how to do that?

Many thanks!
Reply With Quote
  #185  
Old 08-20-2008, 04:23 PM
ogameclub ogameclub is offline
 
Join Date: Oct 2006
Location: T?rkiye
Posts: 99
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

After installing Database error was. My site completally closed by database error.

This hack was damaged session and cpsession tables.

and.. uninstalled.
Reply With Quote
  #186  
Old 08-20-2008, 04:28 PM
soundbarrierpro soundbarrierpro is offline
 
Join Date: Nov 2007
Posts: 767
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Jah-Hools View Post
Hi

I am using Itrader

I just have the Itrader link visible in the classifieds forum

But

I would like it visible in the User Profile page (when someone sends you a PM you can access their Itrader status)

and

When you get a PM from someone

Any tips on how to do that?

Many thanks!
https://vborg.vbsupport.ru/showthrea...hlight=itrader
Reply With Quote
  #187  
Old 08-20-2008, 09:11 PM
civilwarfish civilwarfish is offline
 
Join Date: Apr 2007
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I know this was done already but I cant seem to grasp it.

I have installed iTrader and cannot figure out how let users post feedback. I know the link to it, but how do I allow the users to select it for their needs?
Reply With Quote
  #188  
Old 08-20-2008, 09:29 PM
Wabuf Wabuf is offline
 
Join Date: Feb 2006
Location: Poland Ohio
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by eoc_Jason View Post
Well, if indeed iTrader is set to "open" in your vB Options, then there is probably a version mismatch somewhere. In the new release I've coded it to be a bit more explicit if there is a file vs DB difference, but with this (and previous releases) it just says closed to prevent any issues. I'm assuming you chose the overwite option when you updated? Make sure you are using all the latest files.

Last thing to check would be to enable debug mode on your forum (probably best to close the forum temporarily). Go to your vBulletin Options -> Version Info and Other Untouchables. Then look for iTrader Version Number, it *should* be 2.1.0, if it's not then click the 'edit' link and under the "Default" field change it to 2.1.0 and make sure the Data Validation Type is set to "Free".

If none of that works, let me know, but one of those has to be the problem.



Easiest way without modifying the code would be to just remove those options in the template where they input a rating.
Works like a charm! BTW for those like me who had problems figuring it out (had to read the entire thread to find it out)
Add this to your config.php file at the bottom:
Code:
$config['Misc']['debug'] = true;
That will enable the "debug" mode and then you'll get the options the OP was talking about. Otherwise you'll circle around and say "huh? That's not in there!" lol thanks to whoever posted that

Also if you get an error saying it can't find the local file, just upload your XML file to includes/XML/ directory and import that way, it'll save you that hassle too.
Reply With Quote
  #189  
Old 08-20-2008, 09:51 PM
C.Whyte C.Whyte is offline
 
Join Date: Aug 2008
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

AWESOME! Great hack indeed. Marked as installed. Thx!
Reply With Quote
  #190  
Old 08-21-2008, 05:06 AM
Digital Jedi's Avatar
Digital Jedi Digital Jedi is offline
 
Join Date: Oct 2006
Location: PopCulturalReferenceLand
Posts: 5,171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by civilwarfish View Post
I know this was done already but I cant seem to grasp it.

I have installed iTrader and cannot figure out how let users post feedback. I know the link to it, but how do I allow the users to select it for their needs?
If you made the template edits to your postbit/postbit_legacy template, then all they do is click on the link for that user and it takes them to their feedback page.
Reply With Quote
  #191  
Old 08-21-2008, 12:30 PM
civilwarfish civilwarfish is offline
 
Join Date: Apr 2007
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Digital Jedi View Post
If you made the template edits to your postbit/postbit_legacy template, then all they do is click on the link for that user and it takes them to their feedback page.
Yes...and that works just fine...but how can they LEAVE feedback for any given user? There is no link for users to get to itrader_feedback with the proper extension for the user desired....

How can I attach this to the proper place so they can actually use the program?
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:59 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.11667 seconds
  • Memory Usage 2,321KB
  • 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
  • (4)bbcode_php
  • (4)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