![]() |
Quote:
|
There was a search rating by member name with the older version also :squareeyed:
|
Where is the best place to display the itrader rating?
I was thinking about putting it under the users name in the thread display? What do you think? Any examples of what others have done? Thanks |
Quote:
It looks well in the postbit_legacy |
Quote:
http://www.puntosports.co.uk/forums/...053#post458053 |
Quote:
|
Quote:
|
Quote:
|
Hi,
Can someone post a link to a live forum that has this installed? Would like to see how it looks in use. Thanks Chris. |
Quote:
Look in OP's postbit. And here's his view page: http://www.sevenstring.org/forum/itrader.php?u=187 (Not much data on my site, hasn't been installed long) |
i just installed it.. but how do i leave the people the feedback now? Were do i goto?
|
Sorry if this has been asked previously (did a search): Is there a way to specify the name(s) of moderators who are to receive reports of bad ratings?
|
Quote:
Another question - we used to keep a manual scoring system, and want to update all members feedback score in itrader with their total. What is the best way to manually add this ? Don't mind if its manual DB work - just need to know the best way :) |
I'm not a coder, so I'm not sure exactly where to add the rating code to the postbit/postbit legacy, memberinfo, etc, or make any changes necessary for it to look good.
Would someone mind posting where they placed the iTrader display code on their forums? Another question, how would I add a link to the iTrader display in the user's CP to add it under "Miscellaneous"? Thanks! |
Quote:
|
By the way, how would I fix the bottom bar in the attached image? :)
Thanks for the help! |
Quote:
|
Quote:
Code:
<td class="tfoot" colspan="$totalcols" align="$stylevar[right]"> |
Great hack, upgrade installed seamlessly. One question, how do I show this in the user's profile on each post instead of at the top or bottom 'outside' of the post as it does on your site Jason?
Thanks in advance! |
Quote:
Put the code in to the postbit legacy ;). |
Thanks Patrick, sorted works a treat!
|
Ah, one other thing, how do I get it to show both the feedback number and the percentage, I can only get it to show one or the other.
Thanks. |
I have the following error and I know it's because of my PHP version, but I have had it once before and then I could use a different term [than html_entity_decode]
to solve it, can't remember what - can you help? Code:
Call to undefined function: html_entity_decode() in /home/xxx/xxx-www/includes/functions_itrader.php on line 22 |
Quote:
Open /includes/functions_itrader.php Go to line 17 On the line before: function itrader_checkurl($dealurl) Add: Code:
function html_entity_decode($string) |
ok, I made the relevant changes to the memberlist files, but what about the other changes? how can someone give feedback/rating? where is that option? I am pretty new to this, so any step by step would be nice.
thanks |
Where exactly can this plugin be translated to other language? Do I have to go through the code and translate it or do I just search phrases in vbulletin and translate them? Sorry, I have no clue as to how to do it. Thanks in advance.
|
How can I control who gets 'suspicious activity' and warning emails? I don't need them sent to all 40 of my moderators... :(
|
I was running the older version of this on my vbulletin 3.0.3
I just updated to 3.5.3 and it no longer works. The feedback score is still there but does not work upon clicking. I tried all the installation instructions but am still very new to this... I am confused about what to do with the templates...any help would be appreciated. |
Quote:
Two fields are added to the "user" table to facilitate rating usage pretty much anywhere you please within the forum. The two fields are: itrader_total - iTrader Score (stored as an integer) itrader_pcnt - Percent Positive Feedback (also stored as an integer) Most likely you will want to add the score info to the postbit and/or postbit_legacy template(s), MEMBERINFO, and memberlist_resultsbit template. Actual placement and style is entirely up to you, however here's a sample to get you started. Note that the MEMBERINFO & memberlist_resultsbit templates won't need the conditional around the text since you can't view a "guest" in those cases. <if condition="$post['userid']"><div>iTrader: (<b><a href="itrader.php?$session[sessionurl]u=$post[userid]">$post[itrader_total]</a></b>)</div></if> Additionally it would be wise to have some sort of link that is easily accessible to your members so they can view their own ratings. My suggestion would be to add some code in the navbar or usercp menu somewhere. If no userid is specified then the system defaults to the user's own iTrader page. <a href="itrader.php?$session[sessionurl]">iTrader</a> Use your imagination where you want these links to be visible, there's nothing set in stone where it should be display or how it should look. Some people wanted the percent score so I added in this version. You can get creative and use some stars or something based on their score or positive ranking. If you only wanted the info to show up for specific usegroup, you can use the "is_member_of()" function conditional in your templates. Also if you only wanted it to show up for specific forum sections, you could use the "in_array()" function. Read more in the vBulletin documentation for nifty things with template conditionals. Sorry to skimp on the documentation, next release will be much better, however most people should know what they are doing by now with templates and if you don't, spend the time to learn as you can greatly enhance your forum. |
Figured it out...works great.
|
I was re-reading thru this entire thread and noticed no one has reported a problem we are encountering - we have disabled suspicious activity email notifications thru iTrader's Admincp settings but are still receiving them.
Any suggestions? Btw, we are running vbb 3.5.3. |
Im trying to get the feedback to show up in the postbit but am having no luck. I tried adding two different lines of code but they dont seem to be working. here is what I put in my postbit.
1. <if condition="$post['userid']"><div>iTrader: (<b><a href="itrader.php?$session[sessionurl]u=$post[userid]">$post[itrader_total]</a></b>)</div></if> 2. <if condition="$post[itrader_total]">$post[itrader_pcnt]%</if> |
Quote:
PHP Code:
|
Quote:
|
Anyone come up with a summary page for this that only lists members with a feedback rating?
|
Hey guys, sorry I haven't been around. Work have just been killing me along with other obligations.
I need to finish up all the changes for the 2.0.2 rollout, there's a few bug fixes and additional features. I'll try to get the summary page done, but I'm not making any promises. Someone could port over the old page and call it something else like itrader_home.php or something. grahm_w - Do not manually edit the scores in the user table, those get overwritten from the itrader table data. If you want to add additional records you will need to add them to the itrader table then you can do a mass-update to the user table via the admincp. I'm not sure why suspicious activity would still be emailed if you disable it. What is the exact reason it gives? I'll have to double check the code. Someone else mentioned an error with pagination when viewing via the "from buyers" "from sellers", or other tabs, but I have not been able to reproduce that error and nobody else has reported it, I think it might be related to an old template or file. As for having only certain groups get the emails from suspicious activity. Any group set to "can admin itrader" gets the emails. If you don't want all your mods to get them, create a separate usergroup and set only those mods you want as itrader admins in that as a sub-group. I might make another usergroup option related to the emails, but no promises on that either. |
I have just added it to acorndomains .co.uk and seems to be working great.
Would like to see a couple of mods as already requested here, a top ratings list (best and worst) and extra field for transaction value. Many thanks for a great plug in! |
Quote:
I have PMed you regarding a question. |
Quote:
Thanks! |
Jason, I would like to thank you for this wonderful code. I have used your different Feedback systems before and have nothing but praise for them. A job well done.
|
All times are GMT. The time now is 01:23 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:
|