Quote:
Originally Posted by Coleccromos
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!