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 |
#102
|
||||
|
||||
Same here, I then uninstalled it then re-installed. You will lose the past iTraders but iTrader will be working.
|
#103
|
|||
|
|||
Quote:
Quote:
Also as a note to everyone, if you want to put feedback in your memberinfo sections, vbulletin CHANGED its code for the memberinfo section. PHP Code:
|
#104
|
|||
|
|||
fuuuck - just deleted itrader tables manually in SQL ^^
Has anyone the source masql command to create the tables needed for 2.1.0 - Cause installation doesnt more create them Oo |
#105
|
|||
|
|||
I updated my auto-insertion hack for iTrader 2.1.
Inserts iTrader - iTrader (0) - in both postbits Inserts iTrader - iTrader link - in a usercp (at the bottom of left side menu) Inserts iTrader - Leave Feedback link - on a persons profile page. You can see the hack in action at www.hotcouponworld.com Mark |
#106
|
|||
|
|||
This mod should include your above file by default as well as settings to turn on and off in each location. Here is another bit of code for you guys if you want it:
This creates a link at the bottom of the 1st post message to give feedback to the user. This is selectable for what forums you want to have this in. For instance just the for sale forums. Example below make sure to put YOUR URL and the forums you want. If you have TMS: Product: iTrader Template: postbit/postbit_legacy Title: iTrader Postbit Link Varname: itrader_postbit_link Active: Yes Searchorder: 5 Search for Text: $template_hook[postbit_signature_start] Insert Above Text <if condition="$post['userid'] AND $show['member'] AND $post[postcount]==1 AND in_array($GLOBALS[forumid], array(41,43,44))"><br /> <a href="http://www.yourdomain.com/itrader_feedback.php?u=$post[userid]&dealurl=http://www.yourdomain.com/showthread.php?t=$thread[threadid]"><span style="font: 20px verdana; color: red; font-weight: bold">Leave Feedback HERE</span></a></if> Or you can create a plugin and follow structure in the above XML in last post and add this code to the hook I state in this post. Can do this many ways but this is a MUST have. |
#107
|
|||
|
|||
Yes, I will work on that. In the mean time here is the all of the template_hooks for the postbits.
Code:
template name="postbit_legacy" and template name="postbit" template_hook[postbit_start] template_hook[postbit_userinfo_left] template_hook[postbit_userinfo_right_after_posts] template_hook[postbit_userinfo_right] template_hook[postbit_messagearea_start] template_hook[postbit_signature_start] template_hook[postbit_signature_end] template_hook[postbit_controls] template_hook[postbit_end] template_hook[postbit_user_popup] hook = "postbit_display_complete" |
#108
|
|||
|
|||
That's great, but I still don't have a efin clue how to put in to debug mode!
|
#109
|
|||
|
|||
edit your config.php file. At the bottom will be a comment about debug. Uncomment that line.
|
#110
|
|||
|
|||
We are talking about the vBulletin config.php right? I looked in there and there is no reference to debug. Used vi pattern search also in the file with no hits.
|
#111
|
|||
|
|||
Put this at the end of your config.php file
Turn your forum off before you do this. Lots of info can be had from this info. Then comment out the line afterwards. Code:
$config['Misc']['debug'] = true; |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|