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)

arindra 06-12-2006 10:09 AM

works even in 3.6 beta 1

denby 07-24-2006 11:21 AM

I've read the whole thread and I can't seem to find a solution to my problem.

I've installed the product and in the ACP I can see the new iTrader Settings option at the bottom of the vBulletin Options list, iTrader Tools appears as an option in the ACP but I can see nothing regarding the setting of usergroup permissions for iTrader.

I assume that if I choose a usergroup and click Edit to access the list of settings for a usergroup, I should see right down the bottom a group of settings regarding iTrader (after the group of settings called "Usergroup Options, which includes "This Usergroup is a 'Banned' Group"). But there is nothing new appearing here. One poster in this thread (kellyandmike) spoke of creating a new usergroup. That doesn't seem right to me.

I have the following installed products:
vBulletin 3.5.4
iTrader 2.0.1 Trader Feedback System
Separate Sticky and Normal Threads 1.0.3 Separate Sticky and Normal Threads
SigmaChat 1.0.0 SigmaChat integration, remote authentication, and who's chatting system.
vBadvanced CMPS 2.1.0 vBadvanced Content Management & Portal System

Could one of these products be in conflict with iTrader? Can someone help me out here please?

Birdlepop 07-25-2006 02:35 PM

Hi all,

I am running a custom skin and am struggling to get the iTrader showing in the postbit. I have followed all of the instructions and double checked that I have inserted the code in the correct part of the code and under the correct skin.

Can anybody suggest anything?

Thanks.

Birdlepop 07-26-2006 07:42 AM

Ok, I fixed it.

In options, there is an option to view forum as traditional 2-column vertical design.

I selected this and the itrader rating shows!

Birdlepop 07-26-2006 07:47 AM

I have had a search thorugh the thread and am having problems with the Strict URL aspect of the mod.

I am using the standard daynamic URL's and so inevitably, every thread has a different URL.

Which URL do I add to the 'Strict URL Checking' option to correspond with all of the different thread URLs?

Can anybody give me an example of how to get this to work?

Thanks in adavnce.

RedWingFan 07-29-2006 08:24 PM

I had it working great on our test forum, which was 3.5.4. But I completely uninstalled it, and reinstalled it under 3.6.0 RC3. (I wanted to see how the install went under the newer version.) Has anyone else had any luck getting it to work under this version? I notice someone else got it working under the beta 1 version. I'm sure not much has changed (possibly a hook location, or template changes)...?

shawno 08-01-2006 06:53 AM

Quote:

Originally Posted by denby
I've read the whole thread and I can't seem to find a solution to my problem.

I've installed the product and in the ACP I can see the new iTrader Settings option at the bottom of the vBulletin Options list, iTrader Tools appears as an option in the ACP but I can see nothing regarding the setting of usergroup permissions for iTrader.

I assume that if I choose a usergroup and click Edit to access the list of settings for a usergroup, I should see right down the bottom a group of settings regarding iTrader

Not sure if this helps Denby, but when you are looking in the ACP for a user group - iTrader settings don't show at the very bottom - they show just below Public Group settings which is 3rd from the top (well on our script anyhow ;) ).

S

shawno 08-01-2006 06:59 AM

Does any one know how I could restrict certain usergroups from displaying the rating on their postbits? For usergroups like Admin and Supermoderators we do not want users to be able to add ratings as they are immune to this type of activity.

Any ideas?

Thanks in advance

S

CypherSTL 08-01-2006 07:37 AM

Any posabilities of this being ported to 3.6(RC3 or gold)?

denby 08-01-2006 09:44 AM

Thanks shawno but I'm still quite confused. :confused:

I don't understand where I should be looking for the usergroup settings. I thought that I should go to, say:

ACP -> Usergroups -> Usergroup Manager -> Administrators (Edit Usergroup, click Go)
and then find a group of settings for iTrader on that page (presumably near the bottom). After making the settings for that usergroup I would then proceed to repeat the process for each of my other usergroups.

Am I looking in the wrong place?


shawno 08-01-2006 05:23 PM

Denby,

You are looking in the right place - don't look at the bottom of the page - look towards the top of the page (in the exact location you specified above for each UserGroup). And yes you need to repeat the process for each user group.

S

denby 08-02-2006 02:34 AM

... well I completely removed it and reinstalled it and there it is. :D

Thanks shawno for your reassurance that I was thinking straight. Sometimes the only solution is a reinstall. I'll start work on the templates now.

papa_face 08-02-2006 05:34 PM

Does this allow people to bid on an item? If so is it possible to make the bids go down rather than get higher?
If not can someone recommend me to a mod that can bid.

Regards

telc 08-03-2006 07:30 PM

Has anyone tested this on 3.6 Gold?

CB88 08-03-2006 11:01 PM

This may or may not have been brought up but I would rather not look through all 31 pages looking for it.

In the postbit it currently shows the unique feedback number, is there a way so that it shows the total feedback?

King Justice 08-03-2006 11:10 PM

Please PM me if this can work with vB 3.6 Gold, thanks.

telc 08-03-2006 11:25 PM

Quote:

Originally Posted by CB88
This may or may not have been brought up but I would rather not look through all 31 pages looking for it.

In the postbit it currently shows the unique feedback number, is there a way so that it shows the total feedback?

Try this:

PHP Code:

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


papa_face 08-03-2006 11:33 PM

Does this allow people to bid on an item? If so is it possible to make the bids go down rather than get higher?
If not can someone recommend me to a mod that can bid.

Regards

briansol 08-04-2006 12:27 AM

i just ran into this:

Code:

Database error in vBulletin 3.5.4:

Invalid SQL:
UPDATE user
                                                                                SET        itrader_buy = 'nothing at the moment',
                                                                                        itrader_sell = 'everything has it's price'                       
                                                                                        WHERE userid = 43;

MySQL Error  : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 's price'                       
                                                                                        WHERE userid = 43' at line 3
Error Number : 1064
Date        : Thursday, August 3rd 2006 @ 07:03:15 PM
Script      : /itrader_main.php
Referrer    : /itrader_main.php?do=options
IP Address  :
Username    :
Classname    : vB_Database

it's is obviously the problem... its not getting addslashes() or whatever to it.

any one else see this, or is there already a bug fix out there?

briansol 08-04-2006 12:28 AM

Quote:

Originally Posted by papa_face
Does this allow people to bid on an item? If so is it possible to make the bids go down rather than get higher?
If not can someone recommend me to a mod that can bid.

Regards

this is a feedback mod, not an auction system. so, no.

papa_face 08-04-2006 01:13 AM

this is a feedback mod, not an auction system. so, no.

Do you know of an auction mod for 3.5.4?

ryansmith 08-04-2006 01:36 PM

Does this work with vB 3.6 or is it going to be updated for 3.6?

CB88 08-06-2006 07:13 AM

Quote:

Originally Posted by telc
Try this:

PHP Code:

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


Thanks but it didn't change anything...any other ideas?

butty 08-07-2006 04:24 AM

hi can you tell me if this works with vb 3.6.0 please

telc 08-07-2006 12:11 PM

Quote:

Originally Posted by CB88
Thanks but it didn't change anything...any other ideas?


Are you putting it into the proper postbit template? What are you seeing after you put it in? It should show the # of feedback if the user 'does' have feedback, if they don't it won't show a Itrader linker.

So if a user has 3 feedback you would see: iTrader: (3)

If they have no feedback you would see nothing.

offline 08-09-2006 07:14 PM

Is there anyway that I could add a link in the post bit of a message called leave feedback and it would automatically go to leaving them feedback and fill the URL in for the individual leaving feedback?

Thanks!!

RedWingFan 08-09-2006 10:03 PM

Uninstalled--does not work with 3.6.0. :(

Eric 08-11-2006 05:28 AM

Quote:

Originally Posted by EGS
Please PM me if this can work with vB 3.6 Gold, thanks.

Quote:

Originally Posted by telc
Has anyone tested this on 3.6 Gold?

Quote:

Originally Posted by ryansmith
Does this work with vB 3.6 or is it going to be updated for 3.6?

Quote:

Originally Posted by butty
hi can you tell me if this works with vb 3.6.0 please

Quote:

Originally Posted by RedWingFan
Uninstalled--does not work with 3.6.0. :(

Works fine for me on 3.6 Gold.

CB88 08-11-2006 06:17 AM

Quote:

Originally Posted by telc
Are you putting it into the proper postbit template? What are you seeing after you put it in? It should show the # of feedback if the user 'does' have feedback, if they don't it won't show a Itrader linker.

So if a user has 3 feedback you would see: iTrader: (3)

If they have no feedback you would see nothing.

It still shows the amount of "unique feedback" rather than the amount of total feedback

For example, if you look at an itrader profile it shows

Feedback Score:
Positive Feedback:
100.0%
Members who left positive:
Members who left negative:
Total positive feedback:

I'd like the number in the postbit to be the "Total Positive Feedback" rather than the "Feedback Score"

RedWingFan 08-11-2006 11:56 AM

Quote:

Originally Posted by SecondV
Works fine for me on 3.6 Gold.

No such luck here. I even installed it new on a second 3.6 Gold where it hadn't been installed previously. No go. I had it installed on 3.5.4 on another forum and it worked fine. I'm thinking a hook location changed, or something...?

It seems the developer of this plug-in has bailed, not logged in since February. Is there another feedback system like this here at vB? We need something that works.

Capt. GannA 08-12-2006 09:04 PM

Quote:

Originally Posted by RedWingFan
No such luck here.

Ditto.

Spinball 08-13-2006 08:15 AM

Since Jason has vanished and is not responding to requests for help here or by PM, is there another coder ready to take on this hack?

telc 08-13-2006 10:37 PM

Quote:

Originally Posted by RedWingFan
No such luck here. I even installed it new on a second 3.6 Gold where it hadn't been installed previously. No go. I had it installed on 3.5.4 on another forum and it worked fine. I'm thinking a hook location changed, or something...?

It seems the developer of this plug-in has bailed, not logged in since February. Is there another feedback system like this here at vB? We need something that works.


Redwing, what errors are you seeing with 3.6 and iTrader? I am about to upgrade to 3.6 and currenty use this add-on.

djwins 08-13-2006 11:44 PM

Any others report success after upgrading to 3.6?

Chicago_VLNU_4s 08-14-2006 03:42 AM

so how can user's write what they're selling and how can user's rate them. i put the "iTrader" link in User CP and i'm stumped on how this works. Do I make a forum for "Buy/Sell/Trade" and user's go in there for this? can someone break this down for me.. thanks

****

nvm, i see you have to click on there ITrader profile to do so

Spinball 08-14-2006 07:02 AM

Quote:

Originally Posted by Chicago_VLNU_4s
so how can user's write what they're selling and how can user's rate them. i put the "iTrader" link in User CP and i'm stumped on how this works. Do I make a forum for "Buy/Sell/Trade" and user's go in there for this? can someone break this down for me.. thanks

****

nvm, i see you have to click on there ITrader profile to do so

You have a forum (or forums) where people do the trading. iTrader simply allows them to add feedback about the trades.
When you rate someone after a trade, you select whether the experience was good, neutral or bad and you leave some comments.
The total score is calculated and appears under their name within posts and their user profile. When you view peoples' iTrader information you see with whome they have traded, the rating and the comments left by those people.
That's it in a nutshell.

oninuva 08-15-2006 02:08 AM

Does thsi work on vb 3.6 Gold

redz 08-15-2006 06:06 PM

Quote:

Originally Posted by oninuva
Does thsi work on vb 3.6 Gold

same thing I need to know. I have seen alot of v6 forums using it, so im guessing so.

telc 08-15-2006 06:08 PM

For the people who have tried it with 3.6 and saw errors, what problems did you see? It seems it would be easy to fix. I am about to upgrade within a couple days I will keep you guys updated.

Darwinist 08-15-2006 09:45 PM

I'm using it on vB3.6 with no problems at all.


All times are GMT. The time now is 04:43 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.02416 seconds
  • Memory Usage 1,844KB
  • 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
  • (2)bbcode_php_printable
  • (16)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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