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 |
#342
|
||||
|
||||
Quote:
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 |
#343
|
|||
|
|||
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}&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}&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}&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}&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> |
#344
|
|||
|
|||
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">
|
#345
|
|||
|
|||
@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". |
#346
|
|||
|
|||
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. |
#347
|
|||
|
|||
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 |
#348
|
|||
|
|||
Hm, but this is a vBulletin bug (caused by too many links in navbar).
|
#349
|
|||
|
|||
Quote:
Best Regards |
#350
|
|||
|
|||
Yes I read the instructions but it wasn't installing so I removed the older version and then instaled this one.
|
#351
|
|||
|
|||
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. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|