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 |
#42
|
||||
|
||||
Quote:
|
#43
|
||||
|
||||
All errors have been fixed. Just overwrite the .xml and files. I do not think there are any bugs left. I spent a while messing with it to check.
Zip Updated With All Fixes |
#44
|
|||
|
|||
I think the avatars don't show if you have avatars that are separated into different folders, this itrader hack apparently only looks in the root of the avatars folder and not through each folder in there.
Is there any way to have the itrader menu only in the navbar for certain usergroups, any response is greatly appreciated, thanks for this hack. |
#45
|
||||
|
||||
Try changing navbar template like this:
Code:
<if condition="is_member_of($bbuserinfo, [usergroupid1], ..., [usergroupidN])"> ...Here is iTrader menu... </if> |
#46
|
||||
|
||||
Quote:
It shows the avatars according to the location listed in the database. So it does www.yoursite.com/location If you installed the newest zip it should work. |
#47
|
||||
|
||||
Quote:
|
#48
|
|||
|
|||
I got the avatar problem fixed by re-uploading everything but I still have the problem of the iTrader link on the navbar appearing for all members, even unregistered members. It doesn't give them all the options but it does allow them to browse the members.
|
#49
|
||||
|
||||
Quote:
Ah yes i gave them that option. I figured why not, it wouldn't hurt. However, if you want to make it so that they can't just: Change this: Code:
<!-- iTrader Extension Navbar --> <div class="vbmenu_popup" id="itrader_ext_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <if condition="$vboptions['itrader_active'] != 1"> <tr><td class="thead"><a href="ushop.php?$session[sessionurl]">$vbphrase[itrader]</a></td></tr> <tr><td class="vbmenu_option">$vbphrase[itrader] is turned off.</td></tr> <else /> <tr><td class="thead"><a href="itrader_main.php?$session[sessionurl]">$vbphrase[itrader] Mainpage</a></td></tr> <tr><td class="vbmenu_option"><a href="itrader_main.php?$session[sessionurl]do=search">Browse All Members</a></td></tr> <if condition="$show['member']"><tr><td class="vbmenu_option"><a href="itrader_main.php?$session[sessionurl]do=findcustomer">Find A Customer</a></td></tr> <tr><td class="vbmenu_option"><a href="itrader_main.php?$session[sessionurl]do=findseller">Find A Seller</a></td></tr> <tr><td class="vbmenu_option"><a href="itrader_main.php?$session[sessionurl]do=options">Your Options</a></td></tr> <tr><td class="vbmenu_option"><a href="itrader.php?u=$bbuserinfo[userid]">Your $vbphrase[itrader] Profile</a></td></tr></if> </if> </table> </div> <!-- End iTrader Extension Navbar --> Code:
<!-- iTrader Extension Navbar --> <div class="vbmenu_popup" id="itrader_ext_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <if condition="$vboptions['itrader_active'] != 1"> <tr><td class="thead"><a href="ushop.php?$session[sessionurl]">$vbphrase[itrader]</a></td></tr> <tr><td class="vbmenu_option">$vbphrase[itrader] is turned off.</td></tr> <else /> <tr><td class="thead"><a href="itrader_main.php?$session[sessionurl]">$vbphrase[itrader] Mainpage</a></td></tr> <if condition="$show['member']"> <tr><td class="vbmenu_option"><a href="itrader_main.php?$session[sessionurl]do=search">Browse All Members</a></td></tr> <tr><td class="vbmenu_option"><a href="itrader_main.php?$session[sessionurl]do=findcustomer">Find A Customer</a></td></tr> <tr><td class="vbmenu_option"><a href="itrader_main.php?$session[sessionurl]do=findseller">Find A Seller</a></td></tr> <tr><td class="vbmenu_option"><a href="itrader_main.php?$session[sessionurl]do=options">Your Options</a></td></tr> <tr><td class="vbmenu_option"><a href="itrader.php?u=$bbuserinfo[userid]">Your $vbphrase[itrader] Profile</a></td></tr></if> </if> </table> </div> <!-- End iTrader Extension Navbar --> |
#50
|
|||
|
|||
Wow, this looks great!
One suggestion... Many forums with trading allow users to create a single trade list in the form of a thread. I like what you have done with the "wants to buy, wants to sell", but I think you might want to consider adding a place for users to display a link to their main trade list. Nice work! |
#51
|
||||
|
||||
Quote:
Sounds like a nice idea. Perhaps you can elaborate more on this via PM? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|