Kunena 6.2.6 released

The Kunena team has announce the arrival of Kunena 6.2.6 [K 6.2.6] which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

Please Read This First:


This category is only for reporting defects with K 3.0.

Do not use this category:
  • to ask general questions about how to use K 3.0 or to ask when new versions of Kunena will be released;
  • to ask about other (older) versions of Kunena; or
  • if you have tried to install K 3.0 on J! 1.5; or
  • if you installed K 3.0 on a live, production site and you want your site restored to its previous state; or
  • if this website ( www.kunena.org ) works but works differently to how you expected.

You must include your K 3.0 configuration report; if you do not include your configuration report, your topic may be closed (locked) or deleted without any further warnings from the moderators.

Topics that have been closed (resolved) will be archived and no further discussion on those topics will be allowed.

Question ebay widgets partner doesnt work :(

More
9 years 1 week ago - 9 years 1 week ago #11 by Silencer2010
Just a news question to the ebay widget plugin.

Is it possible to open the ebay link in new windows / tabs, instead of the same? So, the user leaves our website...

Thanks
Tobias
Last edit: 9 years 1 week ago by Silencer2010.

Please Log in or Create an account to join the conversation.

More
9 years 1 week ago - 9 years 1 week ago #12 by xillibit
Hello,

For open a new tab, the fix will be available in next version : github.com/Kunena/Kunena-Forum/commit/a0...65df2846ba903cc10a23

I don't provide support by PM, because this can be useful for someone else.
Last edit: 9 years 1 week ago by xillibit.

Please Log in or Create an account to join the conversation.

More
9 years 1 week ago #13 by Silencer2010
We changed the file, but we still do not see the clicks in ebay partner net :(

Please Log in or Create an account to join the conversation.

More
9 years 1 week ago #14 by xillibit
For partner it's defined actually on "eBay Partner Network" but maybe you are using something else :

2 = Be Free
3 = Affilinet
4 = TradeDoubler
5 = Mediaplex
6 = DoubleClick
7 = Allyes
8 = BJMT
9 = eBay Partner Network


?

I don't provide support by PM, because this can be useful for someone else.

Please Log in or Create an account to join the conversation.

More
9 years 1 week ago #15 by Silencer2010
We just use the account from ebaypartnernetwork.com.

Or where do we have to make an account?

Please Log in or Create an account to join the conversation.

More
9 years 1 week ago #16 by xillibit
ebaypartnernetwork.com is the right place, i'am checking if i have forgot something in the call to quering data to eBay API

I don't provide support by PM, because this can be useful for someone else.

Please Log in or Create an account to join the conversation.

More
9 years 1 week ago - 9 years 1 week ago #17 by xillibit
Can-you tell me if the following works for you, in the file \libraries\kunena\bbcode\bbcode.php at line 1739 replace :
Code:
$response = $http->get('http://open.api.ebay.com/shopping?callname=GetSingleItem&appid=' . $config->ebay_api_key . '&siteid=' . $config->ebay_language . '&responseencoding=JSON&ItemID=' . $ItemID . '&version=889&trackingid=' . $config->ebay_affiliate_id . '&trackingpartnercode=9');

by :
Code:
$response = $http->get('http://open.api.ebay.com/shopping?callname=GetSingleItem&appid=' . $config->ebay_api_key . '&siteid=' . $config->ebay_language . '&responseencoding=JSON&ItemID=' . $ItemID . '&version=889&trackingid=' . $config->ebay_affiliate_id . '&trackingpartnercode=9&applicationdevicetype=browser');

?

I don't provide support by PM, because this can be useful for someone else.
Last edit: 9 years 1 week ago by xillibit.

Please Log in or Create an account to join the conversation.

More
9 years 1 week ago #18 by Silencer2010
Hi,

we tested it again, before changing the code. Now it seems to work. Does it take long time until it is seen in the ebay backend?

Is it better to change the code even if it seems to work now?


Regards
Tobias

Please Log in or Create an account to join the conversation.

More
9 years 1 week ago #19 by xillibit
If it's work you don't need to change the code, i don't know how the partner thing work

I don't provide support by PM, because this can be useful for someone else.

Please Log in or Create an account to join the conversation.

Time to create page: 0.413 seconds