The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
iTrader v2.0.1 Details »» | |||||||||||||||||||||||||
iTrader - A user feedback add-on for vBulletin 3.5.x
Copyright ?2004-2005 Jason Rabel, All Rights Reserved. __________________________________ Latest iTrader Verson: 2.0.1 vB Versions Supported: 3.5.x & 3.6.x Author: Jason Rabel Contact: PM me here. Site: EXTREME Overclocking ?????????????????????????????????? Description: iTrader for vB 3.5.x & 3.6.x 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. Future Additions:
Release History: 2.0.1 - December 18, 2005 2.0.0 - December 14, 2005 Detailed template edits : (Link) Show Your Support
|
Благодарность от: | ||
vicius_the_one |
Comments |
#42
|
||||
|
||||
Nicely done
|
#43
|
|||
|
|||
Quote:
|
#44
|
||||
|
||||
akoj - the members_resultsbit is a member search result page. The variable is not $post, it is $userinfo, so use $userinfo[itrader_total]...
The Wise One The phrase 'itrader_positive_feedback' is in the iTrader phrase group which probably isn't loaded. You can create one for whatever the member stuff is supposed to be on or in the GLOBAL group, or just don't use a phrase. Also, you are trying to add the wrong variables, the variables are itrader_total & itrader_pcnt, not tradescore & tradepcnt. Everything variable-wise should start with 'itrader_' so that it won't ever conflict with other products or variables. |
#45
|
|||
|
|||
Quote:
|
#46
|
||||
|
||||
Quote:
i put mines underneath the referral |
#47
|
|||
|
|||
and just an FYI for ya (very minor but necessary for xhtml compliance)
the following block of code in the itrader_user template contains 4 instances of <br> where they should be <br /> Code:
<tr> <td><b>$vbphrase[itrader_feedback_score]:</b><br><b>$vbphrase[itrader_positive_feedback]:</b></td> <td><b>$userinfo[tradescore]<br>$userinfo[tradepcnt]%</b></td> </tr> <tr> <td>$vbphrase[itrader_positive_members]:<br>$vbphrase[itrader_negative_members]:</td> <td>$userinfo[tradepos]<br>$userinfo[tradeneg]</td> </tr> |
#48
|
||||
|
||||
Quote:
You should of see it before, instead of the little icons I had dropdown boxes like the "quick links" on the navbar, but that ended up looking too messy and I thought the icons were nicer and more informative. Anyhow, I guess nobody has run into any real problems? Before anyone says, yes technically an admin could probably rate him/her self by manually typing the URL because of how admin permissions override all the other checks. But if you can't trust the admins who can you trust? lol... All other checks should be kosher, I actually kind of went overboard in most cases, most things are double checked (i.e. checked when they want to go to the new / edit feedback page, and check again when the info is submitted) so they can't try to bypass a page and succeed. IP checking is done only for members with a score of 5 or below I think, and if a match is found it will email the admin a warning with the IP and link and such. IPs are logged for all transactions & comments, but I just don't have any admin page for it yet. |
#49
|
||||
|
||||
Quote:
Jason is there any way that you could possibly do a version of the script which processes a smaller number of records at a time like many other vB scripts? This way, people with thousands of records stand a chance of upgrading successfully? Many thanks for your consideration on this. |
#50
|
|||
|
|||
Took me a little while to figure out the templates because I'm not real good at those, but I got it and it works now.
One question though. I did this on a test board and left myself a negative feedback. On my postbit templates, I use the format: itrader_pcnt% (itrader_total) That gives you something like 100% (1). When I rated myself a negative, it still says 0% (0) which means it didn't count my negative. Does it count positive feedbacks only, or did I do something wrong? |
#51
|
|||
|
|||
Thank you, Jason, Waiting for this for a long time.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|