The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
iTrader 2.1.0 (Interim Release) Details »» | |||||||||||||||||||||||||
To hold people over until I get the full updated version with new features released, I'm posting this Interim version that has been tested / updated for vBulletin 3.7.x
There are no new features in this release, it is simply compatability updates and minor bug fixes. There are changes to both files & templates, but no changes to the iTrader tables. -------------------- iTrader - A user feedback add-on for vBulletin 3.7.x Copyright ?2004-2008 Jason Rabel, All Rights Reserved. __________________________________ Latest iTrader Verson: 2.1.0 vB Versions Supported: 3.7.x Author: Jason Rabel Contact: PM me here. Site: EXTREME Overclocking ?????????????????????????????????? Description: iTrader for vBulletin 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. Show Your Support
|
Comments |
#452
|
||||
|
||||
Read post 3 post obove this.
|
#453
|
|||
|
|||
Vale this mod for 3.8.x
Thank you. |
#454
|
|||
|
|||
How do I set it so my users cant access or post in certain catagorys/forums until I (admin) grant them access?
Howie. |
#455
|
|||
|
|||
does this work with vb 3.8?
|
#456
|
|||
|
|||
Hello. I would like in profile (postbit_Legacy) also show the percent (%). how can I do?
Thank you. |
#457
|
|||
|
|||
I am with blind-eddie that a masterlist of all the members on one page is needed. It would be great if it is searchable too.
I am with others in wanting to display the % in the postbit template. I have tried using $post[itrader_pcnt] as suggested with no luck. Parker |
#458
|
|||
|
|||
I installed this on 3.8.1 and it's fine, I see the itrader page and all.
Set it to be active and set the usergroups permissions. How exactly do you leave someone feedback? I will need to edit their postbits? |
#459
|
|||
|
|||
Cher:
As has been stated in this thread and in the templates.html file that comes with the download you will need to edit your postbit or postbit_legacy templates so this shows up under a member's username with something like. Code:
<if condition="$post['userid']"> <div>itrader score: <strong><a href="itrader.php?$session[sessionurl]u=$post[userid]">$post[itrader_total]</a> </strong></if> Parker |
#460
|
|||
|
|||
Parker:
Yes, I read that. I'm not a code play arounder with. But thanks anyway. Cher |
#461
|
||||
|
||||
Just on my issue, I ended up editing itrader_feedback.php to get what I needed.
Someone else must be having the same problem, so this is what I did: Change http://www.url.com/forum to where ever your forum is, no trailing slash. Find (Line 164): Code:
if (itrader_checkurl($itrader['dealurl']) == false) Code:
if (itrader_checkurl('http://www.url.com/forum' . $itrader['dealurl']) == false) Code:
dealurl = '" . $vbulletin->db->escape_string($itrader['dealurl']) . "', Code:
dealurl = '" . $vbulletin->db->escape_string('http://www.url.com/forum' . $itrader['dealurl']) . "', However, if someone doesn't put in the correct dealurl, it won't display properly, but couldn't see how to change that with out mucking up something else. Messy, but it solved my problem. |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|