View Full Version : Major Additions - iTrader v2.0.1
dwessell
04-27-2008, 01:17 AM
Can you use this to rate non members? Ie, a store that isn't a user on your site?
dw
Dannyloski
04-27-2008, 01:38 AM
^ I dont think so, I believe you can only Rate Registered Members ...
bada_bing
04-27-2008, 02:16 AM
Just wondering what all of you that had this in there 3.5 version and moved or thinking about moving to vb 3.7 are going to do with all the feedbacks that this hack provided. I am using photopost classified on my other site which works good but on my 3.5 site I use this script and not sure what I am going to do when I upgrade to 3.7... Anyone give some light on this?
forumrunt
04-28-2008, 02:14 PM
Has anyone been able to add this in to 3.7 in the profiles and post bits?
Any idea on how to convert SMF trader tables to iTrader? Have any1 done this before?
Boosted Panda
04-29-2008, 03:04 PM
I have it in my postbit in 3.7 I would post the code however my postbit is extremely modified. Does anyone know if this needs security token updating?
vithorius
04-29-2008, 03:41 PM
anyone get the memberinfo addon count working in 3.7 rc4?
<div class="fieldset">
<div style="padding:$stylevar[formspacer]px">
iTrader: <strong><a href="itrader.php?$session[sessionurl]u=$post[userid]" rel="nofollow">$post[itrader_total]</a></strong> / $post[itrader_pcnt]%
</div>
</div>
seems $post var's aren't available in the new blocks[] array
I just can't get it working on the MEMBERINFO area... :confused:
How do I do it? Thank you!
3.7 is out.... now what?!
DeathSoul
04-29-2008, 10:17 PM
Ive seen a few working iTrader hack on diffrent forum.
But me im a total newb coming to these sort of things...
So i would be really glad if someone could help me out just abit with the following;
Installing the hack is easy of course, it's the editing of templates which drives me off..
So basicly if anyone would be so kind to write a little guide, i will surely reward that user with something..
So here's basicly what i want;
under the "Posts:" i want to have a little "(0)" showing how much rep you have.
For example;
"Join Date Apr 2008"
"Posts 3"
" (0) " <--- This here shows your current feedback number, and when clicking on it, it takes you to that users iTrader.
Other stuff i would like also is a link to it from the "user cp" and when checking out a user profile (when you click the username, you get to the user profile, in there i would like to have a (0) (just like mentioned above).
So if anyone would be so kind to write a detailed guide on how to alter the templates (where to alter it i mean).
Spinball
05-01-2008, 11:52 AM
I'm going to pay KirkY to get iTrader working with 3.7 with maybe some enhancements.
Boosted Panda
05-01-2008, 02:42 PM
Anyone having security token related issues with this?
Jase2
05-01-2008, 02:45 PM
I've been in contact with Jason, and he says he will be releasing an updated version for 3.7. When however I do not know.
Boosted Panda
05-01-2008, 03:43 PM
Everyone on 3.7 and 3.6.10
There are 3 templates that need editing:
itrader_detail_feedback
itrader_feedback
itrader_reportbadrating
search for: sessionhash
after the line with sessionhash add:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
Onehalfmoa
05-03-2008, 03:36 PM
Everyone on 3.7 and 3.6.10
There are 3 templates that need editing:
itrader_detail_feedback
itrader_feedback
itrader_reportbadrating
search for: sessionhash
after the line with sessionhash add:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
Can you provide a example of a session has... Not that familiar with the code...
Thanks
Can you provide a example of a session has... Not that familiar with the code...
Thanks
If I sound like a jerk, I appologize in advance.
What is it you are not familiar with? The word "sessionhash" is as clear as he could get regarding how he was describing what to search for.
Needless to say, this is what you are looking for (notice the word "sessionhash" he said to look for):
<input type="hidden" name="s" value="$session[sessionhash]" />
Replace that entire line so it now looks like this:
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
Onehalfmoa
05-03-2008, 04:24 PM
Nah its me... I wasn't looking in the right place man... I appreciate what everyone does in this community... I just wasn't looking in the templates I was looking in the php files... I already have my whosonline back up and am working on the itrader as we speak with your recommendation...
Thanks Rich...
spankaveli
05-03-2008, 05:36 PM
i have added the above code to the listed templates and i still get an error "Your submission could not be processed because a security token was missing or mismatched." when i try to search for a member from the itrader_main.php page
any help? :(
Boosted Panda
05-03-2008, 09:09 PM
Yes, anything that has FORM in it add the security token update.
Onehalfmoa
05-04-2008, 02:50 AM
I'm having a problem getting the score to show up in the users profile... I get the text but it does not show the score in the ( ) is there anything else I need to do in the template for it show up???
spankaveli
05-04-2008, 01:50 PM
Yes, anything that has FORM in it add the security token update.
edit: nm, there were a few that had <form but not sessionhash. added it to the <form ones and its working. thanks!
BarryoBrien
05-05-2008, 08:36 AM
is there a version for download thats works with 3.7?
Digital Jedi
05-06-2008, 11:43 AM
is there a version for download thats works with 3.7?
Read the last few posts about a page or two before yours. There's a fix to make it work with 3.7.
Boosted Panda
05-06-2008, 03:41 PM
edit: nm, there were a few that had <form but not sessionhash. added it to the <form ones and its working. thanks!
No problemo!
That should make it 100% now.
RedWingFan
05-06-2008, 04:03 PM
Everyone on 3.7 and 3.6.10
There are 3 templates that need editing:
itrader_detail_feedback
itrader_feedback
itrader_reportbadrating
search for: sessionhash
after the line with sessionhash add:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
edit: nm, there were a few that had <form but not sessionhash. added it to the <form ones and its working. thanks!
Are we saying there are more edits beyond those in the three templates above? Maybe until we get an official 3.7 release, having all the 3.6-to-3.7 edits in one post would help everyone out. I could tackle making such a list in a couple of days, but not now--have a death in the family we're attending to... *sigh*
edit: nm, there were a few that had <form but not sessionhash. added it to the <form ones and its working. thanks!
Can you post where you added the security token please
Alex@Mk3OC
05-07-2008, 10:07 AM
I added it under the line with <form in, works fine now
eoc_Jason
05-07-2008, 01:08 PM
Hi Guys,
I was pretty much waiting for the final Gold version of vB 3.7 to be released before diving too far into the code. Yes I will be releasing a fresh version for 3.7 (because I too plan on upgrading). But I just started really working on it this past weekend after getting a test 3.7 forum installed. I do have several other big work-related projects going on at the moment, coding a free add-on isn't exactly at the top of the priority list so please be patient... The more people gripe and get demanding, the less incentive I have to actually finish it.
I'm kind of thinking on reverting back to a more simpler style, without having the whole extended comments thread thing with a rating pair. I think that really flew over most people's heads and I have not seen it used much on the few sites I check out. I also think I'm either going to completely remove the "report" feature, or possibly make it just an option in the admincp since that seemed to get abused more than it being actually of any use. If anyone has any serious objections to these removal, let me know and I can leave it in and maybe make some sort of style option in the admincp.
Other changes are mostly just minor fixes like the PM notifications being more details, navagation corrections, etc...
If there are any features you really want to see, please PM me here and be as detailed as possible.
eoc_Jason
05-07-2008, 04:36 PM
Oh yeah, also I thought of instead of having a person click on the receporcial link to 'link' the two ratings together I could just run a quick DB query to automatically see if one has rated the other recently... I can't believe I didn't think of that originally...
We currently have vbclassified on our forum and would like to switch back to our old setup that used iTrader. We still have iTrader in place and active. Is there any way to convert our vbclassified feedbacks to carry over into the member's iTrader?
Thanks!
Spinball
05-07-2008, 06:09 PM
Jason it's great to hear your thoughts on your fantastic hack.
Please don't remove *any* functionality. It works perfectly on www.avforums.com and in my opinion, the closer you can make it to ebay's trading system (with rebuttals) the better since that is what people are used to and will feel familiar with.
We require both parties to have posted in the thread with one of them having started it - as per standard functionality of your hack. This is awesome because it discourages people from hijacking wanted threads (i.e. they can't leave feedback).
To overcome the occasional problem of people struggling to enter the correct trade link, I created a tutorial video which anyone is welcome to use:
http://www.avforums.com/tutorials/leaving_trading_feedback.wmv
Although having some way of doing the job without entering the thread URL would be infinitely better.
Digital Jedi
05-07-2008, 06:43 PM
I agree with Spinball. I would like to, at the bare minimum, keep the existing functionality. As hard core as we are about the rules in our forum, the existing functions have led, in part, to a more reputable trade history.
There's no rush, though. We're just glad to know where the development stands.
Boosted Panda
05-07-2008, 09:31 PM
I would like minimal. I don't see a need for anything fancy, just ratings, and comments is perfect.
nothing4me
05-07-2008, 09:58 PM
I would like minimal. I don't see a need for anything fancy, just ratings, and comments is perfect.Don't listen to Panda!
Make it as detailed as you want, users can make it minimal themselves.
What we need right now is more features. :)
Tigur
05-08-2008, 02:57 AM
The more features the better.... but they also should have an option to turn on/off each feature.
topspeeforum
05-09-2008, 09:38 PM
How do i get the percentages to show up. It says it was part of the files but can't find an option for it anywhere.
0ptima
05-10-2008, 07:31 PM
Jason, great to see that you will be releasing a 3.7 version. I like the features as is, but one thing that is missing is a trader ratings home page, like the vb 2 version had.
Arachnophiles
05-11-2008, 01:44 AM
We've used this feature for some time now, and have made some alterations which I would like to see implemented in future versions:
Firstly, the ability to add your own custom feedback type in addition to Buyer/Seller/Trade
Secondly, template edits that provide a link shown beneath the Buyers/Sellers name within the original advertisement which, when followed, automatically populate the 'deal thread url'. Details can be found earlier on in this thread.
Also, an option in the user cp to include/exclude forums where rating is/isn't shown.
And I'm a fan of the homepage function too, so welcome it's return :D
Thanks for your all your hard work on this Jason :up:
DotSauce
05-11-2008, 07:20 AM
Thanks for your all your hard work on this Jason :up:
Excellent suggestions Arachno! I would love to see all of those implemented.
Stubbed
05-12-2008, 06:25 AM
Will definitely be installing this mod in any shape or form once it's been released for 3.7, its one thing my members have wanted for some time, and that's a feedback system for trades.
Obviously everyone is going to want different functionality, as long as it's parts are able to be enabled and disabled, everyone will be happy :)
PenPusher1000
05-12-2008, 10:23 AM
reserving for 3.7.0 release.
Yey!
vithorius
05-14-2008, 12:41 PM
eoc_Jason, ITS A RELIEF to 'hear' from you!!!
I'm kind of thinking on reverting back to a more simpler style, without having the whole extended comments thread thing with a rating pair. I think that really flew over most people's heads and I have not seen it used much on the few sites I check out.
Well, on this ideia, I would suggest that you could NOT take it out of the hack, but simply add some way for the Administrators to turn ON/OFF those options via the AdminCP. :up:
I also think I'm either going to completely remove the "report" feature, or possibly make it just an option in the admincp
Yes, please DO NOT remove at all! Please DO add the option in the Admincp :u
Other changes are mostly just minor fixes like the PM notifications being more details, navagation corrections, etc...
Yess! fixes are ALLWAYS welcome!:up:
Oh yeah, also I thought of instead of having a person click on the receporcial link to 'link' the two ratings together I could just run a quick DB query to automatically see if one has rated the other recently... I can't believe I didn't think of that originally...
FANTASTIC! :up: This would make iTrader PERFECT!!! :up: PLEASE do ADD this feature! :up: :up: :up:
Thank you SO VERY MUCH! :)
ryansmith
05-14-2008, 06:19 PM
I am looking forward to the 3.7 version of this mod. We have been using it for quite a while now at our site and we were really disappointed at the thought of potentially losing it after an upgrade.
I don't have any suggestions for changes. We've been using it just the way it is and it's great for us.
P@trick
05-15-2008, 04:48 PM
Waiting for a compatible version for the vB 3.7.0 too. This is the last modification which i need befor i start to upgrade... ;)
dsotmoon
05-15-2008, 10:02 PM
one question i have: if I upgrade to 3.7 gold and disable this add on until jason releases his new version, there should be no problem upgrading the hack at a later date, right? without losing current feedback, etc?
just want to reasure myself as this is the most used hack on my forums but I want to upgrade this weekend
murekhalir
05-15-2008, 11:46 PM
Will be waiting for 3.7.0 version with big anticipation =)
btw - would you do custom paid work after? Wanted to go deeper with this itrader.
Shazz
05-16-2008, 12:24 AM
Will be waiting for 3.7.0 version with big anticipation =)
btw - would you do custom paid work after? Wanted to go deeper with this itrader.
Send him a PM I highly doubt he will get this
Lucas
05-16-2008, 04:39 PM
Really looking forward to the iTrader for vb 3.7! Good work!
cagbaazee
05-16-2008, 05:28 PM
Yeah we are waiting for New version 3.7. Thanks
f r e z N Y
05-20-2008, 01:22 PM
^ bump for 3.7, patiently waiting...:)
Britmovie
05-22-2008, 12:59 AM
To add to postbit
In postbit_legacy
Find:
HTML Code:
<div>$vbphrase[posts]: $post[posts]</div>After add:
HTML Code:
<div>iTrader: <strong><a href="itrader.php?$session[sessionurl]u=$post[userid]">$post[itrader_total]</a></strong> / $post[itrader_pcnt]% </div>
-------------------------------
I know postbit puts the itrader rating in the mini profile next to the post....but what does the above do please?
fluentdesigns
05-22-2008, 03:09 AM
Looking forward to 3.7 update as well! Any news on this yet?
KHALIK
05-22-2008, 01:54 PM
Does this have built in paypal support ? for payments.
Battle_Ring
05-24-2008, 08:15 PM
Cant wait for the 3.7 version
How is the coding on this going is it near?
Jacqueline
05-25-2008, 02:08 PM
I saw some people saying it still worked ok in 3.7. I'm going to try installing in 3.6, then upgrading.
Stubbed
05-26-2008, 08:54 AM
This mod already works perfectly fine for 3.7.
I followed the instructions that came with the download and in this topic (About adding the information to postbit in certain forums), and I also used this mod:
https://vborg.vbsupport.ru/showthread.php?t=178158&highlight=itrader
Works fine, had no problems.
Alex@Mk3OC
05-26-2008, 10:39 AM
I've got it working on 3.7 as well again with the same plugin as above, not got any problems at all
Battle_Ring
05-26-2008, 06:33 PM
Ok great
Hi Guys,
I was pretty much waiting for the final Gold version of vB 3.7 to be released before diving too far into the code. Yes I will be releasing a fresh version for 3.7 (because I too plan on upgrading). But I just started really working on it this past weekend after getting a test 3.7 forum installed. I do have several other big work-related projects going on at the moment, coding a free add-on isn't exactly at the top of the priority list so please be patient... The more people gripe and get demanding, the less incentive I have to actually finish it.
I'm kind of thinking on reverting back to a more simpler style, without having the whole extended comments thread thing with a rating pair. I think that really flew over most people's heads and I have not seen it used much on the few sites I check out. I also think I'm either going to completely remove the "report" feature, or possibly make it just an option in the admincp since that seemed to get abused more than it being actually of any use. If anyone has any serious objections to these removal, let me know and I can leave it in and maybe make some sort of style option in the admincp.
Other changes are mostly just minor fixes like the PM notifications being more details, navagation corrections, etc...
If there are any features you really want to see, please PM me here and be as detailed as possible.
The report function shouldnt be removed, but it does need to report to a forum rather than send an email.
Looking forward to a 3.7 release, my users would be very sorry to see this Mod go when we upgrade. Thanks for your great work Jason.
AngieZ
05-27-2008, 11:48 PM
Can we make iTrader accessible to certain usergroups only?
eoc_Jason
05-31-2008, 09:08 PM
We currently have vbclassified on our forum and would like to switch back to our old setup that used iTrader. We still have iTrader in place and active. Is there any way to convert our vbclassified feedbacks to carry over into the member's iTrader?
I don't know anything about how vbclassified works so I can't really help you there. I think with a little creativeness you should be able to make some sort of conversion query.
Please don't remove *any* functionality.
I'm not really planning on ripping anything out, I'm just changing the setup somewhat so that the "default" install uses as simpler menus and input boxes. There is still an admin choice to have the extra features if they wish to have them enabled (which currently is the extra thread like view for a deal).
Although having some way of doing the job without entering the thread URL would be infinitely better.
I think I can code in a little smartness so that you can put a rating link in certain forum sections. So basically it will pass the URL to the page and that's one thing that won't have to be filled in.
Also, an option in the user cp to include/exclude forums where rating is/isn't shown.
That's more of a template conditional in your postbit if you want to exclude it. (likewise you can do a conditional for only certain usergroups). I'll look into the feasability for making some admin boxes and then just a general variable for the postbit.
one question i have: if I upgrade to 3.7 gold and disable this add on until jason releases his new version, there should be no problem upgrading the hack at a later date, right? without losing current feedback, etc?
Yes, you can do that and all should be fine.
btw - would you do custom paid work after? Wanted to go deeper with this itrader.
No..
Can we make iTrader accessible to certain usergroups only?
yes, there are itrader options at the bottom of the usergroup settings...
--------------------------
Okay, so now for an update. I saw that vB released 3.7.1 already... I didn't get a chance to install that on my test box yet, I'm planning on doing that later this evening. I don't think it will affect any functionality but I just want to be sure.
I spent some time last weekend (3 day weekend, woohoo) and made a lot of headway. I'm hoping tomorrow afternoon I can wrap up most of the changes. I just logged into vb.org since my previous post so I just saw all your suggestions and comments, I'll try to accomidate as much as possible. Anyhow once I get all the base code working right, I need to go over the upgrade / uninstall code carefully (always a pain to make sure it works right). And lastly I guess some updated documentation with the release would help some people out. Unfortunatly because of work constraints I really only get a chance to work on this on the weekends, but I will really try to push and get it out some time this coming week (probably mid to end of the week, I already know Monday is going to be extremely busy).
Watson
06-01-2008, 09:34 AM
Superb, This has always been my favorite hack, and running a trading site, its a great addition to my site. Looking forward to the release Jason
noreturn
06-01-2008, 11:42 PM
I need a little help please. I am admin.
I have followed the instructions IN ORDER.
I have edited the templates as instructed.
I have done the user group permissions.
In the member list I see "0" next to each member now.
In the post bit I see iTrader 0/0%
I see the menu link "My iTrader" in quick links which take me to my iTrader page.
However I do not see where or how I or some one would "Submit Feedback for......"
Where should that page with the ability to post as shown in attached images to this hack?
Thanks
bjf2k
06-02-2008, 08:09 AM
currently have 3.7.1
how do I reset the itrade to "0"
i tested it out.and the itrader go 1.2.3 go on... how do i reset it back to 0?
thanks
Cercle
06-02-2008, 10:15 AM
Nothing works. I have followed the installation instructions, Itrader "on", usergroups okay and still not works :(
In the Itrader tools section of the ACP it says too: "_admincp/itrader_misc.php was not found on this server". I?ve checked that and the file exist in the server.
Any help will be much apreciated
imported_frankr310
06-02-2008, 06:52 PM
Has anyone implemented the suggestion at the following url?
https://vborg.vbsupport.ru/showthread.php?t=177013
Specifically...
To opt your entire file into CSRF protection the following should be added to the top of the file under the define for THIS_SCRIPT.
PHP Code:
define('CSRF_PROTECTION', true);
I added the above code to all 5 itrader php files that go into the forum root directory. I then added the securitytoken to 3 templates noted previously in this thread.
Just adding the securitytoken without adding the above code doesn't do anything if I understand it correctly. I think without the above code, you wouldn't even really need to add the securitytokens to the templates since it isn't requiring the check?
Anyway, it seems to be working ok with these changes on vb 3.7.0.
For someone more knowledgeable than I, please let me know if there's something I am misunderstanding or missed.
Thank you in advance for your help!
Watson
06-03-2008, 10:24 AM
I aint installed it yet, waiting on the 3.7 version to come out. Might try it on my test boards to see how it all goes
eoc_Jason
06-03-2008, 07:38 PM
Well this weekend was a bust for the most part. I don't know if any of you guys heard the news about The Planet's Houston Datacenter or not... If you didn't then long story short... they had a transformer explosion in the building or something and the entire facility lost power (about 9,000 servers)... Of course mine being one of them. I was down from Saturday afternoon until Monday morning... Then I spent most of Monday repairing my DB and fixing everything else that went haywire.
They are going to have another (planned) outage one of these weekends (they have just a temporary fix in place at the moment)... Hopefully that won't cause as much chaos (assuming they give time to gracefully shut down all servers)...
No real updates to report, I got a little coding done but nothing tested... It's was some sleepless nights lately and I just couldn't concentrate...
hastyhost
06-05-2008, 11:02 PM
How do you figure out what the forumid(s) are for your forum, as I want to use the Valid Forums Only option, but I can't seem to figure out what the number to use.
Shazz
06-05-2008, 11:06 PM
How do you figure out what the forumid(s) are for your forum, as I want to use the Valid Forums Only option, but I can't seem to figure out what the number to use.
That would be in the address bar :)
hastyhost
06-05-2008, 11:07 PM
nevermind found it
hastyhost
06-05-2008, 11:09 PM
Ok well I did find it, but still when I try to leave an itrader for the person, it says: The deal URL is invalid!
Very strange..
edit
found the issue again loll
OsideRida06
06-06-2008, 07:38 AM
I have had this installed for a while now. I forgot to mark it as installed though. Thanks for the great hack.
I have one question though.
I saw an old mod that can no longer be downloaded. It was one to show members with the most TR. And a bunch of other things. Does any one know where I can get this hack at?
briansol
06-07-2008, 04:18 AM
that hack was removed because it was full of sql injection holes. if you DO find it, DONT install it
briansol
06-07-2008, 04:22 AM
Just adding the securitytoken without adding the above code doesn't do anything if I understand it correctly.
yes, you are correct. add the define command at the top, just under THIS SCRIPT.
gdogg2003
06-09-2008, 08:22 PM
any news with the new version for vbulletin 3.7.1?
gamma626
06-10-2008, 11:16 AM
I'd like to add this to 3.7.1 also! Wow - sorry to hear about the chaos with the server and DB's last weekend!
Shazz
06-10-2008, 05:59 PM
Great to hear back from you jason.
People that have questions just read what jason had to say at the top of this page
rchelifan
06-11-2008, 02:46 AM
Great mod! Is this good for VB 3.7?
EarnDollars
06-13-2008, 01:08 PM
Great mod! Is this good for VB 3.7?
I use it for my Forum running with 3.7.0. Looks everything is fine :)
eoc_Jason
06-13-2008, 01:47 PM
Hey guys just thought I would give an update...
Coding is coming along, one more feature I wanted to add in before the first release was an option to have a deal as "pending" or "completed"... That way it would give a little better management for people who are engaged in transactions with others, and also have the ability to kind of "nudge" others who might otherwise get the usual negative ref, then have to get the staff involved later to revert/change it. But also the feature can be used in an "all or none" fashion where if the second person does not give a recporical rating then they do not get the initial one. So people will be more encouraged to return the ratings if they want to increase their own.
I hate to keep delaying this, but it's just easier to do it now while I'm on a roll and have everything fresh in my head..
eoc_Jason
06-13-2008, 03:37 PM
P.S. I *just* decided I might as well have an interm-release (based on the 2.0.1 code) that will be updated for vB 3.7.x that way people will (hopefully) finally stop asking, "Does this work on 3.7.x?"...
The only changes will be a couple minor bug fixes and compatability updates. There are no DB changes or any new features. It will be released as version 2.1.0 until I come up with the full blown "New" version (which will be v3)... Hopefully that will hold people over long enough.
I have the files all packaged, I'll post a new thread in the vB 3.7.x section after lunch today.
eoc_Jason
06-13-2008, 06:06 PM
Anyone else notice the auto-merge code doesn't seem to be working here anymore? Odd...
Anyhow, I have posted an official thread for the vB 3.7.x releases...
Try to post any new comments / questions in that thread (especially if related to vB 3.7.x)... I don't want to have to try and jump between two threads and get things all jumbled.
Digital Jedi
06-21-2008, 12:35 AM
Anyone else notice the auto-merge code doesn't seem to be working here anymore? Odd...
Anyhow, I have posted an official thread for the vB 3.7.x releases...
Try to post any new comments / questions in that thread (especially if related to vB 3.7.x)... I don't want to have to try and jump between two threads and get things all jumbled.
They'll only stop asking until vBulletin release 3.7.1 PL Extra Gravy Edition within the week. :rolleyes:
Notical Mass
06-22-2008, 12:30 AM
Is their a leader board for this?
Shazz
06-22-2008, 06:24 AM
Is their a leader board for this?
No....
Its like eBay
Watson
06-22-2008, 12:23 PM
Hi,
I did have it previously running, but when I uninstalled it looks like its left the tables. This is good as I have my data still, however when I run the XML file I get the below error.
Database error in vBulletin 3.7.1:
Invalid SQL:
CREATE TABLE itrader (
rateid int(10) unsigned NOT NULL auto_increment,
userid int(10) unsigned NOT NULL default '0',
rateduserid int(10) unsigned NOT NULL default '0',
rating tinyint(3) NOT NULL default '0',
buyselltrade tinyint(3) unsigned NOT NULL default '0',
subject varchar(80) NOT NULL default '',
dealurl varchar(255) NOT NULL default '',
dateline int(10) unsigned NOT NULL default '0',
ipaddress varchar(15) NOT NULL default '',
PRIMARY KEY (userid,rateid),
UNIQUE KEY rateduserid (rateduserid,rateid),
KEY rateid (rateid)
) TYPE=MyISAM AUTO_INCREMENT=1;
MySQL Error : Table 'itrader' already exists
Also when I try and do it via the upgrade file, I get an error telling me tables don't exist. Any help is appreciated.
Cheers
Watson
gamma626
06-22-2008, 01:51 PM
Thanks for the 3.7 update Jason.
I installed, updated user permissions, etc. and the add-on to see the itrader ratings in a profile tab but I have what I hope is a dumb question.
I see everything I'm supposed from the admincp - now how do I add a first feedback to a user? Where is the itrader page from the forum view?
Note, I have not added links to nav bar or cp.
gamma626
06-22-2008, 03:54 PM
I need a little help please. I am admin.
I have followed the instructions IN ORDER.
I have edited the templates as instructed.
I have done the user group permissions.
In the member list I see "0" next to each member now.
In the post bit I see iTrader 0/0%
I see the menu link "My iTrader" in quick links which take me to my iTrader page.
However I do not see where or how I or some one would "Submit Feedback for......"
Where should that page with the ability to post as shown in attached images to this hack?
Thanks
Same issue here - anyone?
Watson
06-22-2008, 06:42 PM
Click on the 0 to submit feedback for the user
gamma626
06-23-2008, 09:39 AM
Click on the 0 to submit feedback for the user
thank you!!
eoc_Jason
06-26-2008, 01:30 PM
Guys, I WILL NO LONGER ANSWER QUESTIONS IN THIS THREAD... PLEASE POST IN THE NEW ONE...
https://vborg.vbsupport.ru/showthread.php?t=182400
Very nice, essential for my site. Installed installed installed!
zeus_r6
07-17-2008, 06:18 PM
Files no longer available for download :(
nothing4me
07-17-2008, 07:26 PM
Files no longer available for download :(Read the post....
https://vborg.vbsupport.ru/showthread.php?t=182400
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.