![]() |
@TiKu:
please tell me where this is needed?! |
I've seen 2 or 3 lines in the source code where you compare VB's template version against '4.1.3'. Before the release of VB 4.1.10 you simply used templateversion > '4.1.3' which was okay. Starting with 4.1.10 you had to use something else. Now you're doing it like this:
templateversion > '4.1.3' || inarray(templateversion, '4.1.10', '4.1.11') This forces you to update the code on each new VB release. Also as a software developer I have to say that this code isn't very pretty. |
Thanks so much for fixing the security issue and make this available again. I installed this today and have a small issue. When someone leaves feedback, the system sends out 2 PMs right after each other. The first pm has a wrong link:
Quote:
Quote:
|
thanks for the patch!
|
I've just installed it on 4.1.10, followed all the instructions to the letter, and it's not showing up on the forum. Any hints?
Thanks! Edit: Didn't enable it in Settings > Options. Working now. Thanks! |
Thank you very much meissenation for this donation!!! :)
|
@fwulfers:
I will check it today, when I can reproduce it, I will post a fix here! :) @wmturkey: Glad to hear that it is working. I hope you can give me a feedback when you like it (or even don't). :) |
Quote:
|
Thank you for the patch!
Might I suggest an increase in the version number: 2.8.2 RC2 -> RC3? Also I previously deleted itrader_main.php. Can you confirm that was the only file affected? You see, Lynne mentioned a 2nd issue in the post below. I was unclear if he meant two problems in itrader_main.php or somethig else entirely. https://vborg.vbsupport.ru/showpost....0&postcount=31 |
Both issues were the same file and fixed.
|
Thanks for the fix!
|
Since i upgraded to vb 4.1.11 i have had members noticing that the feedback tab shows empy.This is not happening to all members though and everyone is using the same style. Any idea's please. I am using the latest patched file.
https://vborg.vbsupport.ru/external/2012/03/10.png |
@andie215:
which browser are you using? Does it work when you disable itrader? |
Disabled and nothing shows as you would expect and the same happens when enabled again. I am using ie9 and looked with google chrome seeing no difference.
|
@andie215:
Are you able to supply me with an admincp login on your website? The problem is that I am using 4.1.10 at the moment and there it is working fine. :( |
Quote:
Thanks for your help but if you still want the admin login then your very welcome. Just looked through the posts from yet another awards..... seems im not the only person. |
Quote:
|
Probably a stupid question, but do I have to add the prefixes? I just can't seem to get the prefixes to show.
Thanks |
I got this errors after the last 4.1.12 VB update:
Code:
Warning: require_once() [function.require-once]: Unable to access [path]/includes/functions_wysiwyg.php in [path]/itrader_feedback.php on line 187 |
Dude! I installed this in vb 4.1.10 and now my threads won't load.
Help!!! |
Quote:
|
I'm getting a server 500 error on itrader_feedback.php when I try and post feedback. All other pages seems to be working fine.
I have upgraded to vb4.1.12. Mark |
I am running 4.1.12 and itrader 2.8 everything works fine. Did you disable all add-ons and plugins when you upgraded your vBulletin?
|
Quote:
Thanks! |
I also got an error on just installed vb 4.1.12
Warning: require_once([path]/includes/functions_wysiwyg.php) [function.require-once]: failed to open stream: No such file or directory in [path]/itrader_feedback.php on line 187 Fatal error: require_once() [function.require]: Failed opening required '/home/admin/public_html/includes/functions_wysiwyg.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/admin/public_html/itrader_feedback.php on line 187 |
hi i just installed the itrader but after importing the XML file. i cannot find it in the usergroup to set permission. please assist. thank you
|
Quote:
|
Quote:
|
1 Attachment(s)
thanks
great addon, works fine except the Rate Trade Button: Display. I am not able to get it to show in the first post or all posts. Is there any setting to be set I am missing. I attached a screenshot form the setting its currently set on. any help is greatly appreciated :D |
also getting this error
Warning: require_once([path]/includes/functions_wysiwyg.php) [function.require-once]: failed to open stream: No such file or directory in [path]/itrader_feedback.php on line 187 Fatal error: require_once() [function.require]: Failed opening required '/home/admin/public_html/includes/functions_wysiwyg.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/admin/public_html/itrader_feedback.php on line 187 |
Quote:
Thanks |
My first upgrade was with plugins enabled, which resulted in an error.
Today, I did a whole new copy and upgrade with all plugins disabled.....same error. Code:
Warning: require_once([path]/includes/functions_wysiwyg.php) [function.require-once]: failed to open stream: No such file or directory in [path]\itrader_feedback.php on line 187 |
1 Attachment(s)
Ok, I fixed this on my test forum.....
What I did was I went to "itrader_feedback.php" on line 172 and added the check for 4.1.12 (in RED below) Code:
if($vbulletin->options['templateversion'] > '4.1.3' OR in_array($vbulletin->options['templateversion'], array('4.1.10', '4.1.11', '4.1.12'))) The error is now gone and I can post feedback without issue |
Installed and trying to test using your fix weave. But when I go to itrader_main.php I get the "you do not have permission" error. I am logged in as admin and I don't see anywhere in the Itrader section for setting permissions for users?
Nevermind found it in usergroup permissions. Looks like everything is working fine. Thanks for the fix. |
Quote:
|
Quote:
Thanks weave! |
Quote:
|
1 Attachment(s)
Ive installed it, If I access to http://www.myforumurl.com/itrader.php I dont get any errors.
The problem is that I cannot see in postbit legacy or nav bar ... the links are hidden! Check the attached image to see my configuration, any help please?? |
Anyone got an idea on how to display the iTrader info in the postbit of a PM?
Mark |
OK - figured it out. I edited the iTrader Postbit plugin and added OR THIS_SCRIPT == 'private' to the second if statement.
Code:
if ($this->registry->options['itrader_forumid_ok'] OR THIS_SCRIPT == 'private') |
All times are GMT. The time now is 03:57 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|