The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
iTrader 2.1.0 (Interim Release) Details »» | |||||||||||||||||||||||||
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:
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
|
Comments |
#422
|
|||
|
|||
I've just upgraded to VB 3.8.0 without drama or problems with itrader. Just had to readd my template changes but otherwise all good
|
#423
|
||||
|
||||
If anyone needs help migrating from 1.0.2 (3.0.x) to 2.1.0 (3.5+).. Let me know! The script to migrate your old ratings over is very simple, and I can provide it to you if you'd like..
|
#424
|
||||
|
||||
Quote:
|
#425
|
|||
|
|||
first,
i tried to read through the post.. but honestly there just too many of them. Can anyone please post in detail how to make it so that information about the user's trade status show below there name/avatar in the posts that they make.. and also a link to there itrader page.. i would really much appreciate it thanks! |
#426
|
|||
|
|||
Quote:
|
#427
|
|||
|
|||
There are no upgrade instructions in the readme file, do I just overwrite everything?
|
#428
|
|||
|
|||
thanks i see that.. it shows this:
Code:
Two fields are added to the "user" table to facilitate rating usage pretty much anywhere you please within the forum. The two fields are: * itrader_total - iTrader Score (stored as an integer) * itrader_pcnt - Percent Positive Feedback (also stored as an integer) Most likely you will want to add the score info to the postbit and/or postbit_legacy template(s), MEMBERINFO, and memberlist_resultsbit template. Actual placement and style is entirely up to you, however here's a sample to get you started. Note that the MEMBERINFO & memberlist_resultsbit templates won't need the conditional around the text since you can't view a "guest" in those cases. <if condition="$post['userid']"><div>iTrader: (<b><a href="itrader.php?$session[sessionurl]u=$post[userid]">$post[itrader_total]</a></b>)</div></if> Additionally it would be wise to have some sort of link that is easily accessible to your members so they can view their own ratings. My suggestion would be to add some code in the navbar or usercp menu somewhere. If no userid is specified then the system defaults to the user's own iTrader page. so in the templates.. postbit, postbit legacy, MemberInfo, and memberlist_resultsbit templates.. i just add this condition <if condition="$post['userid']"><div>iTrader: (<b><a href="itrader.php?$session[sessionurl]u=$post[userid]">$post[itrader_total]</a></b>)</div></if> at the end of each template? im just double checking for i mess up badly like i did in the past with other mods :S thanks |
#429
|
|||
|
|||
Quote:
And for safe measure, I always copy the entire template contents and paste it into a notepad as a backup before I do any edits. This way if I do mess up and can't figure it out I don't have to revert and lose all my other template customizations. |
#430
|
|||
|
|||
thanks i was able to figure it out and get it to show
|
#431
|
||||
|
||||
Yes, just do an upgrade as you normally would with a product. Overwrite the files on your server and import the product Allow Overwrite set to Yes.
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|