![]() |
Quote:
|
I am wondering if it would be possible to somehow manually edit a users iTrader rating?
Would this have to be done in the database? Thanks! |
Quote:
|
Quote:
I want to actually bump some users rating up many points... (I am verifying their rating from another domain industry forum). I am guessing this has to be done in the database somewhere. Is there any risk to doing this? or easy way about it? |
It doesn't use memcache, there is no need to.
You can't simply change their score in the DB. It is re-calculated each time a rating is added / removed. You would have to physically add in ratings. |
Ok so I have it installed, and everything is peachy.
But how can I go on the iTrader page and search for other users or list top rated users or things like that? |
Will iTrader work with vBulletin 3.7.0 (Beta 3)?
|
Quote:
like here |
I have posted a request for a modification of this iTrader plugin.
I want to manually adjust my users trader rating numbers. It is a paid job if anybody is up for the task... https://vborg.vbsupport.ru/showthread.php?t=165719 |
DISCLAIMER: I am not a pro modder, but I figured out how to make this work on my 3.6.8 copy. Back up everything related to vb including files and database. Make these modifications at your own risk. NOTHING IS GUARANTEED.
With that said, I just upgraded my forum from 3.5.x to 3.6.8 and the following solution worked for so it should be a good solution for those with 3.6.8 that have no idea how to restore itrader functionality. The reason it does not work is because somewhere in the upgrade to 3.6.8 the postbit_legacy and postbit templates are wiped and they lack the itrader template conditional which displays the itrader values for your members in the detail below their avatars. Go to your admincp>>Styles & Templates>>Style Manager>>Find the template you wish to modify and click the "<< >>" which appears on the same line in the last column. Scroll down to Postbit Template. Double click Postbit Template. If you use Postbit Legacy (check your vb options), then double click postbit_legacy, search for the line that contains an if condition for joindate, i.e. search for "joindate". Hopefully that will lead you to this text: PHP Code:
Paste this immediately after it: PHP Code:
If you use the postbit template, you can follow the same steps for that template but I cannot guarantee you will get the placement you want. |
I used
Code:
<if condition="$vboptions[itrader_profile] =='1'"> Code:
<if condition="$post['userid']"> |
Told you I wasn't a pro modder! Sweet!!!
|
I would just like to use the i-trader system forjust one of the forum that has to do with trading and for the otehrs i do not want it to show at all. How do i do that?
|
Kronnos, go to your AdminCP->vBulletin Options->iTrader Settings
The last setting states the following: Quote:
Howell, you have this working in vBulletin 3.6.8 Code:
<if condition="$vboptions[itrader_profile] == '1'"> |
Quote:
|
Quote:
|
That IS for your iTrader Ratings for specified forums.
|
Quote:
PHP Code:
|
Quote:
|
kronnos,
Create a GLOBAL phrase variable "trader_rating" and give it the text "iTrader Rating" OR replace: $vbphrase[trader_rating]: with iTrader Rating: (either way will work) In your postbit_legacy template: FIND: Code:
<!-- message --> PHP Code:
|
Excellent! Everything works perfect, thank you.
|
You are more than welcome. Happy Holidays!
|
Quote:
the only thing is, what I wind up with in the postbit is, for example is :3 It's no big deal, I can just put iTrader in your above code, however I was wondering if I'm missing a variable or phrase or whatever? PHP Code:
|
Yes, sorry about that. Create a GLOBAL phrase variable "trader_rating" and give it the text "iTrader Rating" OR replace: $vbphrase[trader_rating]: with iTrader Rating:
|
Quote:
|
Quote:
|
Hello
I've done some search in this thread but couldn't find anything about my problem. It seems that the iTrade Update Scores is not working on my site and there are different numbers between final feedback score and total ratings. For exampe a user may have 6 ratings positive and no negative and on the final feedback score it says 4. Maybe there is a query I could try ... don't know really. Any ideas ? |
Quote:
|
Noice mod Eoc_Jason
|
Quote:
|
Quote:
|
Quote:
|
Quote:
SVT |
working on 3.7 B3 without a hitch! Thanks!!!
|
Quote:
|
this is not working with vBulletin? Version 3.6.8 :(
I installed it right and even read all setting , still can not see itrader setting in any user / admin profile |
Quote:
|
Is there some who can tell me how i can print the total Positive and negative feedbacks ?
|
I'm having a problem with my installation. It appears that when someone leaves multiple feedbacks for other people, there's a typo in the code for switching between pages, as seen here:
http://www.bladeforums.com/forums/it...?u=117550&iv=4 http://www.bladeforums.com/forums/it...=4&pp=20&page= (whatever) is what shows up, but what should is http://www.bladeforums.com/forums/it...4&pp=20&page=3 ie, u=117550&iv not u=117550&v Where do I go to correct this? |
I have found the follow in this trhead.
Quote:
I have add in admincp a phrase: admincp-> Languages & Phrases -> Phrase Manager -> Phrase type: global -> add new phrase product: vBulletin (i have also tested itrader) Varname: itrader_positive_feedback Text: Shows itrader positive feedbacks In my template i have add for testing: $GLOBAL[itrader_positive_members] and $vbphrase[itrader_positive_members] I'm sure i do something wrong but what ? |
All times are GMT. The time now is 03:12 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|