PDA

View Full Version : Major Additions - iTrader v2.8 - Powerful Rating System


Pages : 1 2 3 4 [5]

Walter Ronny
09-15-2012, 06:16 PM
You need to go to the Usergroup manager and set iTrader permissions. It is off by default for everyone.

Great! thanks, tell me how do we can make a spanish translation, i can help with that!

Thanks.

TiKu
09-19-2012, 04:45 PM
Hi,

I think I've found a bug. In functions_itrader.php, in the function itrader_checkperms, shouldn't this:
$datenow = vbdate($vbulletin->options['dateformat'], $check['dateline'] + $vbulletin->options['itrader_dupeuser']);
$timenow = vbdate($vbulletin->options['timeformat'], $check['dateline'] + $vbulletin->options['itrader_dupeuser']);

be this:
$datenow = vbdate($vbulletin->options['dateformat'], $check['dateline'] + $vbulletin->options['itrader_dupeuser'] * 3600);
$timenow = vbdate($vbulletin->options['timeformat'], $check['dateline'] + $vbulletin->options['itrader_dupeuser'] * 3600);

?

Superorb
09-19-2012, 05:08 PM
I'm trying to figure out how I can get iTrader to show the "Rate Trade" button in ALL posts for my set forum. But, it only shows the button in the thread when the user did not create the thread.

For example, if Steve creates a For Sale thread anyone but Steve can see the Rate Trade buttons for all users/posts. Steve cannot see ANY Rate Trade buttons from any users in any of the posts of the thread he created.

I'm pretty convinced my problem can be fixed somewhere within this code right here, but I'm terrible with PHP.

$itrader_forumsurl_ok = explode(',', $this->registry->options['itrader_forumsurl']);
if ($this->registry->options['itrader_rate_trade'] == '1')
{
$show['ratetradebutton'] = (in_array($this->forum['forumid'], $itrader_forumsurl_ok) AND $this->registry->bf_ugp['itraderpermissions']['canrate'] AND $vbulletin->userinfo['userid'] != $thread[postuserid] AND $this->post['postid'] == $this->thread['firstpostid']);
}
else if ($this->registry->options['itrader_rate_trade'] == '2')
{
$show['ratetradebutton'] = (in_array($this->forum['forumid'], $itrader_forumsurl_ok) AND $this->registry->bf_ugp['itraderpermissions']['canrate'] AND $vbulletin->userinfo['userid'] != $thread[postuserid]);
}
else if ($this->registry->options['itrader_rate_trade'] == '0')
{
$show['ratetradebutton'] = $this->registry->options['itrader_rate_trade'];
}

FIIK
09-21-2012, 10:32 AM
is there anyway to modify the "Rate Seller" button to say "Rate Seller/buyer"

Superorb
09-21-2012, 03:18 PM
is there anyway to modify the "Rate Seller" button to say "Rate Seller/buyer"
Yes, just modify the phrase "itrader_rate_seller" as you see fit.

vb50kgpoo
09-26-2012, 05:30 AM
Great, all I need now (and first) is a classifieds / auction mod to facilitate sales from!

Superorb
09-26-2012, 02:49 PM
Great, all I need now (and first) is a classifieds / auction mod to facilitate sales from!
You don't NEED a special plugin for a For Sale forum. OF all the forums I've been a part of none of them used a dedicated classifieds system and they're some pretty big forums too.

vb50kgpoo
09-30-2012, 05:14 AM
You don't NEED a special plugin for a For Sale forum. OF all the forums I've been a part of none of them used a dedicated classifieds system and they're some pretty big forums too.

Sorry, but just having a standard forum as an auction feature is a bit too tame and lame for me.

Superorb
09-30-2012, 03:23 PM
Sorry, but just having a standard forum as an auction feature is a bit too tame and lame for me.
I'm not sure if there are any existing ones. You could always pay a developer to code one if one does not exist, or if you want special features.

