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 |
#72
|
|||
|
|||
Quote:
Quote:
Got any ideas? |
#73
|
|||
|
|||
Quote:
Yes in the post bit? Just like on eBay. Might be an idea for the future. Thanks anyway I love this hack. |
#74
|
|||
|
|||
Ok
I think i solved the customavatar problem.. at least on my system. the problem is in the query.. its missing the "avatarrevision". that is why when you build the avatar url example the avatar for user 3 is: customavatars/avatar_3_1.gif it will search for customavatars/avatar_3_.gif i implemented following fix: 1. backup itrader_main.php (its more important than you think) 2. find (its there three times.. do it for all 3 times): PHP Code:
PHP Code:
Attention you have to do it 3 times in the file!!! that made my customavatar appear again... hope that helps Felix PS: on my localhost testboard I only have 3 users.. so i cant tell if it works in all configurations.. but it looks as it was that.. |
#75
|
||||
|
||||
The latest version doesn't have any avatar problems. I have tested it several times. Please try downloading the latest zip.
The search, find customer, and find seller do not do the same thing at all. Fill in the fields What you want to buy or sell in "itrader options" and you'll see. |
#76
|
|||
|
|||
Then there must be 2 versions around..
I downloaded it about five hours ago.. and just checked in case you had updated in the last five hours.. but no.. its the same version and I had avatar probs ONLY with custom avatar stored in filesystem.. on a windows server... All other avatars worked fine... Felix PS: to bad there arent any file version numbers.. and maybe vbulletin.org restored data from backup or some other server problem restored an older zip_file.. mind checking? |
#77
|
||||
|
||||
Quote:
|
#78
|
|||
|
|||
Well the custom avatar was a broken image...
the real avatar is located: forum/customavatars/avatar3_1.gif the url of the broken image was: forum/customavatars/avatar3_.gif the 1 was missing the "1" being (thats what i saw in the code) built with $search['avatarrevision'] But the avatarrevision was not pulled in the query.. so therefore empty.. when i added it.. it worked.. Felix |
#79
|
||||
|
||||
Quote:
|
#80
|
|||
|
|||
anyway thumbs up for that great hack! :up:
Felix |
#81
|
|||
|
|||
Gio, also, do you have any idea why the Join Date is wrong: 12-31-69
shows for Browse All Members, Find a Customer, and Find a Seller? If I change: Code:
$searcher_date['datejoined'] = vbdate($vbulletin->options['dateformat'], $bbuserinfo['joindate']); Code:
$searcher_date['datejoined'] = vbdate($vbulletin->options['dateformat'], $userinfo['joindate']); |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|