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)

misticjeff 02-12-2006 08:47 PM

A great mod indeed!!!

Would love to have a "homepage" or "summary" page though showing all users with feedback and their ratings.

Installed!

Gio~Logist 02-13-2006 01:36 AM

I will be releasing the itrader homepage Addon tommorow hopefully.

misticjeff 02-13-2006 05:24 AM

Quote:

Originally Posted by gio~logist
I will be releasing the itrader homepage Addon tommorow hopefully.

Very Cool!! Looking forward to it....

Gio~Logist 02-14-2006 01:33 AM

I decided to add more things :p It's already added and the hack is pretty much done, however, i need to do some finishing touch ups and then make install files.

Sorry for the one day delay (not really to much of a deal). However, i think you guys will like this.


Feel free to PM me for more info, as i do not want to highjack this thread.

CodeRed 02-14-2006 08:28 PM

Quote:

Originally Posted by eoc_Jason
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.

ive been really wanting to get this hack installed... my question is.

should i wait for the 2.0.2 roll out or install the current 2.0.1 version now. Im not sure how tough the version upgrade would be...

Maybe you can lemme know if the upgrade procedure would be fairly easy and nothing to fret over. thanks.

BiReL41r 02-14-2006 11:50 PM

Very nice hack, will have it on my forums soon!

CodeRed 02-18-2006 05:45 PM

well i couldnt wait for the new roll out.. hehe i installed it.

my question is. Id like to add a link like "View I-Trader Rating" in the popup menu that appears when you click a users name in the thread.

say for instance, i post an item for sale on the forum, a member can click my name (in the post) and in the popup menu that displays other info like "view profile" "send email" etc they can choose a "view i-trader rating" link and then that takes them to my i-trader rating page etc.

my problem is i have no idea what file it is that controls that popup menu so that i can intergrate that link as an option..

can someone tell me which file it is I need to edit?

Thanks, any info is greatly appreciated.


EDIT:
i found the answer. edit posbit files..

i also used this code here:
https://vborg.vbsupport.ru/showpost....&postcount=144

b00k 02-19-2006 07:40 PM

just skimmed/read 23 pages.. from what im seeing the main overall stats page is gone now..

will it be returning anytime soon or has anyone tweaked the new one to show all stats?

Gio~Logist 02-19-2006 07:55 PM

Quote:

Originally Posted by TSR
just skimmed/read 23 pages.. from what im seeing the main overall stats page is gone now..

will it be returning anytime soon or has anyone tweaked the new one to show all stats?

Take a look at the hacks in my profile. I made an add on for this :p

RealityDesign 02-20-2006 04:59 AM

Awesome hack...installed and loving it!

Booba 02-20-2006 10:15 AM

Tried downloading this but winzip is saying its corrupt. can someone please verify. other hacks have downloaded fine tonight.

many thanks,
booba.

CB88 02-20-2006 09:33 PM

Right now the value in the postbit legacy template gives the "Members who left a positive field"...is there a way to change this so the "Total Feedback Received" is the numerical value?

GlitterKill 02-23-2006 02:37 PM

Works with VB 3.54?

msimplay 02-23-2006 03:38 PM

Quote:

Originally Posted by GlitterKill
Works with VB 3.54?

seems to be working ok here upgraded to 3.54 last night

Freezerator 02-24-2006 06:32 AM

I think i have found somekind of bug?

When i view my who is online page, sometimes it would show in the upper left corner of that page there would appear itrader.php

When i view the source of that page, i see this on the first line:
Code:

itrader.php<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="ltr" lang="en">

This is only when someone is viewing itrader. On the other who is online pages where noone is viewing itrader, it won't happen. I hope you can reproduce this.

I am running 3.5.3 with itrader 2.0.1

Taylor123 02-24-2006 10:21 AM

awesome

Taylor123 02-24-2006 10:27 AM

i dont understand this much....I don't see where we leave feedback (i could only leave feedback for myself that i noticed)

and also the itrader_global.php is giving me an error

Warning: main(DIR/includes/functions_itrader.php): failed to open stream: No such file or directory in /**********/public_html/forums/itrader_global.php on line 19

