vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - iTrader v2.8 - Powerful Rating System (https://vborg.vbsupport.ru/showthread.php?t=232044)

SnakeEaterITA 06-21-2011 01:44 PM

i installed the plugin, but nothing is showing up on my forum. any idea?

SnakeEaterITA 06-21-2011 02:30 PM

problem solved - f******ck

i had define('DISABLE_HOOKS', false); on my config.php (i thought i just had to change from true to false).

I totally removed the line and it works -.-

merk_aus 06-22-2011 09:39 PM

okay so here is a question - I want this to only show up on a certain style - I have been through the styles that I don't want this to show in and deleted absolutely everything in the ITRADER Templates however this still shows everywhere.

How can I delete it from other styles so it only shows up in one? Obviously it's not templates otherwise this would have been removed from the other styles by now.

matthew1111 06-25-2011 07:36 PM

I had this on another forum I go to, but they switched to IPBoard and now their feedback system doesn't work xD

Installing for my forum!

WDS 06-26-2011 01:27 PM

https://vborg.vbsupport.ru/

how I can fix this?

entertain 06-27-2011 06:51 PM

Using iTrader 2.8.0 with vBulletin 4.1.4

As far as vbulletin removed this file "includes/functions_wysiwyg.php" with the update to vBulletin 4.1.4, there could be some issues with this version.

To fix these issus please upload "includes/functions_wysiwyg.php" from the vBulletin 4.1.3 package until there will be an update for itrader.

Thanks!

entertain 06-27-2011 06:52 PM

Quote:

Originally Posted by WDS (Post 2213002)
how I can fix this?

what do you mean exactely?

matthew1111 06-28-2011 01:21 AM

Hey entertain, could you tell me where to find that functions file? I started off with 4.1.4, so I don't have a 4.1.3 file.

demo7up 06-28-2011 01:54 PM

im getting this error

Code:

nYcJDM Notification

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

    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?
    If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

when trying to go to this url

http://www.nycjdm.com/itrader_feedback.php?u=1

or

http://www.nycjdm.com/itrader.php

or

http://www.nycjdm.com/itrader_main.php?do=options

entertain 06-28-2011 06:15 PM

Quote:

Originally Posted by matthew1111 (Post 2213819)
Hey entertain, could you tell me where to find that functions file? I started off with 4.1.4, so I don't have a 4.1.3 file.

You can download the 4.1.3 package from the member's area. I don't know if I can upload this file here...
Quote:

Originally Posted by demo7up@gmail.c (Post 2214081)
im getting this error

Code:

nYcJDM Notification

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

    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?
    If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

when trying to go to this url

http://www.nycjdm.com/itrader_feedback.php?u=1

or

http://www.nycjdm.com/itrader.php

or

http://www.nycjdm.com/itrader_main.php?do=options

You need to set the usergroup permissions.

entertain 06-28-2011 08:25 PM

I've been able to fix this error after submitting a feedback, however, i am working on an other annoying issue (concerning redirects) before i will release an updated version.

WDS 07-02-2011 11:10 AM

Quote:

Originally Posted by entertain (Post 2213678)
Using iTrader 2.8.0 with vBulletin 4.1.4

As far as vbulletin removed this file "includes/functions_wysiwyg.php" with the update to vBulletin 4.1.4, there could be some issues with this version.

To fix these issus please upload "includes/functions_wysiwyg.php" from the vBulletin 4.1.3 package until there will be an update for itrader.

Thanks!

I've tried uploading the file: "includes/functions_wysiwyg.php" and the problem persists, you still need to modify something else?

Thanks

davepk 07-02-2011 09:26 PM

I tried installing. It was there and working but I am getting a permission error as admin.

I cannot leave feedback for anyone. Please let me know how to fix this.

WDS 07-02-2011 09:28 PM

Quote:

Originally Posted by davepk (Post 2216050)
I tried installing. It was there and working but I am getting a permission error as admin.

I cannot leave feedback for anyone. Please let me know how to fix this.

being the master administrator must assign permissions to different groups.

hlstriker 07-05-2011 03:27 AM

Since the problem shown here wasn't fixed in the latest version I went ahead and did it myself.

If anyone else want's to fix their version here's how to do it:
Code:

Open itrader_main.php

On line 342 put: $sellerproducts = $vbulletin->db->escape_string($sellerproducts);
- This goes below: $sellerproducts = strtolower($sellerproducts);
- This goes above: $sellerproducts = str_replace(" ", "%' OR user.itrader_buy LIKE '%",$sellerproducts);


On line 472 put: $buyerwants = $vbulletin->db->escape_string($buyerwants);
- This goes below: $buyerwants = strtolower($buyerwants);
- This goes above: $buyerwants = str_replace(" ", "%' OR user.itrader_sell LIKE '%",$buyerwants);


EDIT:
I also realised my path to the IP graphic still isn't fixed in 2.8.1, infact "ip.gif" doesn't exist at all in my vB 4.1.4. I modified line 434 of "product-itrader.xml" so the src is now:
Code:

src="{vb:raw vboptions.bburl}/{vb:stylevar imgdir_button}/ip-40b.png"

entertain 07-05-2011 10:56 AM

the WYSIWYG bug was fixed in the latest release just as the ip graphic bug. ;)

BadgerDog 07-05-2011 11:09 AM

Quote:

Originally Posted by entertain (Post 2216980)
the WYSIWYG bug was fixed in the latest release just as the ip graphic bug. ;)

Thank you ... :up:

Updated 2.8.1 on our 4.1.3 site ....

Regards,
Doug

WDS 07-05-2011 11:27 AM

Quote:

Originally Posted by WDS (Post 2213002)

this problem has not yet been solved.


hlstriker, I made the changes you propose (if I have not done well) but have not worked, you could ecplicarlo screenshots better than it was before and after the change?.

I need it urgently, thank you very much for helping solve this problem.

hlstriker 07-05-2011 01:49 PM

Sorry for any misunderstanding but the bug I fixed was for when you click on the "Find a customer" and "Find a seller" links. I'm not sure why you are getting that problem WDS, are you sure it's with iTrader? Using vB 4.1.4 doesn't seem to produce what you are showing.

Quote:

Originally Posted by entertain (Post 2216980)
the WYSIWYG bug was fixed in the latest release just as the ip graphic bug. ;)

Yes, the WYSIWYG bug is now fixed, thank you :). The other 2 bugs still persist though, see here to fix them.

The problem with the IP image is:
A) If you don't have your forums on your domains root the path is invalid.
B) In vB 4.1.4 "ip.gif" doesn't exist.

matthew1111 07-05-2011 07:21 PM

Hi all, so I've installed the 2.8.1 version and enabled it and everything.

But it's not showing up in the forums I have enabled it for (using IDs). So I went to my profile and clicked on iTrader and it said that I don't have permissions to access this page. I am the site founder and only admin. Anyone know what I'm doing wrong?

Thanks. I'm also missing the iTrader tab on the profiles homepage.

entertain 07-05-2011 07:48 PM

Quote:

Originally Posted by hlstriker (Post 2217017)
Sorry for any misunderstanding but the bug I fixed was for when you click on the "Find a customer" and "Find a seller" links. I'm not sure why you are getting that problem WDS, are you sure it's with iTrader? Using vB 4.1.4 doesn't seem to produce what you are showing.


Yes, the WYSIWYG bug is now fixed, thank you :). The other 2 bugs still persist though, see here to fix them.

The problem with the IP image is:
A) If you don't have your forums on your domains root the path is invalid.
B) In vB 4.1.4 "ip.gif" doesn't exist.

oh, maybe there is more than only one ip.gif in the templates. I'll take a look on both issues, thanks for your temporal fix! :)

Quote:

Originally Posted by matthew1111 (Post 2217149)
Hi all, so I've installed the 2.8.1 version and enabled it and everything.

But it's not showing up in the forums I have enabled it for (using IDs). So I went to my profile and clicked on iTrader and it said that I don't have permissions to access this page. I am the site founder and only admin. Anyone know what I'm doing wrong?

Thanks. I'm also missing the iTrader tab on the profiles homepage.

You need to set the usergroup permissions.

matthew1111 07-06-2011 01:34 AM

Thanks entertain, missed that ;)

clauz 07-06-2011 07:11 AM

Hello entertain. Thanks for the new version.
I have the same question as I had to the previous update:

As I translated your mod for my forum, on the new release did you changed some codes between these lines bellow?:
Code:

<phrase name="itrader_tools" username="nexia" version="2.5.0"><![CDATA[
and tis one:

Code:

<phrase name="settinggroup_itrader" username="nexia" version="2.5.0"><![CDATA[
on product-itrader.xml ??

If no changes between these lines it will make my work easier to update...

entertain 07-06-2011 08:01 AM

@clauz:
no, there are no changes. ;)

WDS 07-06-2011 12:41 PM

I already run the iTrader and kBank.

what I did was:

disable all plugins installed had to delete all data on the forum (good and junk files, all) and re-reraise dle forum a clean copy and install all the plugins again, it cost me around 1-2 hours but and everything goes correctly.

Teascu Dorin 07-19-2011 05:00 AM

1 Attachment(s)
Here is the romanian translation for iTrader v2.8.1

Enjoy!

-Dorin

hhumas 07-21-2011 02:59 PM

I have installed itrader latest version on vb 4.1.4

I have enable itrader but when I click on submit score I receive this error

https://vborg.vbsupport.ru/

here is the link of forum


Gav-n-Tn 07-21-2011 03:57 PM

Quote:

Originally Posted by hhumas (Post 2223238)
I have installed itrader latest version on vb 4.1.4

I have enable itrader but when I click on submit score I receive this error

http://img836.imageshack.us/img836/4688/32785263.png

here is the link of forum

Have you given yourself the proper permissions in the Admin CP? If not, that could be why.

cloferba 07-21-2011 04:41 PM

entertain
please update your mod with this fix https://vborg.vbsupport.ru/showpost....&postcount=776

hhumas 07-22-2011 01:19 AM

I have fixed that .. but now i am getting this error

I have installed forum in main directory not in /forum

so how can I fix that

http://img713.imageshack.us/img713/4496/unledoyf.png

soundblast45 07-23-2011 01:17 PM

I need to know the exact installation instructions for this Mod as I am quite new to vBulletin.

soundblast45 07-24-2011 07:48 PM

When clicking - "View Complete Feedbacks for admin" it shows this error message - "The iTrader system is currently closed."

How to fix this problem?

entertain 07-24-2011 08:40 PM

Quote:

Originally Posted by cloferba (Post 2223274)
entertain
please update your mod with this fix https://vborg.vbsupport.ru/showpost....&postcount=776

I will check this soon.
Quote:

Originally Posted by hhumas (Post 2223430)
I have fixed that .. but now i am getting this error

I have installed forum in main directory not in /forum

so how can I fix that

I'd recommend to disable the url check in the iTrader settings.

Quote:

Originally Posted by soundblast45 (Post 2223890)
I need to know the exact installation instructions for this Mod as I am quite new to vBulletin.

A readme with detailed installation instructions are included in the package.
Quote:

Originally Posted by soundblast45 (Post 2224461)
When clicking - "View Complete Feedbacks for admin" it shows this error message - "The iTrader system is currently closed."

How to fix this problem?

Please check wether iTrader is enabled in the iTrader settings (first option!).

DaSpyda 07-24-2011 11:24 PM

Does anyone have Version 2.7.5???

Please PM me - thanks!

NarutoFTW 07-25-2011 08:55 PM

I have an issue with the invalid url error as well, vbSEO changes url to text .html format

Sicilian 07-26-2011 01:14 PM

1 Attachment(s)
I found a small bug with this.

If I click on the iTrader drop down button on nav bar the text to iTrader profile is not shown, but If I click on it I get taken to my iTrader profile and it then shows. See attached screenshots.

NarutoFTW 07-27-2011 09:34 PM

Can anyone help me edit the mod so it reads URL format like vBSEO?

bklynjava 07-28-2011 10:12 PM

Where is the download for iTrader for vb 3.7?

Sicilian 07-29-2011 05:30 AM

Any ideas on the bug I posted in post #797?

entertain 07-29-2011 08:18 AM

Quote:

Originally Posted by Sicilian (Post 2225189)
I found a small bug with this.

If I click on the iTrader drop down button on nav bar the text to iTrader profile is not shown, but If I click on it I get taken to my iTrader profile and it then shows. See attached screenshots.

Looks as if the phrase is in a wrong "phrase category". I'll take a look on that.

Quote:

Originally Posted by bklynjava (Post 2226224)
Where is the download for iTrader for vb 3.7?

I only support vB 4.


All times are GMT. The time now is 08:14 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.02350 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
  • (6)bbcode_code_printable
  • (18)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