The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
iTrader Extension [Mainpage, Search, AND MORE] Details »» | |||||||||||||||||||||||||||
iTrader Extension [Mainpage, Search, AND MORE]
Developer Last Online: Oct 2022
Brought to you by: DopeGFX ----------------------------------------------------------------- LOGOS | WEBSITES | SKINS | HTML | PHP(Limited) | AND MUCH MUCH MORE! ----------------------------------------------------------------- [high]Changelog:[/high] 2-25-06 * UserCP navigation problem has been fixed (Note: If you already installed this hack, just read this post for the fix.) [high]Changelog:[/high] 2-15-06 * Top raters only show users who's total is greater than 0 * Hall of shame only shows users below 0. * Database error fixed * Added % to end of feedback score on mainpage * Prefixed tables are supported now 2-18-06 *No more "invalid userid" error *Even custom avatars show *Non-registered users cannot see find a customer, your options, or find a seller. What does this do? This hack extends the capabilities of iTrader a great deal. For starters, it supplies a mainpage where you can view recent ratings, highest rated members, lowest rated members, stats in general, and more. It also supplies a page where you can view all members and their itrader stats. One of the best features this gives is the ability for people to show what they are selling and what they are buying at the moment. Using these set fields, users can then click a "find a customer" link, or a "find a seller" link that will bring up a perfect match for them. What does this hack add to the functionability of iTrader?
What does this hack require? Template Edits: 2 Products Imported: 1 [high]You must have iTrader installed[/high] Enjoy the hack. Don't forget to click INSTALL [HIGH]As always, feel free to make a donation to:[/HIGH] gio@dopegfx.com Show Your Support
|
Comments |
#2
|
||||
|
||||
Screenshots
|
#3
|
|||
|
|||
Whoopee!!! I love being first...
Installed!!! and a BIG thank you. |
#4
|
||||
|
||||
Quote:
|
#5
|
||||
|
||||
Small problem found when not logged in. Just go to itrader_main.php and remove the following from the top:
Code:
// Get info for user we are viewing / rating. $userinfo = verify_id('user', $vbulletin->GPC['userid'], 1, 1, 0); $userperms = cache_permissions($userinfo, false); |
#6
|
||||
|
||||
Ah, that is exactly what I was looking for.
Thank you so much for sharing! Only one thing: The "Hall of Shame" will show Members without any transactions or even members with 100% goot ratings, if there are not "enough" shamers with less than 100% than the maximum display setting. Change the "Hall of Shame" SQL to this in order to have only members with less than 100% rating and at least one transaction: Code:
$itrader_shame_get = $vbulletin->db->query_read("SELECT itrader_total, itrader_pcnt, username, userid, joindate FROM " . TABLE_PREFIX . "user WHERE itrader_total > 0 AND itrader_pcnt < 100 ORDER BY itrader_pcnt ASC LIMIT $mainpagelimit |
#7
|
|||
|
|||
I just installed and for the most part it is working right, i am having a couple issue's here:
Find a customer Find a seller Your Options All give me this error: Quote:
|
#8
|
||||
|
||||
Quote:
lol. Sorry about that. I deleted a little to much. You really only have to delete Code:
$userperms = cache_permissions($userinfo, false); Code:
// Get info for user we are viewing / rating. $userinfo = verify_id('user', $vbulletin->GPC['userid'], 1, 1, 0); $userperms = cache_permissions($userinfo, false); |
#9
|
||||
|
||||
Quote:
Good suggestion, accept the best way to do that would just be Code:
WHERE itrader_total != 0 |
#10
|
||||
|
||||
The zip has been updated. Thank god there were no major errors I don't believe there is anything else that needs to be edited. However, feel free to post any bugs you may see.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|