Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
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
  #342  
Old 04-15-2010, 09:29 AM
DxSEO's Avatar
DxSEO DxSEO is offline
 
Join Date: Nov 2009
Posts: 40
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Antonio Pereira View Post
I Have [AJAX] Post Thank You Hack and with this plugin Itrader show a problem in layout.

Example in attach file:


Best Regards
here is solution

go to itrader settings > Where do you want the "Feedback Score" to appear in the postbit where it is activated? > Below post count on right
Reply With Quote
  #343  
Old 04-15-2010, 09:34 AM
Retal Retal is offline
 
Join Date: Nov 2006
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

iTrader 2.7.0
in template itrader_user some elements <dd> are missing the ">" thus rendering incorrectly the tabs "From Buyers, From Sellers..." in IE and Opera (FF renders correctly).

Corrected template for 2.7.0:
HTML Code:
{vb:stylevar htmldoctype}
<html xmlns="http://www.w3.org/1999/xhtml" dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}">
<head>
	<!-- no cache headers -->
	<meta http-equiv="Pragma" content="no-cache" />
	<meta http-equiv="Expires" content="-1" />
	<meta http-equiv="Cache-Control" content="no-cache" />
	<!-- end no cache headers -->
	{vb:raw headinclude}
	<link rel="stylesheet" type="text/css" href="{vb:raw vbcsspath}itrader.css,itrader_user.css" />
	<title>{vb:raw pagetitle}</title>
</head>
<body>

{vb:raw header}
{vb:raw navbar}

<div id="content_container">
	<div id="content" class="floatcontainer">
		<dl class="tabslight">
			<dd<vb:if condition="$viewuser['viewtype'] == 0"> class="selected"</vb:if>><a href="{vb:raw vboptions.bburl}/itrader.php?{vb:raw session.sessionurl}u={vb:raw userinfo.userid}">{vb:rawphrase itrader_all_feedback}</a></dd>
			<dd<vb:if condition="$viewuser['viewtype'] == 1"> class="selected"</vb:if>><a href="{vb:raw vboptions.bburl}/itrader.php?{vb:raw session.sessionurl}u={vb:raw userinfo.userid}&amp;iv=1">{vb:rawphrase itrader_from_buyers}</a></dd>
			<dd<vb:if condition="$viewuser['viewtype'] == 2"> class="selected"</vb:if>><a href="{vb:raw vboptions.bburl}/itrader.php?{vb:raw session.sessionurl}u={vb:raw userinfo.userid}&amp;iv=2">{vb:rawphrase itrader_from_sellers}</a></dd>
			<dd<vb:if condition="$viewuser['viewtype'] == 3"> class="selected"</vb:if>><a href="{vb:raw vboptions.bburl}/itrader.php?{vb:raw session.sessionurl}u={vb:raw userinfo.userid}&amp;iv=3">{vb:rawphrase itrader_from_trades}</a></dd>
			<dd<vb:if condition="$viewuser['viewtype'] == 4"> class="selected"</vb:if>><a href="{vb:raw vboptions.bburl}/itrader.php?{vb:raw session.sessionurl}u={vb:raw userinfo.userid}&amp;iv=4">{vb:rawphrase itrader_left_for_others}</a></dd>
			<div style="float:right">
				<span>{vb:raw countposts.total} {vb:rawphrase itrader_total_feedback}
				<vb:if condition="$viewuser['viewtype'] == 4">{vb:rawphrase itrader_left_by}<vb:else />{vb:rawphrase itrader_received_by}</vb:if> {vb:raw userinfo.username}
				<vb:if condition="$viewuser['viewtype'] == 1">
					{vb:rawphrase itrader_from_buyers}
				<vb:else />
						<vb:if condition="$viewuser['viewtype'] == 2">{vb:rawphrase itrader_from_sellers}<vb:else /><vb:if condition="$viewuser['viewtype'] == 3">{vb:rawphrase itrader_from_trades}</vb:if></vb:if>
				</vb:if></span>			
			</div>
		</dl>

		<div class="block">
			<h2 class="blockhead">
				<div style="float:right">
					 {vb:rawphrase options} / <vb:if condition="$viewuser['viewtype'] == 4">{vb:rawphrase itrader_left_for}<vb:else />{vb:rawphrase itrader_from}</vb:if> / {vb:rawphrase date}
				</div>

				{vb:rawphrase itrader_comments}
			</h2>
			<div class="blockbody">
				<ul class="blockrow"><li class="sgicon floatcontainer">
					<vb:if condition="$itrader_userbits">
					<div class="block">
						<div class="blockbody">
							<div class="blockrow">
								{vb:raw itrader_userbits}
							</div>
						</div>
					</div>
					</vb:if></li> 
				</ul>
			</div>

			<vb:if condition="$pagenav">
			<div style="float:{vb:stylevar right};margin-top:10px;">
				{vb:raw pagenav}
			</div>
			</vb:if>
		</div>
	</div>
