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)

Digital Jedi 01-31-2008 02:35 PM

Quote:

Originally Posted by wouta (Post 1433010)
I have found the follow in this trhead.



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 ?

Correct me if I'm misunderstanding you, but if your phrase is itrader_positive_feedback, the why are you using $vbphrase[itrader_positive_members] in your template?

Daggerzz 02-01-2008 03:09 AM

Help!

The instructions say to upload all files in upload file do i upload the file or open it and upload the contents

I also have this problem the instructions say to

Login to your admincp and enter the URL to the itrader_upgrade.php file. Follow the instructions carefully!

I put this in my browser url and i get back forum error

when i installed the upload file i opened it and uploaded the contents.

Thanks

wouta 02-01-2008 10:46 AM

Quote:

Originally Posted by Digital Jedi (Post 1433175)
Correct me if I'm misunderstanding you, but if your phrase is itrader_positive_feedback, the why are you using $vbphrase[itrader_positive_members] in your template?

The problem is that i not understand how its working that way i use $vbphrase[itrader_positive_members].

I have already seached for a example how i can add those things that i can use it on every page.

Mabey you can tell me how i can use those vars (are it realy vars ?) because i dont understand how its working....

evilfud 02-01-2008 03:11 PM

Cool mod. now if i can get to be like the trade manager im seeing at all the sports card forums.

Thanks

jetstv 02-06-2008 02:22 AM

i ahve mine installed and i want to say thankyou to the creater.
but nothing is coming up on my website

here my weblink www.usatuners.com

i put it on my nav bar and when i click it it say i do not have permission (i am the admin) so im really lost

the program is in my admin thing but its not workin on the page. I need help
some help me

Digital Jedi 02-07-2008 03:51 AM

Quote:

Originally Posted by jetstv
i ahve mine installed and i want to say thankyou to the creater.
but nothing is coming up on my website

here my weblink www.usatuners.com

i put it on my nav bar and when i click it it say i do not have permission (i am the admin) so im really lost

the program is in my admin thing but its not workin on the page. I need help
some help me

Do you have your iTrader turned on in the Admin CP?

Quote:

Originally Posted by wouta (Post 1433878)
The problem is that i not understand how its working that way i use $vbphrase[itrader_positive_members].

I have already seached for a example how i can add those things that i can use it on every page.

Mabey you can tell me how i can use those vars (are it realy vars ?) because i dont understand how its working....

If you created a phrase like this:

Varname: itrader_positive_feedback
Text: Shows itrader positive feedbacks

Then anywhere you add $vbphrase[itrader_positive_feedback], the text "Shows itrader postive feedbacks" will appear instead.

Wassouf 02-07-2008 07:53 AM

Hi, I have installed itrader properly, mods and users when going to http://www.iifree.net/forum/itrader.php they are seeing the message "The iTrader system is currently closed."

I have enabled usergroup permissions, now what to do?

Thanks in advance.
Wassouf

Digital Jedi 02-09-2008 10:19 AM

Quote:

Originally Posted by Wassouf (Post 1438038)
Hi, I have installed itrader properly, mods and users when going to http://www.iifree.net/forum/itrader.php they are seeing the message "The iTrader system is currently closed."

I have enabled usergroup permissions, now what to do?

Thanks in advance.
Wassouf

You probably have iTrader turned off. Go to your Bulletin Options in the Admin CP and turn iTrader on in your iTrader Settings.

Daggerzz 02-11-2008 03:27 AM

Is it possible to change the Classification of what a person was in the transaction for example in the leaving feedback page there is box that lets you say You were the Buyer Seller etc. Can I change the words buyer and seller to other names

Dustin 02-11-2008 10:54 PM

This works great! Thank you. :)

nothing4me 02-12-2008 09:42 AM

I have an idiot who rated himself 300 times. How can I delete all his ratings without doing it manually?

Digital Jedi 02-13-2008 03:00 PM

Quote:

Originally Posted by nothing4me (Post 1441359)
I have an idiot who rated himself 300 times. How can I delete all his ratings without doing it manually?

I don't think there is any other way but manually, unless there's a query you can run.