cloferba
10-01-2012, 12:53 PM
No matter if I select Security: Contact Staff On Suspicious Activity? to NO I always get emails to my account :s

thenoob2012
10-04-2012, 08:57 PM
Is there a vbulletin 5 version in the works for itrader?

sevenmix
10-11-2012, 06:19 PM
Up to this thread...

Enthusify
10-23-2012, 05:22 PM
I'm not sure if there are any existing [classified mods].

Here is a classifieds mod: https://vborg.vbsupport.ru/showthread.php?t=285283

motorhaven
11-06-2012, 09:44 PM
A few months ago someone asked in this thread if there was a way to import SMF trader information into iTrader. Well, now there is as I wrote one. Even if you've had iTrader installed for a while it'll still work without damaging any new ratings. So if anyone is interested, just let me know and I'll post it up as a mod.

Here's an example of it in action:
http://www.theturboforums.com/threads/362525-Aeromotive-15107-Check-Valve
See the iTrader score in the user info on the first post?

And here's the details page:
http://www.theturboforums.com/itrader.php?u=43985

Both are from data supplied from the SMF import. :)

Its one php file. Edit the source and destination database information in it, run it from your browser, update iTrader ratings in your Admincp and then remove the file from your server (I don't recommend leaving it around as running it twice will import the data twice!). On my server it took about 3 seconds to import 1500 records.

Superorb
11-07-2012, 04:51 AM
^^ Any chance you could fix some of the small problems with iTrader like the "Rate Trade" button not showing up in several spots?

motorhaven
11-07-2012, 03:17 PM
^^ Any chance you could fix some of the small problems with iTrader like the "Rate Trade" button not showing up in several spots?

I don't have this problem on my forums, so its up to the developer of iTrader to fix it. I simply wrote an SMF importer for anyone who needs it.

apbaseball
11-18-2012, 08:05 PM
Hey All,

Just installed iTrader on my vBulletin form. Running Verson 4.2.0 PL3. Whenever I enable iTrader through the installed products page and I try to go to my profile, I get the following error:

Warning: require_once([path]/includes/functions_itrader.php) [function.require-once]: failed to open stream: No such file or directory in [path]/member.php(154) : eval()'d code on line 4

Fatal error: require_once() [function.require]: Failed opening required '/home/apbaseba/public_html/cny/includes/functions_itrader.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/apbaseba/public_html/cny/member.php(154) : eval()'d code on line 4

Not sure why this is happening but any help would be greatly appreciated! Please let me know.

Thanks.

BoostedK20
11-28-2012, 04:09 PM
Installed, however it doesn't show up anywhere on my site. If I type in ...../itrader_main.php it shows up. How can I incorporate this all into the forum?

spillage
11-29-2012, 01:41 AM
Following the upgrade to 4.2.0 pl3, the iTrader Community menu item is not showing, despite being checked in the control panel.

I used Navigation Manager to add it (itrader_main.php).

An official update would be nice though.

BoostedK20
11-29-2012, 05:53 AM
Nevermind, I figured it out. Go to Admin CP > iTrader (will be underneath Users and above Usergroups) and set to active. Then, check the remainder of the iTrader settings and change them if you'd like.

Melodym
01-10-2013, 01:57 AM
I got the Fatal error thing too, when I click on a Profile. What do I need to do?

Warning: require_once([path]/includes/functions_itrader.php) [function.require-once]: failed to open stream: No such file or directory in [path]/member.php(154) : eval()'d code on line 4

Fatal error: require_once() [function.require]: Failed opening required '/home/fishinga/public_html/includes/functions_itrader.php' (include_path='.:/usr/local/php53/pear') in /home/fishinga/public_html/member.php(154) : eval()'d code on line 4

dizzynation
01-22-2013, 06:23 PM
Installed, works perfectly on 4.2

howarde
02-01-2013, 11:45 AM
Itrader just emailed everyone who ever left a trader rating on my forum (which certainly makes us look like spammers) even though the email options are turned off. Does anyone know how to disable completely the itrader's ability to email??

usefee
02-01-2013, 02:28 PM
i upgrade my board to 4.2.0 pl3 then install itrader but not worked correctly for me:
1- rating button dont show
2- itrader main page in forum not load correctly

il1uzions
02-19-2013, 04:41 AM
Hey guys I recently installed iTrader 2.8.2 on vBulletin 4.2.0 and I am having an issue with my sub menus all over lapping each other in the image below;

https://vborg.vbsupport.ru/


Any ideas on how to fix this?

tinoco2
02-20-2013, 08:03 AM
Hello, good morning from SPAIN!

I have a problem with itrader, say this:

you do not have permission to access this page. This could be due to one of several reasons:

1. Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
2. If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

I installed itrader yesterday and updated the profiles in group user for can see and rate in the itrader but i dont know if i have update any more ? maybe titles users?

Too i have a problems with URL when i put in the place required say this:

THE DEAL URL IS INVALID... i use vbseo, maybe the problem is this ?

regards and thanks very much.

blue7
03-31-2013, 07:18 PM
How i can reduce these spaces ?

https://vborg.vbsupport.ru/external/2013/03/3.jpg

uninvited13th
04-04-2013, 02:23 AM
why itrader button to rate seller is not showing??

clauz
04-09-2013, 10:41 AM
There is a way to show the Feedback Score in some forum, in "threadview" near the username that created the thread?

Also, the bug "not showing" the Navbar: Display iTrader Menu , can it be fixed?

Jpolola
04-14-2013, 07:25 AM
Feedback score unable to see. oppsss..Sorry I forgot to set it active at Cpanel itrader general option. Now working.

whoareyou82605
04-14-2013, 02:02 PM
one small issue.

http://i1159.photobucket.com/albums/p631/gearhouse365/traderissue_zps70ae4945.jpg

MacGuyInNC
04-18-2013, 10:45 AM
Hello, good morning from SPAIN!

I have a problem with itrader, say this:

you do not have permission to access this page. This could be due to one of several reasons:

1. Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
2. If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

I installed itrader yesterday and updated the profiles in group user for can see and rate in the itrader but i dont know if i have update any more ? maybe titles users?

Too i have a problems with URL when i put in the place required say this:

THE DEAL URL IS INVALID... i use vbseo, maybe the problem is this ?

regards and thanks very much.

You need to go into the Usergroup Manager in the Admin CP, then go into each usergroup and grant them permission at the bottom of the page.

Buenos d?as de los EEUU. :)
(Good morning from the US.)

