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)

entertain 01-09-2010 03:39 PM

iTrader 2.5.0 for vBulletin 4 goes gold

Now, there aren't any known issues any more. Thanks to all people who tested this mod to become stable!

Changes between RC3 and Gold:
- Profile tab is now working

This is all. If you are updating from RC3 you will only have to overwrite the product. If you use RC2 or older you must overwrite all files, too.

Thank you!

messengermatt 01-09-2010 04:49 PM

Thanks entertain cant wait for V3 however you have saved my forums with the current version Thanks !

ndL 01-09-2010 05:05 PM

itrader is not aligned below the avatar. its a bug

entertain 01-09-2010 05:05 PM

@ndL:
screenshot?

ndL 01-09-2010 05:09 PM

1 Attachment(s)
here u go

entertain 01-09-2010 05:14 PM

Maybe you should try an other display location of the itrader stats (see in itrader settings) :)

ndL 01-09-2010 05:21 PM

maybe you should fix a bug? because its not proffesional and imho stupid to offer others to use settings which they dont prefer.

tell me where is the code of the "avatar and extra info below" in the templates, i will fix it by my self.

entertain 01-09-2010 05:26 PM

I am not sure if this is a bug of iTrader... Maybe it has something to do with the infractions this user has. Does this problem also exist even if there are no infractions?

ndL 01-09-2010 08:21 PM

no, but after user post count, there is a space between post count and itrader. also after itrader: should be a <tab> not just a space to match the aligement of other user information, got the point?

Cface 01-10-2010 06:13 AM

Quote:

Originally Posted by entertain (Post 1950986)
Did you set the usergroup permissions?

Edit: I'm an idiot. Thanks :D

XShava 01-11-2010 06:43 AM

Is this work whit vBSEO 3.5?

entertain 01-11-2010 08:04 AM

@XShava:
it should :)

USAMustangs.com 01-11-2010 08:05 PM

Hello.

I have iTrader 2.0.1 installed on vB 3.65 with vB CMPS 2.2.1. I know I need to update my stuff, but there are reasons I don't want to at this time.

I tried to post this question in the original thread, but apparently I can't since it's in the graveyard. However, I'm sure someone can help me within this thread.

Problem:

iTrader is installed and working great on my board. However, when I click on the iTrader link on my navbar from the homepage it simply errors out as it's linking to the itrader.php file in the home (not forum) directory, which isn't there, of course. Although when you are on the main forum index and click the iTrader link on the navbar, everything works properly. How can I make the iTrader link work on the homepage or how can I eliminate the iTrader link from the homepage navbar and only appear on the main forum index navbar? I'm looking at the navbar template and I'm just not seeing why this is occurring.

Any help would be greatly appreciated.

Thanks.

entertain 01-11-2010 09:35 PM

@USAMustangs.com
Which option did you define here? Settings => iTrader Settings => Display iTrader Menu in Navbar

JonUrban 01-11-2010 10:57 PM

Quote:

Originally Posted by Cface (Post 1951712)
Edit: I'm an idiot. Thanks :D

I'm a bigger idiot, as I cannot find the usergroup permissions for iTrader. Am I missing something?

THANKS

JonUrban 01-11-2010 11:25 PM

Quote:

Originally Posted by JonUrban (Post 1953129)
I'm a bigger idiot, as I cannot find the usergroup permissions for iTrader. Am I missing something?

THANKS

Nevermind. There were 2 XML files I did not upload (Bitfield_itrader.xml was one of them)
That will do it! :D

USAMustangs.com 01-12-2010 12:03 AM

Quote:

Originally Posted by entertain (Post 1953070)
@USAMustangs.com
Which option did you define here? Settings => iTrader Settings => Display iTrader Menu in Navbar

On my version there is no such option. The iTrader Settings shows the following: iTrader Active, eBay Rating Style, Detailed Comment minimum characters, Contact Staff of suspicious activity, Edit Time Limit, Duplicate User Rating Time Limit, Maximum Time To Return Rating, New Trader Score, Maximum Ratings Per Day (For New Traders), Require URL?, Strict URL Checking?, and Valid Forums Only.

The navbar link works perfect on the main forum index, but the exact same navbar link on the homepage calls for a different url all together and errors out i.e. usamustangs.com/itrader.php? instead of usamustangs.com/forum/itrader.php?, which works.

I'm puzzled as to why the same navbar link is linking to a different url??

This is what the code looks like in my navbar template.

Code:

<if condition="$show['member']">
<td class="vbmenu_control"><a href="itrader.php?$session[sessionurl]">iTrader</a></td>
<if condition="$show['member']"></if>

Any ideas?

SuperGLS 01-12-2010 01:48 AM

Awesome, the profile tab works great! Perhaps a "Submit feedback for XXX" on their profile tab too (like on their iTrader page). Is that possible? No problem either way though.

Thanks for making the suggestion that got it fixed ageurtse. And thanks again entertain.

XShava 01-12-2010 10:40 AM

1 Attachment(s)
IE8 Bug in forum

Bug is only "Valid Forums Only/Forums Where Feedback Score is shown" forum. Not any where else.

entertain 01-12-2010 11:01 AM

@USAMustangs.com
This may work:
HTML Code:

<if condition="$show['member']">
<td class="vbmenu_control"><a href="$vboptions[bburl]/itrader.php?$session[sessionurl]">iTrader</a></td>
</if>

(what's strange in your code is that you are opening the if-condition $show['member'] twice and it is only closed once - maybe an error?)


@SuperGLS
I will add this into the suggestion list. :)


@XShava:
There are no codes in this modification which change something in the threadlist, so in my opinion it must be something else. Will it be displayed correctly when you disable itrader?

XShava 01-12-2010 11:10 AM

Quote:

Originally Posted by entertain (Post 1953436)
@XShava:
There are no codes in this modification which change something in the threadlist, so in my opinion it must be something else. Will it be displayed correctly when you disable itrader?

Well if i disable, bug is still there. Sorry, i looking elsewere :( Odd, firefox show right.

USAMustangs.com 01-12-2010 01:05 PM

Quote:

Originally Posted by entertain (Post 1953436)
@USAMustangs.com
This may work:
HTML Code:

<if condition="$show['member']">
<td class="vbmenu_control"><a href="$vboptions[bburl]/itrader.php?$session[sessionurl]">iTrader</a></td>
</if>

(what's strange in your code is that you are opening the if-condition $show['member'] twice and it is only closed once - maybe an error?)

Excellent. I just copy/pasted your code over mine and it works perfect now on both the homepage navbar link and forum index navbar link.

I really appreciate your help. It looks like I had a couple of errors in my code when comparing it to what you posted.

Thanks.

sHORTYWZ 01-12-2010 03:15 PM

entertain -

I have no other mods installed at the moment and don't get this error anywhere other than iTrader pages.

Still getting the same error with an upgrade to the latest version:
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/includes/class_datastore.php on line 683

sHORTYWZ 01-12-2010 03:25 PM

1 Attachment(s)
Screen grab attached - it looks like some of the data might not be calculating right, either.

Is it possible that a DB modification didn't happen in the upgrade process?

Rich219 01-12-2010 03:33 PM

Where do I upload the product-itrader.xml file to?

USAMustangs.com 01-12-2010 03:52 PM

Quote:

Originally Posted by Rich219 (Post 1953633)
Where do I upload the product-itrader.xml file to?

Admin CP > Plugins & Products > Manage Products > Add/Import Product > Browse to find file > Import

Rich219 01-12-2010 03:59 PM

Quote:

Originally Posted by USAMustangs.com (Post 1953653)
Admin CP > Plugins & Products > Manage Products > Add/Import Product > Browse to find file > Import

I've uploaded the files and imported the products. Is there more that is required to set it up to work with my forum? Sorry to be a hassle but I've never used this software before.

entertain 01-12-2010 04:01 PM

@Rich219:
you should set the usergroup permissions for iTrader ;)

Rich219 01-12-2010 04:10 PM

Quote:

Originally Posted by entertain (Post 1953659)
@Rich219:
you should set the usergroup permissions for iTrader ;)

Okay, I just did that. How do I get a user's iTrader rating to appear next to their screen name/avatar when they post?

How do my users access iTrader to leave feedback?

entertain 01-12-2010 04:11 PM

@Rich219:
you'll find these options here:
Settings => iTrader Settings

Rich219 01-12-2010 04:17 PM

Quote:

Originally Posted by entertain (Post 1953665)
@Rich219:
you'll find these options here:
Settings => iTrader Settings

Thanks, that is what I was missing. I had to turn it on!

Alex@Mk3OC 01-12-2010 08:47 PM

The member profile tab has disappeared since upgrading to VB4.0.1 on our test forum

entertain 01-13-2010 10:49 AM

Quote:

Originally Posted by Alex@Mk3OC (Post 1953900)
The member profile tab has disappeared since upgrading to VB4.0.1 on our test forum

confirmed. I will check it. ;)

RedFoxy 01-13-2010 12:47 PM

That's a really GREAT news!

I've just a request, I'm migrating my forum market in Photopost Classifieds http://www.photopost.com/, there is a way to have an integration for feedbacks? ^^

ageurtse 01-13-2010 05:06 PM

Entertain: check this link to solve your problem
http://www.vbulletin.com/forum/showt...m-Profile-Tabs

at the end lynne writes out how to solve it.

Rich219 01-13-2010 07:08 PM

I just upgraded to vB 4.0.1 and now iTrader seems to have disappeared from my forum. How do I go about getting this back without deleting user feedback ratings?

savemeloot 01-14-2010 06:58 AM

Will this mod work with vBulletin 3.8.4 PL2?

entertain 01-14-2010 10:31 AM

@ageurtse:
isn't really working in my tests. Did you get it work?


@Rich219:
are there any errors or something like this? What disappeared?


@ savemeloot
Please take a look into the first post. There's a link where you will find a release for vB 3. ;)

fanyap 01-14-2010 03:04 PM

itrader_pm_message phrase has URL issues, the Private Message links do not work. Please fix or post a quick solution :)

Thanks!

ageurtse 01-14-2010 04:07 PM

yes it did work for me.

you have to alter some things to work for you.


All times are GMT. The time now is 06:02 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.02428 seconds
  • Memory Usage 1,825KB
  • 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_html_printable
  • (11)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