nothing4me 02-13-2008 04:50 PM

Quote:

Originally Posted by Digital Jedi (Post 1442225)
I don't think there is any other way but manually, unless there's a query you can run.

Argh, do you know of it?

RollaJedi 02-13-2008 08:19 PM

easier solution: delete the idiot! :D

nothing4me 02-14-2008 06:17 PM

Quote:

Originally Posted by RollaJedi (Post 1442492)
easier solution: delete the idiot! :D

It was an admin. He thought he found a glitch, but it was just an override...

thenutthouse 02-15-2008 12:29 AM

Has anyone tried this in vb 3.7 yet? Love the mod and fixing to upgrade to 3.7 and have a list of mods ready to do with it to give it a great new look. I would love to add this if it works with 3.7.

DieselTruck 02-15-2008 05:14 PM

Sorry for my stupidnesss !

I added the link in my template for it to show the itrader ratings on the members profile and the post colum. But, it only shows for me (Admin). When a new user registers it dosn't show no where on them.

I posted this:

<if condition="$post['userid']"><div>iTrader: (<b><a href="itrader.php?$session[sessionurl]u=$post[userid]">$post[itrader_total]</a></b>)</div></if>

in the MEMBERINFO templete and also the postbit legacy templete. Why is it only showing up for my Administrator?

Edit:

I think I see my problem. It says to remove conditional tags from the MEMBERINFO Templates..

How would i write that code without it?

Digital Jedi 02-15-2008 05:39 PM

Do you mean it only shows up in your profile and postbit, or do you mean your the only one who can see it? If it's the latter, you may have iTrader turned off.

DieselTruck 02-15-2008 05:56 PM

The Itrader isn't showing up in any profiles but the Administrators.

From the Instructions:
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.

Everything shows up in my post fine! For each member is works fine. Just nothing is showing up in the Profiles but the Admin's profiles.

Shazz 02-16-2008 12:51 AM

Quote:

Originally Posted by DieselTruck (Post 1443895)
The Itrader isn't showing up in any profiles but the Administrators.

From the Instructions:
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.

Everything shows up in my post fine! For each member is works fine. Just nothing is showing up in the Profiles but the Admin's profiles.

Usergroup permissions?

DieselTruck 02-16-2008 05:10 AM

Quote:

Originally Posted by Shazz (Post 1444161)
Usergroup permissions?

I figured it out. I was putting the code inside the area after the usergroups info. I moved it into the Forum info fields area and it works now!

hrk 02-16-2008 05:43 AM

Quote:

Originally Posted by thenutthouse (Post 1443363)
Has anyone tried this in vb 3.7 yet? Love the mod and fixing to upgrade to 3.7 and have a list of mods ready to do with it to give it a great new look. I would love to add this if it works with 3.7.

https://vborg.vbsupport.ru/showpost....&postcount=874

indie2industry 02-20-2008 03:01 PM

https://vborg.vbsupport.ru/showthread.php?t=168985

I love this so far :D

1 quick question for anybody who knows how.

I also have member index from this thread

https://vborg.vbsupport.ru/showthread.php?t=168985

Is there ANY WAY I can get the itrader ratings to show up in the member index location??
(in the bottom row like the skype, AIM, etc.)

this is what I have so far
http://www.indie2industry.com/forum/memberindex.php


This is where it is
https://vborg.vbsupport.ru/attachmen...7&d=1203340575

This is where I want to put it.
https://vborg.vbsupport.ru/attachmen...8&d=1203340575

DieselTruck 02-22-2008 02:45 AM

Any possible changes in the future updates as to getting a realtime feedback to this system?

Scalemotorcars 02-22-2008 03:18 PM

Installed on 3.6.8 and working perfectly. I did add the profile hack and moved the placement to the bottom of the profile. No problems at all thanks for the great mod. :up:

DieselTruck 02-22-2008 07:25 PM

Quote:

Originally Posted by DieselTruck (Post 1448479)
Any possible changes in the future updates as to getting a realtime feedback to this system?

Possibly?

nothing4me 02-22-2008 07:52 PM

Quote:

Originally Posted by DieselTruck (Post 1448909)
Possibly?

Last Update: 19 Dec 2005
Developer Last Online: Dec 2007

I don't think so. :p

Shazz 02-22-2008 08:15 PM

If its reported working with 3.7
I don't see what jason would need to do

DieselTruck 02-23-2008 08:18 PM

Quote:

Originally Posted by Shazz (Post 1448953)
If its reported working with 3.7
I don't see what jason would need to do

I was just hoping for a more "truthfull" way than just pasting the url. Its a great Mod for what it is though!!

ctbo 02-24-2008 02:36 PM

Any chance of getting this to send the negative and reported itraders to a forum like you can with reported posts?

Cheers

dmark101 02-24-2008 11:04 PM

i just updated my board to 3.6.8 and now the itrader rating is not showing in the postbit like it used to.

has anyone else had this particular problem? if so, let me know what to do. i've already tried the bitfield_itrader.xml file and it tells me "Invalid File Specified".

thanks.

bulbasnore 02-25-2008 04:16 AM

I think you have to re-edit the postbit template to include it.

dmark101 02-27-2008 01:33 AM

Quote:

Originally Posted by bulbasnore (Post 1450481)
I think you have to re-edit the postbit template to include it.

hmm. that might be it. let me see if i can find that instruction page again........

dmark101 02-27-2008 07:53 AM

Quote:

Originally Posted by dmark101 (Post 1451796)
hmm. that might be it. let me see if i can find that instruction page again........

yup, had to edit a couple of templates and it shows up in the postbit like it's supposed to. thanks for the reminder bulbasnore. :)

bigcurt 02-28-2008 01:15 PM

Quote:

Originally Posted by indie2industry (Post 1447403)
https://vborg.vbsupport.ru/showthread.php?t=168985

I love this so far :D

1 quick question for anybody who knows how.

I also have member index from this thread

https://vborg.vbsupport.ru/showthread.php?t=168985

Is there ANY WAY I can get the itrader ratings to show up in the member index location??
(in the bottom row like the skype, AIM, etc.)

this is what I have so far
http://www.indie2industry.com/forum/memberindex.php


This is where it is
https://vborg.vbsupport.ru/attachmen...7&d=1203340575

This is where I want to put it.
https://vborg.vbsupport.ru/attachmen...8&d=1203340575

Not sure how that mod works but all you SHOULD have to do is add the template phrase ( the same one you have in your postbit template ) into your memberindex page where you like it.

briansol 02-29-2008 01:31 AM

i'm getting some wierd links on the Viewing of a feeback ( a link like itrader_detail.php?ir=123&u=123456)

this is the text of the link on the title. obviously, its wrong. Anyone else seeing this?
Code:

http://mydomain.com/*vbmenu_register(%22itrader_ext%22);%20feed%20back

christian8a 03-03-2008 07:32 PM

what will it take to add more options like:

Positive +
Neutral
Negative -
Outstanding++
Terrible--

Just to give me an Idea, because I have some other ideas there

crucialjames 03-07-2008 04:31 AM

Great Mod I'm running it fine on 3.6.8 without any errors. Crossing my fingers. I wanted to know when I added the link in postbit_legacy it gave the iTrader: (0) on every user on every forum would there be a way so only when Im in forumid 3 lets say it will show trader rating but when im in off topic forumid it will not show iTrader.

I read over 60 pages yesterday on this and i think it was mentioned but cant find it now.

Debi 03-09-2008 04:31 AM

I could use a little help (I'm completely new to vbulletin, go easy on me) I have uploaded the files in the upload folder, installed thru the plugin manager, but I do not get the option in usergroups to edit the itrader permissions. I can see itrader in my vbulletin options, it's just not there in my usergroups. Can someone give me a hard shove in the right direction to finish this install, please?
Thanks!

Digital Jedi 03-09-2008 09:22 AM

You might want to check to see if your FTP dropped any files while uploading. Meaning, reupload and check again, because they should be showing up there.


All times are GMT. The time now is 12:19 AM.

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.01957 seconds
  • Memory Usage 1,840KB
  • 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
  • (1)bbcode_code_printable
  • (17)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