Fatal error: main(): Failed opening required 'DIR/includes/functions_itrader.php' (include_path='.:/usr/local/lib/php') in /************/public_html/forums/itrader_global.php on line 19

i checked and functions_itrader.php is uploaded in the correct spot

FudgeBalls2002 02-25-2006 01:32 PM

Where in the navbar file would I add the code to make the link appear for everybody to the right of the search button?

djwins 02-26-2006 04:53 AM

How does the system know how to link two feedbacks together?
I thought it must be related to the deal URL, but I see some get linked regardless if the deal url is submitted.

The reason I am asking is that some deals in my forums' iTrader are not being linked together, although feedback on both sides has been left.

Thanks for the great hack!

teamelusive 03-01-2006 11:22 PM

I can't seem to get it the (0) to show up on the username after the member search.

i thought it was this file we needed to edit "memberlist_resultsbit"
i've been pasting <if condition="$post['userid']"><div>iTrader: (<b><a href="itrader.php?$session[sessionurl]u=$post[userid]">$post[itrader_total]</a></b>)</div></if>

^^ that worked for user the username for posts.. but same code did not.. what am i missing?

djwins 03-02-2006 12:01 AM

I use this on memberlist_resultsbit:
<if condition="$userinfo[itrader_total]"><div class="smallfont">iTrader: (<strong><a href="itrader.php?$session[sessionurl]u=$userinfo[userid]">$userinfo[itrader_total]</a></strong>) / $userinfo[itrader_pcnt]% </div></if>

Anyone have an answer for my question 2 posts up?

teamelusive 03-02-2006 12:31 AM

^^ whish i could help wit ur issue ....but Thanks for the quick reply... but where exactly did u paste yours code? i can't seem to get mine to show up anywhere...almost like its ignored ...

this is how i have mine currently in memberlist_resultsbit first 10 lines or so..

<tr align="center">
<td class="alt1Active" align="$stylevar[left]" id="u$userinfo[userid]">
<a href="member.php?$session[sessionurl]u=$userinfo[userid]">$userinfo[musername]</a>
<if condition="$show['usertitlecol']"><div class="smallfont">$userinfo[usertitle]</div></if>
<if condition="$userinfo[itrader_total]"><div class="smallfont">iTrader: (<strong><a href="itrader.php?$session[sessionurl]u=$userinfo[userid]">$userinfo[itrader_total]</a></strong>) / $userinfo[itrader_pcnt]% </div></if>
</td>

djwins 03-02-2006 02:01 AM

In memberlist_resultsbit

Find:

<if condition="$show['usertitlecol']"><div class="smallfont">$userinfo[usertitle]</div></if>

Below Add:

<br /><if condition="$userinfo[itrader_total]"><div class="smallfont">iTrader: (<strong><a href="itrader.php?$session[sessionurl]u=$userinfo[userid]">$userinfo[itrader_total]</a></strong>) / $userinfo[itrader_pcnt]% </div></if>

coachjohns 03-02-2006 06:29 AM

I keep getting

error 404: File not found


The document you requested is not found

when I click on the (0), what do i need to do to fix it?

I got it to work now....Thanks

argash 03-02-2006 10:13 AM

I just upgraded to 3.5.4 and now im getting this error on all my member profiles

http://www.texasmagicleague.com/forums/member.php?u=14

I've reverted to the original template and members.php file and yet still get it. ive also re-installed iTrader with no luck. anyone have any ideas?

LEAD_WEIGHT 03-02-2006 05:28 PM

Quote:

Originally Posted by coachjohns
I keep getting

error 404: File not found


The document you requested is not found

when I click on the (0), what do i need to do to fix it?

I got it to work now....Thanks

If you get something to work after you had trouble with it, you need to explian how you came to fixing it. Lots of other noobs might just want to know. ;)

bashy 03-02-2006 06:39 PM

I dont understand the template edits its very vague :(

Can anyone advise please as this is the 1st time install for me :)

I would like this <a href="itrader.php?$session[sessionurl]">iTrader</a>
to show above in the edit signature link the usercp, what other code
do i need to add please?

Trana 03-03-2006 12:20 AM