weave
04-25-2013, 10:38 AM
Anyone running 4.2.1 with his mod? Any issues?

Has the developer abandoned this mod? Looks like they have not been around in a while.

0verl0rd
06-07-2013, 03:13 AM
Anyone running 4.2.1 with his mod? Any issues?

Has the developer abandoned this mod? Looks like they have not been around in a while.

I have the same question...

can anybody enlighten us?

howarde
06-07-2013, 10:14 AM
No issues I've noticed.

0verl0rd
06-07-2013, 02:15 PM
No issues I've noticed.

what version are you running this for?

joeychgo
06-16-2013, 05:04 PM
what version are you running this for?


IM on 4.2.1 - all seems fine

entertain
07-19-2013, 11:04 AM
I started the development on a new iTrader version the third time. Hopefully, I will be able to finish and release it.

As you have seen, the navtab is broken on vBulletin 4.2.x with the current itrader version. That is caused by the new navigation manager. This is why the update will officially be compatible with vBulletin 4.2.0 or later. Older versions will not be supported anymore.

*Edit*
Everybody with an unanswered support request should post it again.

entertain
07-19-2013, 03:02 PM
The work is going on. Here is a preview of my current dev version. :)

Still a lot to do.

Superorb
07-19-2013, 09:03 PM
Thanks entertain, I'm glad a dev has taken the reigns on this popular plugin.

War Machine
07-19-2013, 09:30 PM
thanks entertain, i have problem with counter not updated for user postbit :/

entertain
07-20-2013, 07:47 AM
@War Machine:

Which counter?

Superorb
07-20-2013, 08:08 PM
I'm having trouble with the option to show the "leave feedback" on every post in a thread. It shows up on every post when the thread starter isn't logged in (so every other user and non-user sees it), but it doesn't show up when I am logged in (thread starter). It should only show up for logged in users that have posted in that thread.

iTrader>Forum Integration>Rate Trade Button: Display>All Posts

entertain
07-21-2013, 10:53 AM
Great idea!

It should only show up for logged in users that have posted in that thread.Don't know if there is an if-condition for that case, I will check it. :)

Superorb
07-21-2013, 04:56 PM
Great idea!

Don't know if there is an if-condition for that case, I will check it. :)

I know there's an if statement, but something is wrong with it.

Muhammad Rahman
07-21-2013, 09:51 PM
what is the difference between 2.8.1 and 2.8.2 RC2 ..
I am confused which one to use. . :confused:

Muhammad Rahman
07-22-2013, 12:33 AM
can be used on vbadvanced dynamics? ...

entertain
07-22-2013, 09:25 AM
what is the difference between 2.8.1 and 2.8.2 RC2 ..
I am confused which one to use. . :confused:I'd use 2.8.2 due to the fact that it contains some bugfixes.

https://vborg.vbsupport.ru/showthread.php?p=2238085#post2238085

can be used on vbadvanced dynamics? ...
Theoretically yes, but there is no official implementation for third-party mods.

Muhammad Rahman
07-26-2013, 10:29 PM
how to turn of private message notification ... ??

mdawg
07-28-2013, 10:11 PM
Is itrader going to happen for vbulletin 5?

stevieb
07-29-2013, 02:25 PM
Hi

Does this classified mod --> https://vborg.vbsupport.ru/showthread.php?t=297847 work with this iTrader mod?

Using vB 4.2.0

Thanks guys

Bjornicus
07-29-2013, 10:41 PM
This is a great mod, but is it possible to set it so only 1 usergroup can be rated?

entertain
07-29-2013, 10:54 PM
how to turn of private message notification ... ??No functionality for that yet. With small coding skills that could be done by yourself. I will take into consideration to add an option for that next release

Is itrader going to happen for vbulletin 5?There are no plans for that yet as that needs a complete rewrite of the plug-in and i only work on it in my free time.

Does this classified mod --> https://vborg.vbsupport.ru/showthread.php?t=297847 work with this iTrader mod?

Using vB 4.2.0You can use this mod in addition to the classified mod. But there are no automatical integrations between that mods (buttons and something like that).

This is a great mod, but is it possible to set it so only 1 usergroup can be rated?Unfortunately, it is only possible to set permissions to get ratings and not to receive ratings.

stevieb
07-30-2013, 11:15 AM
Is it possible to lock all forums so that only things from the Classified Ads can be given feedback? ie if someone posts a link to a normal forum post, can this be rejected?

Aitorcillo
08-12-2013, 06:29 AM
Hello, i am using this mod but i need to know how to place an external URL in the place of: DEAL THREAD URL

Someone knows what code should i modify to add an external url here? maybe diable threadh url check could work

Thank you

albibak
08-16-2013, 12:22 PM
Hello,

Any update about the next release?

Moag
08-19-2013, 05:08 AM
I am also having issues with the links being overlapped. I tried to add a new navtab with all of the .php choices in the folder and none seem to correct the issue. Using 4.2.1

mikez006
08-19-2013, 03:54 PM
Currently you can turn on/off the option to 'give feedback' to others, but there's no on/off for 'receive feedback'. It would be great if you could add an option to turn on/off "receive feedback" for usergroups.

