Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
iTrader Stats in Profile Tabs Details »»
iTrader Stats in Profile Tabs
Version: 1.00, by MagnetiCat MagnetiCat is offline
Developer Last Online: Nov 2009 Show Printable Version Email this Page

Category: Profile Enhancements - Version: 3.7.0 Rating:
Released: 05-04-2008 Last Update: 05-04-2008 Installs: 232
Uses Plugins Auto-Templates
Re-useable Code  
No support by the author.

This ultra simple mini add-on will add iTrader stats in a tab inside your users' profiles. The fantastic iTrader is still the only solution for an eBay like feedback system in vBulletin, and we are still using it in many clients' websites, sometimes modified to work with other integrations.

When installed, it will add two settings to your vBulletin ACP - iTrader Settings Menu to let you activate the feedback tab and choose where you want the new tab to appear.

Installation
The add-on requires just an XML import. No file edits or template edits, unless you want to customize the position of the feedback tab further. Remember to enable the display in profile using the new option added in your ACP's iTrader settings.

This is JUST a tiny add-on for people using iTrader, which is one of the best add-ons developed for vBulletin, and which can still be used with 3.7 with some changes you can read about in the iTrader thread. You need to have iTrader installed. https://vborg.vbsupport.ru/showthrea...hlight=itrader


That's it.

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #42  
Old 08-05-2008, 06:07 PM
MagnetiCat MagnetiCat is offline
 
Join Date: May 2008
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Coleccromos View Post
Hello! I just installed (clik install)

And my question is:

I have a forum in Spanish and I would like to be able to modify the tab feedback that comes in the profile for "assessment"

He changed phrases templates and looked in the archives. Php but can not modify Does where you can modify this?

Thank you
Hello,

go to the plugin manager in your vBulletin ACP. Find the plugin "iTrader in Member Profile - Profile", the select Edit. Then, find:

Code:
'title' => 'Feedback'
Replace it with:

Code:
'title' => 'Assessment'
We followed the default structure in vBulletin profile block classes when writing this, but I might change this to use phrases when we have another release.

Thanks!
Reply With Quote
  #43  
Old 08-05-2008, 06:31 PM
Coleccromos's Avatar
Coleccromos Coleccromos is offline
 
Join Date: Apr 2005
Posts: 124
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MagnetiCat View Post
Hello,

go to the plugin manager in your vBulletin ACP. Find the plugin "iTrader in Member Profile - Profile", the select Edit. Then, find:

Code:
'title' => 'Feedback'
Replace it with:

Code:
'title' => 'Assessment'
We followed the default structure in vBulletin profile block classes when writing this, but I might change this to use phrases when we have another release.

Thanks!
Thank you for your help is great!

Thank you
Reply With Quote
  #44  
Old 08-11-2008, 05:53 PM
RedWingFan's Avatar
RedWingFan RedWingFan is offline
 
Join Date: Oct 2004
Location: Canton, MI USA
Posts: 103
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quick question: which template do I edit to change the Feedback tab's contents? I want to put a "leave feedback" link in this tab, under the Member Profile section directly beneath the link for "View All Feedbacks For _______", using this code:

Code:
<a href="itrader_feedback.php?$session[sessionurl]u=$userinfo[userid]"><b>$vbphrase[itrader_submit_feedback] $userinfo[username]</b></a>
If I know which template, I can drop it in. A template search for "<!-- cat_itrader_stats -->
" (which shows up when I view the source of the page) only dumps me at a list of all the templates.
Reply With Quote
  #45  
Old 08-11-2008, 06:39 PM
MagnetiCat MagnetiCat is offline
 
Join Date: May 2008
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello,

the template name is memberinfo_block_cat_itrader_stats. Find the line:

Code:
<a href="itrader.php?$session[sessionurl]u=$userinfo[userid]"><strong><phrase 1="$userinfo[username]">$vbphrase[itrader_view_all_feedbacks_for_x]</phrase></strong></a>
and add below something like:

Code:
<br /><a href="itrader_feedback.php?$session[sessionurl]u=$userinfo[userid]"><strong>$vbphrase[itrader_submit_feedback] $userinfo[username]</strong></a>
Thanks!
Reply With Quote
  #46  
Old 08-11-2008, 06:45 PM
RedWingFan's Avatar
RedWingFan RedWingFan is offline
 
Join Date: Oct 2004
Location: Canton, MI USA
Posts: 103
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MagnetiCat View Post
Hello,

the template name is memberinfo_block_cat_itrader_stats.
Perfect! Thanks!! My users will appreciate it. :up:
Reply With Quote
  #47  
Old 08-21-2008, 03:17 PM
Patrick Simmons Patrick Simmons is offline
 
Join Date: Aug 2008
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am a complete noob at this but from the instructions I don't understand what files to edit and where for just a simple install of itrader. nothing special.

any help would be appreciated.
Reply With Quote
  #48  
Old 08-21-2008, 03:38 PM
MagnetiCat MagnetiCat is offline
 
Join Date: May 2008
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very simple. First go in the iTrader thread, and download itrader.
Then, install iTrader following their docs.
Then, import this XML product through vBulletin's product manager.

That's all - it's a very basic add-on, really; nothing more than a few templates and some php code.
Reply With Quote
  #49  
Old 08-29-2008, 01:32 PM
MadeJoyce MadeJoyce is offline
 
Join Date: Jan 2008
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed!! & Perfect!! Thanks!!
Reply With Quote
  #50  
Old 10-18-2008, 04:28 PM
derrene derrene is offline
 
Join Date: Nov 2006
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

perfect
Reply With Quote
  #51  
Old 10-20-2008, 07:09 PM
Christon Christon is offline
 
Join Date: Apr 2008
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

when I install this, leave me a error when i see any profile:

Warning: require_once([path]/includes/functions_itrader.php) [function.require-once]: failed to open stream: No such file or directory in [path]/includes/init.php(293) : eval()'d code on line 3

Fatal error: require_once() [function.require]: Failed opening required '/home/content/s/t/a/starrcadia/html/ftasatellitekeys/includes/functions_itrader.php' (include_path='.:/usr/local/php5/lib/php') in /
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:14 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06296 seconds
  • Memory Usage 2,312KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (7)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete