Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

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
  #172  
Old 08-12-2008, 12:02 AM
robertpro2a robertpro2a is offline
 
Join Date: Mar 2008
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any ideas for the strange session issue?
Reply With Quote
  #173  
Old 08-12-2008, 12:13 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 robertpro2a View Post
Thanks soundbarrier. I've added the link, but now when it loads the trader.php it is blank. I think it is because it is not passing the session data. $session[sessionurl] is a NULL value for some reason:

Under NAVBAR:

<if condition="$show['quick_links_groups']">
<tr><td class="vbmenu_option"><a href="trader/itrader.php?$session[sessionurl]">iTrader</a></td></tr>
</if>

Any ideas?

Oh FYI, I had to create a sub folder "trader", because if I didn't, it would have rewritten all the images & admincp that's already on my server! Did anyone else notice that?
Well, that's likely your problem. You have to overwrite the new folders onto the old ones. It won't erase existing content, it will simply add new content to those folders. If you don't do that, then the product doesn't know what to look for.
Reply With Quote
  #174  
Old 08-16-2008, 08:48 PM
ErrorLog ErrorLog is offline
 
Join Date: Jul 2008
Posts: 71
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed :]
Reply With Quote
  #175  
Old 08-17-2008, 01:59 AM
ps2wiz ps2wiz is offline
 
Join Date: Apr 2005
Posts: 217
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Rubiano View Post
I have instaled iTrader on my board, and some members have over 5 trades submitted in their iTraders, but only 5 trades are showing up when they post.








I have the same issue, does anyone know a fix?
Reply With Quote
  #176  
Old 08-17-2008, 08:22 PM
mlthmp mlthmp is offline
 
Join Date: May 2008
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey guys.. I have a question.
I am trying to add a link to my member;s profile page (in the mini stats box) Directly under the "Show All Statistics" link.

This is the code im trying to use, however whenever I try and test it out it takes me to my itrader stats. -

<div class="alt2 smallfont block_row block_footer"><a href="itrader.php?$session[sessionurl]u=$post[userid]">iTrader Info</a></div>

Using that code the link shows fine in the mini stats box.. but when you click on it it opens http://www.smallball.org/itrader.php?u= (which shows me my info) What do I need to be using to have the link point to that person's (whose profile you are viewing) stats instead?

Sorry if this is a dumb question.. I am new to VB, my forums have been opened less than a week.
Reply With Quote
  #177  
Old 08-17-2008, 10:47 PM
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 mlthmp View Post
Hey guys.. I have a question.
I am trying to add a link to my member;s profile page (in the mini stats box) Directly under the "Show All Statistics" link.

This is the code im trying to use, however whenever I try and test it out it takes me to my itrader stats. -

<div class="alt2 smallfont block_row block_footer"><a href="itrader.php?$session[sessionurl]u=$post[userid]">iTrader Info</a></div>

Using that code the link shows fine in the mini stats box.. but when you click on it it opens http://www.smallball.org/itrader.php?u= (which shows me my info) What do I need to be using to have the link point to that person's (whose profile you are viewing) stats instead?

Sorry if this is a dumb question.. I am new to VB, my forums have been opened less than a week.
It's the $post[userid].

$post is only for the postbit templates, which is why there's no ID number at the end of your URL when you click on it. The link simply takes you to the default itrader.php page.

There is a product for adding an iTrader stats box to your profile pages available. You can find it by doing a Title Search for iTrader.
Reply With Quote
  #178  
Old 08-18-2008, 06:55 AM
solidlink solidlink is offline
 
Join Date: Jul 2006
Posts: 195
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think there is a problem with my iTrader.

http://www.onestash.com/forums/showthread.php?t=340

How come there are 2 ratings?
Reply With Quote
  #179  
Old 08-18-2008, 11:59 AM
soundbarrierpro soundbarrierpro is offline
 
Join Date: Nov 2007
Posts: 767
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by solidlink View Post
I think there is a problem with my iTrader.

http://www.onestash.com/forums/showthread.php?t=340

How come there are 2 ratings?
Looks like the variable was entered twice in the postbit. Remove one.
Reply With Quote
  #180  
Old 08-18-2008, 03:25 PM
solidlink solidlink is offline
 
Join Date: Jul 2006
Posts: 195
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What variable? How do I remove?
Reply With Quote
  #181  
Old 08-18-2008, 03:47 PM
Digital Jedi's Avatar
Digital Jedi Digital Jedi is offline
 
Join Date: Oct 2006
Location: PopCulturalReferenceLand
Posts: 5,171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The template edit that you made to your postbit, it looks like you made it twice. Reference the template edit instructions and remove the duplication.
Reply With Quote
Reply


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:07 AM.


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.05343 seconds
  • Memory Usage 2,316KB
  • 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
  • (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