The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
![]() |
|||||||||||||||||||||||||
Brought to you by: DopeGFX ----------------------------------------------------------------- LOGOS | WEBSITES | SKINS | HTML | PHP(Limited) | AND MUCH MUCH MORE! ----------------------------------------------------------------- What does this do? This Addon allows you to have user's itrader stats displaying in their profile. You can customize this easily by editing the itrader_profile template and/or changing where you want to put $itrader_profile in your memberinfo template. What does this hack require? Template Edits: 1 File Edits: 1 Products Imported: 1 [high]You must have iTrader installed[/high] Enjoy the hack. Don't forget to click INSTALL Show Your Support
|
Comments |
#62
|
|||
|
|||
![]()
Thanks a lot of this mod. what does view full profile link do.. it just reloads the page is there a way to remove it?
|
#63
|
|||
|
|||
![]()
Several people have asked for some changes that I also needed and made, so I'm sharing them...
I removed the entire Contact Info section since that info is all already on the User's Profile. I also added a link to view the member's entire feedback. Here's my entire itrader_profile template. Screenshot also attached. HTH ![]() Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="tcat" align="center">$vbphrase[itrader_member_profile]</td> <td class="tcat" align="center">$vbphrase[itrader_recent_ratings]</td> </tr> <tr> <td class="alt1" valign="top"> <div align="$stylevar[left]"> <table border="0" cellpadding="5" width="100%"> <tr> <td><b>$vbphrase[itrader_feedback_score]:</b><br /><b>$vbphrase[itrader_positive_feedback]:</b></td> <td><b>$userinfo[tradescore]<br />$userinfo[tradepcnt]%</b></td> </tr> <tr> <td>$vbphrase[itrader_positive_members]:<br />$vbphrase[itrader_negative_members]:</td> <td>$userinfo[tradepos]<br />$userinfo[tradeneg]</td> </tr> <tr> <td>$vbphrase[itrader_positive_all]:</td> <td><if condition="$userinfo[tradeposall]">$userinfo[tradeposall]<else />0</if></td> </tr> <if condition="$userinfo['userid'] != $vbulletin->userinfo['userid'] AND $vbulletin->bf_ugp_forumpermissions['canpostnew']"> <tr> <td colspan="2" align="center"><a href="itrader_feedback.php?$session[sessionurl]u=$userinfo[userid]"><b>$vbphrase[itrader_submit_feedback] $userinfo[username]</b></a></td> </tr> <tr> <td colspan="2" align="center"><a href="itrader.php?$session[sessionurl]u=$userinfo[userid]"><b>View all feedback for $userinfo[username]</b></a></td> </tr> </if> </table> </div> </td> <td class="alt1" align="center" valign="top"> <div align="$stylevar[left]"> <table border="0" cellpadding="2" width="100%"> <tr> <td> </td> <td align="center">$vbphrase[itrader_past_month]</td> <td align="center">$vbphrase[itrader_past_6_months]</td> <td align="center">$vbphrase[itrader_past_12_months]</td> </tr> <tr> <td colspan="4" class="alt2" style="padding:1px"></td> </tr> <tr style="color:#008000"> <td align="left"><img src="images/icons/icon10.gif" align="absmiddle" alt="Positive" /> $vbphrase[itrader_positive]</td> <td align="center"><if condition="$userinfo[tradepos30]">$userinfo[tradepos30]<else />0</if></td> <td align="center"><if condition="$userinfo[tradepos180]">$userinfo[tradepos180]<else />0</if></td> <td align="center"><if condition="$userinfo[tradepos365]">$userinfo[tradepos365]<else />0</if></td> </tr> <tr> <td colspan="4" class="alt2" style="padding:1px"></td> </tr> <tr> <td align="left"><img src="images/icons/icon5.gif" align="absmiddle" alt="Neutral" /> $vbphrase[itrader_neutral]</td> <td align="center"><if condition="$userinfo[tradeneu30]">$userinfo[tradeneu30]<else />0</if></td> <td align="center"><if condition="$userinfo[tradeneu180]">$userinfo[tradeneu180]<else />0</if></td> <td align="center"><if condition="$userinfo[tradeneu365]">$userinfo[tradeneu365]<else />0</if></td> </tr> <tr> <td colspan="4" class="alt2" style="padding:1px"></td> </tr> <tr style="color:#FF0000"> <td align="left"><img src="images/icons/icon8.gif" align="absmiddle" alt="Negative" /> $vbphrase[itrader_negative]</td> <td align="center"><if condition="$userinfo[tradeneg30]">$userinfo[tradeneg30]<else />0</if></td> <td align="center"><if condition="$userinfo[tradeneg180]">$userinfo[tradeneg180]<else />0</if></td> <td align="center"><if condition="$userinfo[tradeneg365]">$userinfo[tradeneg365]<else />0</if></td> </tr> </table> </div> </td> </tr> </table><br> |
#64
|
||||
|
||||
![]()
Thank you for the update, I wouldn't have installed without this. Cheers.
|
#65
|
||||
|
||||
![]() Quote:
|
#66
|
|||
|
|||
![]()
Question:
I kept getting a syntax error in member php on line 27 when I replaced messaging with 'messaging', 'itrader' So I edited this as follows; 'messaging', 'itrader', The error is gone, but I am not cetain this code will perform it's function now, does anyone know? |
#67
|
||||
|
||||
![]()
Hello,
I'm having some problem with this plug in....i'm receiving the error message below when I edit and upload the member.php tamplete. Parse error: syntax error, unexpected T_IF in /home/realb6/public_html/forum/member.php on line 834 This is what like 834 looks like: Parse error: syntax error, unexpected T_IF in /home/realb6/public_html/forum/member.php on line 834 832 )); 833 eval('$navbar = "' . fetch_template('navbar') . '";'); 834 <if condition="$vboptions[itrader_profile] == '1' ">$itrader_profile</if> 835 836$bgclass = 'alt2'; This is the instruction for the above: // ############# Do The Following In The MEMBERINFO template ############## Search For: $navbar Add Below: <if condition="$vboptions[itrader_profile] == '1' ">$itrader_profile</if> |
#68
|
||||
|
||||
![]()
Realbigsource, I think you are editing the member.php file, not the MEMBERINFO template.
Templates are edited through the Admin Control Panel, Style Manager. They do not contain PHP code, but a simplified template language (look in the vBulletin Documentation for templates). And generally speaking, you should never touch the php files of vBulletin, unless you are required to hack them by hacks or code modifications in general. |
#69
|
||||
|
||||
![]()
oooooookay. i installed this some time ago, along with itrader and i'm not getting it to show up in the profile.
![]() |
#70
|
||||
|
||||
![]() Quote:
![]() |
#71
|
|||
|
|||
![]()
How can you see this in a post? I'd like to have it show up w/out actually having to click on their profiles. thanks!
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|