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)

Retal 04-12-2010 09:05 AM

If you don't uninstall the old version, yes it does. Disabling is fine (even required during an upgrade).

chriske 04-12-2010 10:21 AM

Thanks you for the update,

I have a slight problem with the settings.

I can't hide the Itrader menu for certain usergroups.
I only allow users from a certain usergroup to acces the Itrader mod but when users that don't have permission click on the menu link they see this message:


Quote:

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.

it's quite confusing for them, How can i hide the itrader menu from certain usergroups?

entertain 04-12-2010 11:03 AM

@MikeWarner:
I will try to add a error message for this case.

@mikey1991:
yes, but only when you overwrite your old product. Don't uninstall the old version!

@chriske:
I added this in the next version:

Edit Plug-in: iTrader Navbar Link (1st line)
PHP Code:

if($vbulletin->options['itrader_active']) 

change into
PHP Code:

if($vbulletin->options['itrader_active'] AND $vbulletin->userinfo['permissions']['itraderpermissions']) 

Thanks for reporting!

chriske 04-12-2010 11:49 AM

Your fast! Thanks mate :)

Got an other suggestion:
I have added 2 links on the page: itrader_main.php? (Buy and Trade, which lead to the forums where Itrader is active) So that users can navigate fast to those forums.
It would be better if theres a option to display the latest / new topics (from in the marketplace forums) on itrader_main.php??

Thanks again and rated 5 :)

entertain 04-12-2010 11:53 AM

@chriske:
funny, look into the first post
Quote:

- latest threads of a selected forum on itrader main page
I will do my best. :)

chriske 04-12-2010 12:29 PM

My bad http://jointjedraaien.nl/wietforum/i...ey_knetter.gif

I will be waiting patiently :)

Stuk@ 04-12-2010 02:44 PM

Quote:

Originally Posted by entertain (Post 1986940)
oh, sorry. Small error.

The button fetches this option:
Settings => iTrader Settings => Forums Where Feedback Score is shown

If you've entered a forum id there it should be only be displayed in this forum. Otherwise it is shown everywhere.


Is there a way to change that to Valid Forums?


EDIT: NVM dont bother i just modified it myself

entertain 04-12-2010 03:23 PM

@Stuk@:
I am working on it. ;)

*edit*
It's working in my dev version. Will be changed in next release. ;)

dollster68 04-12-2010 04:27 PM

Hello. Thanks for this awesome mod. Just installed it; however, I'm having a problem. After install, I click on the iTrader in the Navbar and get a "you don't have permission" message. Where do I set permissions? I'm admin.

I would appreciate any help. BTW, I downloaded v2.6.21.

entertain 04-12-2010 04:45 PM

@dollster:
First you should enable this mod:
vBulletin Options => iTrader Settings => iTrader Active.

And here you can set the usergroup permissions:
Usergroups => Usergroup Manager => Choose Group => Edit Usergroup => iTrader Permissions

dollster68 04-12-2010 05:15 PM

Awesome. Thanks.

dollster68 04-12-2010 05:28 PM

BTW, another question. Is it possible for a sneaky user to signup with a different account and then leave false feedback for their other account? I don't want anyone to get the false impression that a particular user who might have glowing feedback would take advantage of a buyer and scam them.

Is there may a thing that prevents a user from the same IP address from leaving feeback? Just a thought.

entertain 04-12-2010 05:33 PM

No, there is nothing what might prevent this case, sorry.

entertain 04-12-2010 05:47 PM

<u>iTrader 2.6.3</u>
Changes:
- Rate Trade Button - Check "Valid Forums Only" setting instead of Feedback Score forums
- Navbar Links - Permission Check added

Thanks to the donators burntire and Alex@Mk3OC who motivited me to go on working on this modification!

chriske 04-12-2010 07:49 PM

Thanks, when I have some cash on paypal I will donate some bucks to you ;)

murekhalir 04-12-2010 08:18 PM

I'm running a vb3 forum, will it smoothly make it through 4.0 upgrade?

I can't afford to lose member ratings as my site is fully based on trading.

-------------------------------
Feature request:

-Allow admins to add X points to a user. I want to import ratings from other sites over as a selling point to join my site. ;P

-Positive points = X points (admin set amount)
-Negative points = - X points (Admin set amount)

entertain 04-12-2010 08:26 PM

@murekhalir:
yes, but only when you overwrite your old product. Don't uninstall the old version!

Moaead 04-13-2010 03:13 AM

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: navbar in [path]/includes/functions.php on line 3957

Parse error: syntax error, unexpected T_STRING in /mounted-storage/home126/sub021/sc75120-VETI/wsmmarket.com/vb/upload/itrader.php(145) : eval()'d code on line 1

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: itrader_user in [path]/includes/functions.php on line 3957

Parse error: syntax error, unexpected T_STRING in /mounted-storage/home126/sub021/sc75120-VETI/wsmmarket.com/vb/upload/itrader.php(147) : eval()'d code on line 2

entertain 04-13-2010 10:30 AM

@Moaead:
Are you sure that you overwrote all files?

Moaead 04-13-2010 10:34 AM

Yes im sure...
:(

i really need it

entertain 04-13-2010 10:38 AM

This problem is normally caused by old vB3 files.

I don't know what else can cause it. :(

Moaead 04-13-2010 10:40 AM

ok can u tell me how to remove the files again and try?

Thanks.

entertain 04-13-2010 10:46 AM

You need to have a FTP access for your server to manage the files. How to remove/upload the files depends on the FTP Uploader you're using.

Rckcrwlr 04-13-2010 11:18 AM

I upgraded...

Now if I go to the iTrader page and enter a members name to leave a rating, the page says done but it is blank???

Any ideas?

entertain 04-13-2010 12:42 PM

Where do you enter a member name (which php file in url)?

Rckcrwlr 04-13-2010 01:07 PM

itrader_main.php

Search for A Member

entertain 04-13-2010 01:18 PM

and what's the url of the blank page?

Rckcrwlr 04-13-2010 01:27 PM

Quote:

Originally Posted by entertain (Post 2020525)
and what's the url of the blank page?

http://www.networkhobbies.com/memberlist.php

entertain 04-13-2010 01:35 PM

I am currently rewriting the whole itrader_main page. Are you able to wait a few weeks?

Rckcrwlr 04-13-2010 02:11 PM

Quote:

Originally Posted by entertain (Post 2020541)
I am currently rewriting the whole itrader_main page. Are you able to wait a few weeks?

Yes sir!!! :D

entertain 04-13-2010 08:07 PM

1 Attachment(s)
Development v2.7.0
Today I started to develop version 2.7.0 and I made many progresses.

The design of itrader user and itrader main page was completely rewritten. In my opinion it looks very good. Here I've uploaded a screenshot:

Attachment 115730

Next I want to add the requested "latest threads of selected forums" feature to the itrader main page.

I hope this won't be that difficult.

Rckcrwlr 04-13-2010 09:44 PM

Nice and clean...I like it...

murekhalir 04-14-2010 12:28 AM

HOT. this new upgrade is hot.

Whats your paypal addrfess - gotta support you.

Alex@Mk3OC 04-14-2010 01:11 PM

Looks really good... can't wait for it to be released

entertain 04-14-2010 01:49 PM

iTrader 2.7.0 available!

Changes:
- Main Page Redesigned
- User Page Redesigned
- Feedback Page Redesigned
- Sidebars
- Search Username AJAX Suggestions

Screenshots will be updated soon.

Andre31 04-14-2010 02:28 PM

Quote:

Originally Posted by murekhalir (Post 2020847)
Whats your paypal addrfess - gotta support you.

Me to, please send me your adress entertain per PN, you have made a great job entertain.

mikez006 04-14-2010 04:29 PM

I just upgraded, however I do not have the side bar on the iTrader Profile and iTrader Main pages. Instead the Trader Rating, Contact info, and Recent Ratings, show below the main trader feedback area in rows.

I don't see a setting for this. Did I do something wrong?

chriske 04-14-2010 04:31 PM

Have you reverted the template?

entertain 04-14-2010 04:33 PM

Thanks for your donation, Andre! :)

@mikez:
yes, chriske is right - maybe you modified any templates before.

mikez006 04-14-2010 04:41 PM

Quote:

Originally Posted by chriske (Post 2021242)
Have you reverted the template?

I checked the iTrader templates and it says "Template is Unchanged From the Default Style" So it won't let me click the revert button.

I uploaded the files first, then upload the XML file when I upgraded. Is that the correct order or does it not matter?


All times are GMT. The time now is 08:09 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.01916 seconds
  • Memory Usage 1,820KB
  • 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
  • (2)bbcode_php_printable
  • (7)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