I may have missed this in my reads/search of this thread....

Is there any way to add a 3rd and 4th type? I.E. Buyer, Seller, Group Buy Organizer, Group Buy Participant? My members would like these two extra choices to differential between normal trades and organized group buys, which are extremely different than normal exchanges.

Thanks!

coachjohns 03-03-2006 05:48 AM

I have another question.....When I click the itrade in the navbar it shows my trade ratings, is there away to show the top over all traders/ratings?

telc 03-08-2006 01:34 PM

Does anyone have a solution to get this to work with 3.5.4?

djwins 03-08-2006 01:39 PM

I have it running on 3.5.4 and it works fine.

coffeeam 03-08-2006 07:42 PM

I love this thing!

Quick question(s) though:

in the "deal thread URL" field, is there any issue with a user pasting the reply number along with the rest of the address?

showthread.php?p=7#post22

I don't see an easy way to having it autofill the field either, as feedback can be left by a user regardless of the path they take to the feedback screen.

I saw it mentioned earlier, but does vBSEO play nice with this?

opteek 03-08-2006 10:23 PM

Has anyone gotten this working so that only a specific usergroup can be rated?

I want everyone to be able to see the rating, but I want only one usergroup, which can be rated and will have their rating in the postbit. Is this hard to do?

Treak 03-09-2006 04:21 AM

greatest mod yet!

jellybaby 03-11-2006 11:04 AM

My members are getting an error when trying to leave feedback saying they cant leave feedback till till 22-2-2006. Has anyone else experienced a problem like this or any ideas what could be causing it. I have 3.5.4 with the plugin

Thanks

0ptima 03-11-2006 08:03 PM

This is a great hack and I have been using it since 3.0. The only thing i am disapointed with is that there is no main page like the one in 3.0. Any plans on releasing one, or are we stuck with the other plugins for this hack?

HappyDJ 03-11-2006 10:21 PM

This is the first MOD im trying to install but I can't follow the instructions because I have no idea where to put the code or anything! I am GUTTED because I really wanted this - is there any chance someone can write something like:

find [whatever], after this line insert [whatever]

I just dont have a clue what to do with it! Can anyone offer any pointers or anything?

Thanks for any help in advance

djwins 03-12-2006 12:13 PM

Quote:

Originally Posted by eoc_Jason
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.

Jason, I checked this on your forums and you have the same issue there. At a quick glance it might look like it is working properly, but it is definitely not.

If you select to view feedback from "From Buyers - From Sellers - From Trades - Left for Others". and then click on a page number to view, it will take you to the "All Feedback Received" section, no matter which of the above sections you have selected. It will take you to the proper page number, but it will be in "All Feedback Received" section, not the section that you actually selected.

For a quick example, check this guy's "Left for Others" feedback and then click on page #2
http://forums.extremeoverclocking.com/itrader.php?u=2416
You will notice that you are now looking at page #2 of his "All Feedback Received" section.

derfelix 03-19-2006 12:46 PM

little cosmetic prob in the example in the post above..
in the second comment it says:

Good trader &amp; fast shipping. A+A+

would be nice if the &amp; would simply read & as users will often use this as they dont have much space...

But its a wonderfull hack

*install clicked a while ago*

Felix

GSX-Racing 03-20-2006 10:13 PM

I'm getting this error when I try to import the product.

Code:

Importing Product, Please Wait...

[:]

Warning: Unknown(/home/domainhere/public_html/vb/includes/class_bitfield_builder.php): failed to open stream: No such file or directory in /admincp/plugin.phtml(1232) : eval()'d code on line 40

Fatal error: (null)(): Failed opening required '/home/domainhere/public_html/vb/includes/class_bitfield_builder.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/domainhere/public_html/vb/admincp/plugin.phtml(1232) : eval()'d code on line 40

The only thing I can think of is that all my file extensions of vB are .phtml. I have change the .php to .phtml in all the files.

Should I not be doing this. I'm running a fresh install of 3.5.4


All times are GMT. The time now is 03:14 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.02050 seconds
  • Memory Usage 1,828KB
  • 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
  • (2)bbcode_code_printable
  • (6)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