Sonic625
08-21-2013, 07:53 PM
Whenever a new-ish member leaves feedback for another member we get an email telling us. I checked into each situation and all of them seem to be legitimate, so I turned the option off to receive emails. However, we are still receiving emails.

Despite setting the option "Contact Staff On Suspicious Activity?" to No, I'm still getting emails about matching IP addresses.

Grepping through the files, the option $vbulletin->options['itrader_contact_suspicious'] doesn't seem to be used anywhere :confused:

Yeah I can't seem to disable it either.

No matter if I select Security: Contact Staff On Suspicious Activity? to NO I always get emails to my account :s

Itrader just emailed everyone who ever left a trader rating on my forum (which certainly makes us look like spammers) even though the email options are turned off. Does anyone know how to disable completely the itrader's ability to email??
I am having this issue with 2.5 on vB 3.8 and was checking to see if anyone had the same issue here and looks like some are. If there is anyone who knows a fix please let me know.

TiKu
08-27-2013, 08:05 PM
I suggest using the process_templates_complete hook instead of global_setup_complete for the "iTrader Navbar Link" plugin, as global_setup_complete has been deprecated as of vBulletin 4.0.2.

Jeremy8
08-31-2013, 03:43 AM
Is it impossible to turn the annoying emails to moderators off? I have it set up so it won't, but it still is.

Randallflagg
08-31-2013, 08:55 PM
Doesn't seem to work with iphones or itablets.
Help please.
I am running 4.0.8

inshooter
09-24-2013, 01:45 PM
I am also having issues with the links being overlapped. I tried to add a new navtab with all of the .php choices in the folder and none seem to correct the issue. Using 4.2.1
Having this issue too.

inshooter
09-24-2013, 01:48 PM
Hey guys I recently installed iTrader 2.8.2 on vBulletin 4.2.0 and I am having an issue with my sub menus all over lapping each other in the image below;

http://i25.photobucket.com/albums/c83/il1uzions/menucluster_zps52b5c226.jpg


Any ideas on how to fix this?How to fix this?

albibak
10-07-2013, 05:49 PM
Hi there,

Hello,

Any update about the next release?

weave
10-09-2013, 03:13 PM
Just got done testing in 4.2.2 and all seems to be working well for me so far.

BlkBullitt
10-12-2013, 05:21 PM
Anyone have a solution to as why everyone on my site got an email concerning bad feedback that was reported?

Parafal
10-13-2013, 01:10 PM
I updated my VB4.0.6 to VB4.2.1 and the iTrader link is not working.
From all the options under: Navbar: Display iTrader Menu

The only one working is the "own vb navbar tab"

However, when I use this option and I am at the iTrader main link, all the links below the navbar are condensed, the links are over each other so you can read anything.

I am using the default VB4.2.1 skin.

Any suggestion?

Superorb
10-17-2013, 10:57 PM
Have there been any updates or changes since 2.8.2RC2?

Superorb
10-18-2013, 09:21 PM
Why is it that thread creators do not see the "Rate Member" link/button on threads they create?

hellboundblogge
10-21-2013, 08:17 PM
iTrader Scrore is not coming in Postbit.

https://vborg.vbsupport.ru/external/2013/10/30.png

Sheepdog11
10-23-2013, 01:07 AM
Anyone know an alternative or know if the creator is going to get this up for 5.0.5? Any help would be much appreciated, thanks.

patracy
10-24-2013, 10:23 AM
Anyone have the issue I'm experiencing? I've got a member with 112 feedbacks. However it only lists 99 positive feedbacks. He had one negative. So it's only displaying 100 feedbacks total on the "Feedback Score:".

Superorb
10-24-2013, 02:01 PM
Anyone have the issue I'm experiencing? I've got a member with 112 feedbacks. However it only lists 99 positive feedbacks. He had one negative. So it's only displaying 100 feedbacks total on the "Feedback Score:".
I think if they have feedback from the same person it will only show 1 positive regardless of how many they get from the same reviewer.

Unfolded90
11-29-2013, 10:05 AM
Ok so far i have about 20 issues with the Rate Seller button and yet no one has a fix...

leosch
12-12-2013, 06:12 PM
Does this still work with 4.2.2 ?

khon8rew
12-13-2013, 03:22 AM
Thank you.

Does it compatible with V 4.2.2 ?

leosch
12-13-2013, 06:54 PM
Please can somebody confirm that this works with V4.2.2

Lynne
12-14-2013, 12:10 AM
Please can somebody confirm that this works with V4.2.2
Did you try reading the posts on this page? This question was answered a few posts above your first post.

leosch
12-15-2013, 08:48 AM
Yes but not clear to me because other people have problems with earlier versions. I meanwhile can confirm that it indeed works with 4.2.2

rwurbanwildlife
02-08-2014, 04:40 PM
I keep getting a server error but the mod seems to function

20140201T232010:
PHP Fatal error: require_once(): Failed opening required '/hermes/bosoraweb100/b568/****************/includes/functions_itrader.php' (include_path='.:/usr/local/lib/php-5.3.13/lib/php') in /hermes/bosoraweb100/b568/nf.**************member.php(154) : eval()'d code on line 4

ZUCCO
02-09-2014, 05:50 PM
Help I enable this product for vb 4.2.2 but I get this "no permission" page

Also the links in sub navbar are mixed

EDIT: solved

Eduardo Leon
02-09-2014, 07:39 PM
Thanks for the mod.

goran69
02-28-2014, 02:57 PM
Hello
I have downloaded and turned on this mod. But its not working. It did not place new TAB on the navbar and I had to do it through Admin.
Then although I have specified it through options it does not place any rating tool on the first post of the thread. Can someone pls help mi so I can turn on this features?

Any ideas?

goran69
03-01-2014, 11:04 AM
New Info

Now I have Itrade button, and feedback is showing on the proper place. However rate trade button is nowhere to be found, whatever I do is not showing

weave
03-11-2014, 03:23 PM
Although the new Navigation Manager in Vb 4.2.0 breaks the menu system of this mod it should not be seen as bad thing. By disabling all the menu functions in Itrader I can use the new Navigation Manager to create my own Itrader tabs and sub-menu and finally call them whatever I like, e.g. instead of the Nav Tab called 'Itrader' it can now be 'FeedBack'. See the following thread on Vb.com for more on how to do this.

https://www.vbulletin.com/forum/showthread.php/404465-Navigation-Manager-Links-not-showing?p=2315700#post2315700

My only issue with making my own menu system, and calling it what I like, is that I cannot make similiar mods to how Itrader is portrayed in the members Profile Pages, as here it still appears as 'Itrader'. Obviously this is just a string somewhere in the config files and if it's not more than that then maybe it too can be modded to provide a consistent naming across the board. Anyone have any idea of which string to change and if doing so will break anything else?

Thanks for this! :up::up: Exactly what I was looking for to get rid of the default TAB.

c_healy
03-15-2014, 04:12 PM
when I click on a sub link(on the iTrader page) it will take you to the page but it highlights the main forum tab and opens the sub menu for the Forum tab.

How can I fix this?

spiritaces
03-27-2014, 02:13 AM
Installed 2.8.2 RC2 PATCHED on vb 4.2.1. Installation was simple and no issues there.

Can someone advise on how to disable the PM notifications in a template?

While most PM's come through correct, a few are wrong.. For example the PM body, the typical placement for feedback type (Positive, Neutral, Negative) is replaced with the username. Next, the username is replaced with the forum domain name. And the link to view feedback is 50% right - the domain is swapped for "0.0.07" anyone seen that?

Thanks in advance.

EvoDarrenshan
08-16-2014, 09:23 PM
Is itrader supported for mobile users?

Muhammad Rahman
08-17-2014, 02:18 AM
Is itrader supported for mobile users?


mobile template or mobile Apps ..
if mobile template "YES" but must edit and add template , if mobile Apps "NO" ... :)

mikez006
09-09-2014, 01:19 PM
'Strict URL Checking' requires 1 of the two people to be the thread creator. It would be great if another option was available that required the other person to post in the thread also.

ed762
09-29-2014, 01:29 AM
Just wonder if regular users can see the itrader detail of each rating. It seems that only admin and the users that have left and received the ratings can see the detail. Is this a cliche or the default setting? Anyway to change it?

mc0676
12-11-2014, 08:26 PM
Any chance to rebuilt the feedbacks after a db import ?

mdawg
04-03-2015, 04:20 AM
How about making this for vb 5 - vb5 is the wave of the future!

fmorog
05-03-2015, 05:24 PM
great job! Can you tell me which file should I edit to translate some strings to Spanish?

mikez006
09-02-2015, 01:17 AM
I installed an SSL cert on my site and URLs are now https. However I have "Strick URL Checking" enabled and it says "Invalid" for all URLs with https. It only works with http. How can I fix this?

ekselent
09-19-2015, 09:38 AM
Is it somehow possible to add feedback score manually?

sHORTYWZ
11-22-2015, 03:44 PM
I installed an SSL cert on my site and URLs are now https. However I have "Strick URL Checking" enabled and it says "Invalid" for all URLs with https. It only works with http. How can I fix this?

Same problem here - anyone able to help?

PabloAM
11-24-2015, 02:08 PM
Hello, I had this plugin and is one of the best plugin for Vbulletin.

Is it still working for the last version of VB4?? 4.2.3??

Thanks!

tim.liton
12-06-2015, 06:33 PM
Sorry, works perfect on 4.2.3.

romanos8
12-10-2015, 05:29 AM
compatible with 5 connect?

tim.liton
12-11-2015, 12:35 PM
Am having a problem in 4.2.3.

When the buyer reply to the sellers feedback, the buyer gets an notification like this:

Details about this transaction can be found on your iTrader page.

The iTrader page is a link and links to this: http://0.0.0.1/itrader.php?u=94

Can someone help please?

sdynak
02-09-2016, 12:16 AM
Anyone know what the best way to change the line that says "Feedback Score" to something like iTrader Feedback? This would be when looking at a thread in the user stats area below posts. I would prefer to have it say iTrader as people know what that means..

Thx..

rakhwanna
04-21-2016, 03:20 PM
Like it... Ganbatte

heat23
05-31-2016, 02:37 PM
@entertain - Hey there! Not sure if you heard of heatware.com, but I am the admin of that site and just released a vB plugin to integrate with my website. The website offers a GLOBAL feedback system, ie. not tied to 1 forum. Was wondering if you had any interest in collaborating in some way? LMK!

StormBreaker
07-04-2016, 01:39 PM
Works fine with 4.2.2 used this FIX (https://vborg.vbsupport.ru/showpost.php?p=2328893&postcount=961)to show Feedback Score on PM, and this (https://vborg.vbsupport.ru/showpost.php?p=2335392&postcount=966) didn't work well to show in navbar.

Issues found: Doesn't show on member list and navbar link.

StormBreaker
07-08-2016, 05:18 AM
Username does`t show in confirmation message after editing iTrade option in userCP. Username show as

{1} شكراً لتحديث ملفك الشخصي.

Diuns
08-01-2016, 09:56 AM
I installed an SSL cert on my site and URLs are now https. However I have "Strick URL Checking" enabled and it says "Invalid" for all URLs with https. It only works with http. How can I fix this?

Edit includes/functions_itrader_urlcheck.php

Line 18 change this
if($parsedurl['scheme'] != 'http') return false;
to
if($parsedurl['scheme'] != 'http' && $parsedurl['scheme'] != 'https') return false;

Line 92 change fthis
if($parsedurl['scheme'] != 'http') return false;
to
if($parsedurl['scheme'] != 'http' && $parsedurl['scheme'] != 'https') return false;

TiKu
01-26-2017, 03:55 PM
The function itrader_CompareVersions is either implemented wrong or used wrong. There are two calls similar to this:
if(itrader_CompareVersions($vbulletin->options['templateversion'], '4.1.3') > 0)
If the version of VB is higher than 4.1.3, itrader_CompareVersions returns -1. But both if statements assume that it would return +1. The consequence is that the plugin tries to include functions_wysiwyg.php instead of class_wysiwygparser.php, but functions_wysiwyg.php has been removed from VB.

Due to this bug, users get a HTTP 500 if they rate a deal using the WYSIWYG editor.

Zweeper
03-07-2017, 05:33 PM
any chance this mod will come for vb5?

StormBreaker
04-22-2017, 06:23 PM
Feedback image shows only if i put the forum ID in Valid Forums Only.

Any fix?

Sicilian
04-29-2018, 04:13 AM
Edit includes/functions_itrader_urlcheck.php

Line 18 change this
if($parsedurl['scheme'] != 'http') return false;
to
if($parsedurl['scheme'] != 'http' && $parsedurl['scheme'] != 'https') return false;

Line 92 change fthis
if($parsedurl['scheme'] != 'http') return false;
to
if($parsedurl['scheme'] != 'http' && $parsedurl['scheme'] != 'https') return false;

Thank you, had the same issue.

SnakeEaterITA
07-18-2018, 11:50 AM
Hi everyone,

if I activate the plugin on 4.2.5 I get this errors when I visit a user's profile page

PHP Warning: require_once(..../includes/functions_itrader.php): failed to open stream: No such file or directory in ..../member.php(154) : eval()'d code on line 4

Fatal error: require_once(): Failed opening required '/home/labast/public_html/forum/includes/functions_itrader.php' (include_path='.::/opt/cpanel/ea-php56/root/usr/share/pear') in /home/laplayst/public_html/forum/member.php(154) : eval()'d code on line 4

Any idea what could be causing this?

Solved: for some whatever reason the file functions_itrader.php was missing -.-

arnego2
10-15-2018, 12:57 PM
I fear the developer is not developing it any further:
Developer Last Online: Feb 2015

I tried duckways but they still have a lot to add.

mzul.fb
01-30-2021, 01:25 AM
work for 4.2.5?

Kraxell
01-30-2021, 12:55 PM
Yes it's working.

mzul.fb
02-13-2021, 10:34 PM
thank you.

Pixel Princess
05-14-2021, 05:43 PM
Item trading is the core of my website. I have to upgrade to vB 5 Connect and I will lose iTrader. I really don't want to leave vBulletin as I've used it's platform since 2009. I have found two other platforms that offer a member trading feedback system. Is there any developers interested in reviving this great plugin for use for vB5 and support it?

Kahuna900
12-16-2021, 04:19 PM
Seems iTrader is dead for all my 4.2.5 sites. Trying to access the iTrader page or even a member profile ends in "This page isn’t working" error. If I disable the plug the page works fine.

Pixel Princess
04-21-2022, 09:46 PM
I have vB 4.2.3. My iTrader is still working. I have all of the code on my server. I'm starting development on vBulletin 5 Connect. I really don't want to lose this plugin for vBulletin.

I have redeveloped the iTrader feedback system on another platform by applying features and modifications to a plugin that had a base of features to expand on. It will do the job. My issue is I'd rather have vBulletin with iTrader for this new website I'm developing rather than the platform I'm using.

StormBreaker
05-16-2023, 06:13 PM
Does`t seem to work with vb 4.2.5 / php 7.1, many functions and visual issues need to be fixed.

Hostboard
05-17-2023, 10:31 AM
As I have never run iTrader my opinion is that VB 4.2.5 is not the underlying issue, but rather the PHP version is.

StormBreaker
05-17-2023, 07:21 PM
The sidebar and taps needs update to work normal on vb 4.2.x, I added the taps but sidebar still need update.