vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - iTrader v2.0.1 (https://vborg.vbsupport.ru/showthread.php?t=102965)

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?

jmpa 04-28-2008 08:13 PM

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

Quote:

Originally Posted by briansol (Post 1499562)
anyone get the memberinfo addon count working in 3.7 rc4?

Code:

<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!

jmpa 04-29-2008 05:30 PM

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

Quote:

Originally Posted by Boosted Panda (Post 1504706)
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

Rich 05-03-2008 03:56 PM

Quote:

Originally Posted by Onehalfmoa (Post 1507000)
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):

Code:

<input type="hidden" name="s" value="$session[sessionhash]" />
Replace that entire line so it now looks like this:

Code:

<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

Quote:

Originally Posted by Boosted Panda (Post 1507327)
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

Quote:

Originally Posted by BarryoBrien (Post 1509034)
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

Quote:

Originally Posted by spankaveli (Post 1508109)
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

Quote:

Originally Posted by Boosted Panda (Post 1504706)
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]" />

Quote:

Originally Posted by spankaveli (Post 1508109)
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*

Jpax 05-06-2008 06:14 PM

Quote:

Originally Posted by spankaveli (Post 1508109)
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...

Cyn 05-07-2008 06:09 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?

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/le...g_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

Quote:

Originally Posted by Boosted Panda (Post 1512063)
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

Quote:

Originally Posted by Arachnophiles (Post 1515494)
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!


All times are GMT. The time now is 10:30 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
  • Page Generation 0.02762 seconds
  • Memory Usage 1,831KB
  • 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
  • (3)bbcode_code_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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