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)

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 to show Feedback Score on PM, and this 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

Code:

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

Diuns 08-01-2016 09:56 AM

Quote:

Originally Posted by mikez006 (Post 2554086)
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
Code:

                if($parsedurl['scheme'] != 'http') return false;
to
Code:

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

                if($parsedurl['scheme'] != 'http') return false;
to
Code:

                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:
Code:

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?


All times are GMT. The time now is 07:31 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.02187 seconds
  • Memory Usage 1,740KB
  • 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
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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