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 |
#222
|
|||
|
|||
How to fix alignment issues in the recent update? The rating scores on thread view drops and isn't aligned with the rest of the site. check my site plz, thanks.
|
#223
|
|||
|
|||
could you please create a screenshot?
|
#224
|
|||
|
|||
|
#225
|
|||
|
|||
Entertain -
I wanted to let you know that I solved the bug that has been bothering me for a while and was posted on a number of times earlier in this thread. PHP warnings were turned up a notch on my server and they were going off because $specialtemplates wasn't defined in a few of your scripts and the vB_Datastore_Filecache doesn't handle null values very well. If you simply add Code:
$specialtemplates = array(); Thanks. |
#226
|
|||
|
|||
Feature Request:
Have an option in the admin to set what forums the "rate seller" link is displayed. Similar to "Forums Where Feedback Score is shown" but a "Forums Where Rate Seller link is shown" I'd like to have the option to display the rate seller link on in my for sale sections not the rest of the forum. Thanks, works great otherwise! |
#227
|
||||
|
||||
A few scalability issues...
- As someone else mentioned, you need $specialtemplates = array(); in your PHP files if you want them to work when people are using datastores. - user.itrader_total needs an index if you want to sort the entire user table on it (you are in itrader_main.php). - itrader table has 2 identical indexes (get rid of one of them) - Not using the proper methods for SQL queries. Read queries should (usually) use $vbulletin->db->query_first_slave and $vbulletin->db->query_read_slave in place of $vbulletin->db->query_first and $vbulletin->db->query_read. The way it's setup now, all queries go to the master DB server instead of properly offloading the read queries to slaves DB servers. |
#228
|
|||
|
|||
Every time I install a plugin (and activate it..) I get this message:
Parse error: syntax error, unexpected '<' in ..board/includes/class_bootstrap.php(1146) : eval()'d code on line 1 .. before board had my server info which I deleted. But this is the general information. I got this while installing the itrader plugin. Background info: (Version 4) I placed the XML in the coding area and used the cache_templates as the hook. Any clue? |
#229
|
||||
|
||||
the problem seems to be your modified style.
Quote:
Quote:
Quote:
Thanks for helping! Quote:
|
#230
|
|||
|
|||
Updated for 4.0.2. Works great. Thanks again.
|
#231
|
|||
|
|||
installed
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|