Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
iTrader v2.8 - Powerful Rating System Details »»
iTrader v2.8 - Powerful Rating System
Version: 2.8.2 RC2, by entertain entertain is offline
Developer Last Online: Feb 2015 Show Printable Version Email this Page

Category: Major Additions - Version: 4.x.x Rating:
Released: 01-02-2010 Last Update: 03-20-2012 Installs: 908
DB Changes Uses Plugins Auto-Templates
Additional Files  
No support by the author.

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

File Type: zip iTrader 2.7.9 vB4.1.x.zip (51.1 KB, 458 views)
File Type: zip iTrader 2.8.1 vB4.1.x.zip (51.8 KB, 779 views)
File Type: zip iTrader 2.8.2 RC2 PATCHED.zip (51.6 KB, 2172 views)

Screenshots

File Type: png support.png (5.1 KB, 0 views)

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #1002  
Old 09-15-2012, 06:16 PM
Walter Ronny Walter Ronny is offline
 
Join Date: Apr 2008
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Superorb View Post
You need to go to the Usergroup manager and set iTrader permissions. It is off by default for everyone.
Great! thanks, tell me how do we can make a spanish translation, i can help with that!

Thanks.
Reply With Quote
  #1003  
Old 09-19-2012, 04:45 PM
TiKu's Avatar
TiKu TiKu is offline
 
Join Date: Sep 2006
Posts: 97
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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']);
be this:
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);
?
Reply With Quote
  #1004  
Old 09-19-2012, 05:08 PM
Superorb Superorb is offline
 
Join Date: Feb 2012
Posts: 195
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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'];
	}
Reply With Quote
  #1005  
Old 09-21-2012, 10:32 AM
FIIK FIIK is offline
 
Join Date: Feb 2012
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is there anyway to modify the "Rate Seller" button to say "Rate Seller/buyer"
Reply With Quote
  #1006  
Old 09-21-2012, 03:18 PM
Superorb Superorb is offline
 
Join Date: Feb 2012
Posts: 195
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by FIIK View Post
is there anyway to modify the "Rate Seller" button to say "Rate Seller/buyer"
Yes, just modify the phrase "itrader_rate_seller" as you see fit.
Reply With Quote
Благодарность от:
usefee
  #1007  
Old 09-26-2012, 05:30 AM
vb50kgpoo vb50kgpoo is offline
 
Join Date: Aug 2011
Posts: 121
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great, all I need now (and first) is a classifieds / auction mod to facilitate sales from!
Reply With Quote
  #1008  
Old 09-26-2012, 02:49 PM
Superorb Superorb is offline
 
Join Date: Feb 2012
Posts: 195
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by vb50kgpoo View Post
Great, all I need now (and first) is a classifieds / auction mod to facilitate sales from!
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.
Reply With Quote
  #1009  
Old 09-30-2012, 05:14 AM
vb50kgpoo vb50kgpoo is offline
 
Join Date: Aug 2011
Posts: 121
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Superorb View Post
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.
Sorry, but just having a standard forum as an auction feature is a bit too tame and lame for me.
Reply With Quote
  #1010  
Old 09-30-2012, 03:23 PM
Superorb Superorb is offline
 
Join Date: Feb 2012
Posts: 195
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by vb50kgpoo View Post
Sorry, but just having a standard forum as an auction feature is a bit too tame and lame for me.
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.
Reply With Quote
  #1011  
Old 10-01-2012, 12:53 PM
cloferba cloferba is offline
 
Join Date: Apr 2009
Posts: 437
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No matter if I select Security: Contact Staff On Suspicious Activity? to NO I always get emails to my account :s
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:12 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.25132 seconds
  • Memory Usage 2,357KB
  • Queries Executed 27 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (15)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (4)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete