The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
iTrader v2.0.1 Details »» | |||||||||||||||||||||||||
iTrader - A user feedback add-on for vBulletin 3.5.x
Copyright ?2004-2005 Jason Rabel, All Rights Reserved. __________________________________ Latest iTrader Verson: 2.0.1 vB Versions Supported: 3.5.x & 3.6.x Author: Jason Rabel Contact: PM me here. Site: EXTREME Overclocking ?????????????????????????????????? Description: iTrader for vB 3.5.x & 3.6.x has evolved from Trader Ratings for vB 3.0.x which evolved from Buy/Sell/Trade User Rating System for vB 2.x. This is a rating system for when members buy / sell / trade items from each other (presumably on a FS section of your forum). It is somewhat based on the honor system since there is no automatic way to truly tell if they did engage in a transaction. iTrader came about because it was a pain to try and maintain a single thread listing good / bad traders and so far has worked out quite well. Features:
Installation / Upgrade Info: Read the included readme file, it explains everything. Standard Disclaimer: BACKUP YOUR DATABASE & FILES BEFORE IMPLEMENTING THIS HACK!!! Donations: This add-on will always be free, however your donations are kindly accepted and will help towards further development. The link is on the right under "The Developer" info. Future Additions:
Release History: 2.0.1 - December 18, 2005 2.0.0 - December 14, 2005 Detailed template edits : (Link) Show Your Support
|
Благодарность от: | ||
vicius_the_one |
Comments |
#262
|
|||
|
|||
Quote:
|
#263
|
|||
|
|||
Quote:
|
#264
|
||||
|
||||
I am trying to add the itrader post count () on top of a few forums like I had with my older trader rating and read a reply by another poster but having some issues.
He says to add this code to the postbit Quote: Originally Posted by OttawaGolf Is there a way to have the iTrader ratings in postbit & postbit_legacy only show up in specific forums? ie all classified forums, but not in the discussion forums? There must be some kind of conditions that can be used. Help would be really appreciated. For single forum: <if condition="$thread[forumid] == xx">ITRADER CODE HERE</if> Try this for mutiple forums: <if condition="in_array($thread[forumid],array(xx,xx))">ITRADER CODE HERE</if> Replace x's with your forum id's My question is what code so I enter for ">ITRADER CODE HERE</ Please Help |
#265
|
|||
|
|||
To upgrade from 2.0.0 to 2.0.1, I'm guessing we have to uninstall the original plugin and install the new one as well as uploading all the new files. Anything else we need to do? I tried searching this thread to find out, but couldn't find any info.
|
#266
|
||||
|
||||
Quote:
Do not uninstall the existing product. To upgrade click on the Add/Import Product link. Make sure "Allow Overwrite" is set to yes. There will be 2 settings that need to be manually changed in youre Admin CP. |
#267
|
||||
|
||||
sellbuydomain - I'm sorry but I can't help you there. PM Receipts are controlled by the stock VB class, I would check your PM tables to make sure they were inserted properly and the autonumbers are at the correct #'s.
SimCityForum - I'm not 100% sure you will need to check the code (either the PHP file or the template), but if you set it to the proper variable it should auto-fill it for you. Scorian & belicoso fino - *sigh* yes it works... vB 3.5.x uses a "plug-in" system that for the most part makes these add-on's independent of the core vB changes. graham_w - It links directly to a (thread) URL for normal users, it only links to the detail page for the two people involved in the deal & admins. You can still access the (thread) URL on the detail page if you click the linked comment text at the top. Guys, I'm not going to post replies related to basic "How Do I Do Template Conditionals". Read the vB documentation on that and experiment some. Anyhow, glad to see people have not run into any big problems or bugs using the system. I'm hoping to have 2.0.2 released either Friday or Saturday. Work has really picked up lately and I'm just swamped, so there hasn't been much time to work on this and my many other projects. |
#268
|
|||
|
|||
Quote:
Code:
<a href="itrader_feedback.html?u=$post[userid]&p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" border="0" /></a> Code:
<if condition="$_GET[p]>0"> <input class="bginput" type="hidden" name="dealurl" value="$vboptions[bburl]/showthread.html?p=$_GET[p]#post$_GET[p]" /> <else /> </td> </tr> <tr> <td class="alt2" nowrap="nowrap"> $vbphrase[itrader_thread_url]: <br /><span class="smallfont"> <if condition="$vbulletin->options['itrader_requrl'] == 1"> $vbphrase[itrader_required] <else /> $vbphrase[itrader_optional] </if> </span> </td> <td class="alt2" width="100%"> <input class="bginput" type="text" name="dealurl" size="45" maxlength="255" value="$itrader[dealurl]" /><br /> <span class="smallfont">$vbphrase[itrader_url_example]</span> </if> A similar tweak can be done to the normal iTrader link, but it requires passing the postid value along at the itrader_user template using the following code: Code:
<a href="itrader_feedback.html?$session[sessionurl]u=$userinfo[userid]<if condition="$_GET[p]>0">&p=$_GET[p]</if>"><strong>$vbphrase[itrader_submit_feedback] $userinfo[username]</strong></a> |
#269
|
|||
|
|||
Quote:
|
#270
|
||||
|
||||
awesome job Jason! You came through like a champ
|
#271
|
|||
|
|||
installed it and it works like a charm. thanks a lot mate this is gonna come in very useful for my members
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|