</div>

{vb:raw itrader_usersidebar}

{vb:raw footer}


</body>
</html>
Reply With Quote
  #344  
Old 04-15-2010, 09:40 AM
Retal Retal is offline
 
Join Date: Nov 2006
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Suggestion: It might be a good idea to assign a custom class to the sidebar in the template itrader_user_sidebar. Eg
HTML Code:
<div id="sidebar_container" class="itrader_sidebar">
Users might want to apply different styling from the vB sidebar. We do.
Reply With Quote
  #345  
Old 04-15-2010, 10:12 AM
entertain entertain is offline
 
Join Date: May 2007
Location: Bavaria
Posts: 435
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@Retal:
(1) is already fixed in dev version, sorry. I am updating it today.

(2) In my opinion this isn't a good idea because this is the best way of integrating iTrader into the style. When I change this, other users might come and say "it doesn't use the colors of my style".
Reply With Quote
  #346  
Old 04-15-2010, 10:15 AM
Retal Retal is offline
 
Join Date: Nov 2006
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi Entertain, the added class won't change the appearance of the sidebar, but without it we don't have means to style it separately from the vB sidebar.
For example I wanted to change the width of the iTrader sidebar, make it wider than the vB sidebar we use.
Reply With Quote
  #347  
Old 04-15-2010, 01:23 PM
Antonio Pereira Antonio Pereira is offline
 
Join Date: Sep 2007
Posts: 104
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Users in my forum using 1024 resolution cant click in iTrader (Navbar) using FF, IE8 dont have problems.

Try to resize and you see this problem in attach file:

Best Regards
Attached Images
File Type: jpg itrade_bug_navbar.jpg (41.5 KB, 0 views)
Reply With Quote
  #348  
Old 04-15-2010, 01:44 PM
entertain entertain is offline
 
Join Date: May 2007
Location: Bavaria
Posts: 435
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hm, but this is a vBulletin bug (caused by too many links in navbar).
Reply With Quote
  #349  
Old 04-15-2010, 02:38 PM
Antonio Pereira Antonio Pereira is offline
 
Join Date: Sep 2007
Posts: 104
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by entertain View Post
Hm, but this is a vBulletin bug (caused by too many links in navbar).
Thanks for your answer, any way to work around ?

Best Regards
Reply With Quote
  #350  
Old 04-15-2010, 04:36 PM
Zaraki Zaraki is offline
 
Join Date: Jun 2009
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes I read the instructions but it wasn't installing so I removed the older version and then instaled this one.
Reply With Quote
  #351  
Old 04-15-2010, 05:06 PM
Retal Retal is offline
 
Join Date: Nov 2006
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Antonio, the solution would be specific to your forum and design. You may try to edit the template navbar and remove some links to make more space for iTrader.

Zaraki, you can restore the ratings from a backup. It should work if you just copy the iTrader tables from before you uninstalled the old version and reimport the product.

If you don't have a backup, well then tough luck.
Reply With Quote
Reply


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:50 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.09816 seconds
  • Memory Usage 2,377KB
  • 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
  • (2)bbcode_html
  • (2)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
  • (14)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (5)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