vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Profile Enhancements - iTrader Stats in Profile Tabs (https://vborg.vbsupport.ru/showthread.php?t=178158)

MagnetiCat 08-05-2008 06:07 PM

Quote:

Originally Posted by Coleccromos (Post 1592038)
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!

Coleccromos 08-05-2008 06:31 PM

Quote:

Originally Posted by MagnetiCat (Post 1592070)
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

RedWingFan 08-11-2008 05:53 PM

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.

MagnetiCat 08-11-2008 06:39 PM

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!

RedWingFan 08-11-2008 06:45 PM

Quote:

Originally Posted by MagnetiCat (Post 1596406)
Hello,

the template name is memberinfo_block_cat_itrader_stats.

Perfect! Thanks!! My users will appreciate it. :up:

Patrick Simmons 08-21-2008 03:17 PM

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.

MagnetiCat 08-21-2008 03:38 PM

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.

MadeJoyce 08-29-2008 01:32 PM

Installed!! & Perfect!! Thanks!!

derrene 10-18-2008 04:28 PM

perfect

Christon 10-20-2008 07:09 PM

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 /


All times are GMT. The time now is 07:54 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02111 seconds
  • Memory Usage 1,740KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (7)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete