The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
iTrader v2.8 - Powerful Rating System Details »» | |||||||||||||||||||||||||||||||||||
iTrader v2.8 - Powerful Rating System
Developer Last Online: Feb 2015
Please nominate this mod for MOTM! iTrader 2.8 Click here for a version for vBulletin 3 This modification offers you a rating system for trades which are made on your board. As it is an advantage of the rating system on ebay, this gives your users some secureness. ================================= NOTICE ABOUT THE AUTHOR: I added vBulletin 4 support for this modification because Nexus (vbenhancer) announced that he won't do this in the next time. He gave me the permissions to release it here. Thank you! Please do not contact vbenhancer for support! He is not responsible for this version. ================================= Installation The installation is as easy as abc. You only have to upload the files and import the product in your vBulletin admincp. Update Also updating this modification (including this from vB3) isn't very difficult. Only overwrite all files and the product in your vBulletin admincp. Screenshots itrader_rateuser.png Rate a trader/seller itrader_user270.jpg iTrader Profile itrader_main270.jpg iTrader Main Page itrader_tab.png iTrader Profile Tab Known issues: none Feature requests: - microCLASSIFIEDS/AUCTIONS integration (?) - latest threads of a selected forum on itrader main page * Implemented in upcoming release Release History Cick here Translations: - German by Andre31 Please DONATE for further releases! Download Now
Screenshots
Supporters / CoAuthors Show Your Support
|
16 благодарности(ей) от: | ||
Athena1984, Baja, CarpCharacin, eTiKeT?, halilkoca, kralksk, mariohn, Melodym, mitch84, nacaruncr, sharif_aly, Skaut, StormBreaker, thang28101993 |
Comments |
#1002
|
|||
|
|||
Quote:
Thanks. |
#1003
|
||||
|
||||
Hi,
I think I've found a bug. In functions_itrader.php, in the function itrader_checkperms, shouldn't this: Code:
$datenow = vbdate($vbulletin->options['dateformat'], $check['dateline'] + $vbulletin->options['itrader_dupeuser']); $timenow = vbdate($vbulletin->options['timeformat'], $check['dateline'] + $vbulletin->options['itrader_dupeuser']); Code:
$datenow = vbdate($vbulletin->options['dateformat'], $check['dateline'] + $vbulletin->options['itrader_dupeuser'] * 3600); $timenow = vbdate($vbulletin->options['timeformat'], $check['dateline'] + $vbulletin->options['itrader_dupeuser'] * 3600); |
#1004
|
|||
|
|||
I'm trying to figure out how I can get iTrader to show the "Rate Trade" button in ALL posts for my set forum. But, it only shows the button in the thread when the user did not create the thread.
For example, if Steve creates a For Sale thread anyone but Steve can see the Rate Trade buttons for all users/posts. Steve cannot see ANY Rate Trade buttons from any users in any of the posts of the thread he created. I'm pretty convinced my problem can be fixed somewhere within this code right here, but I'm terrible with PHP. Code:
$itrader_forumsurl_ok = explode(',', $this->registry->options['itrader_forumsurl']); if ($this->registry->options['itrader_rate_trade'] == '1') { $show['ratetradebutton'] = (in_array($this->forum['forumid'], $itrader_forumsurl_ok) AND $this->registry->bf_ugp['itraderpermissions']['canrate'] AND $vbulletin->userinfo['userid'] != $thread[postuserid] AND $this->post['postid'] == $this->thread['firstpostid']); } else if ($this->registry->options['itrader_rate_trade'] == '2') { $show['ratetradebutton'] = (in_array($this->forum['forumid'], $itrader_forumsurl_ok) AND $this->registry->bf_ugp['itraderpermissions']['canrate'] AND $vbulletin->userinfo['userid'] != $thread[postuserid]); } else if ($this->registry->options['itrader_rate_trade'] == '0') { $show['ratetradebutton'] = $this->registry->options['itrader_rate_trade']; } |
#1005
|
|||
|
|||
is there anyway to modify the "Rate Seller" button to say "Rate Seller/buyer"
|
#1007
|
|||
|
|||
Great, all I need now (and first) is a classifieds / auction mod to facilitate sales from!
|
#1008
|
|||
|
|||
You don't NEED a special plugin for a For Sale forum. OF all the forums I've been a part of none of them used a dedicated classifieds system and they're some pretty big forums too.
|
#1009
|
|||
|
|||
Sorry, but just having a standard forum as an auction feature is a bit too tame and lame for me.
|
#1010
|
|||
|
|||
I'm not sure if there are any existing ones. You could always pay a developer to code one if one does not exist, or if you want special features.
|
#1011
|
|||
|
|||
No matter if I select Security: Contact Staff On Suspicious Activity? to NO I always get emails to my account :s
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|