Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
This category contains miscellaneous, uncategorised third-party extensions (e.g. JomSocial, Community Builder, etc.) relating to older versions of Kunena that are no longer supported.
This category may also contain a few topics relating to K 1.6 that may have been moved here possibly by mistake.
The topics in this category are for historical interest only. Owing to the structural differences between K 1.6 and K 1.7, the ideas in these topics may not work with later versions and, for that reason, the topics are locked.
This category may also contain a few topics relating to K 1.6 that may have been moved here possibly by mistake.
The topics in this category are for historical interest only. Owing to the structural differences between K 1.6 and K 1.7, the ideas in these topics may not work with later versions and, for that reason, the topics are locked.
Question jomsocial 1.1,141 and kunena pm
17 years 2 months ago #6690
by fxstein
We love stars on the Joomla Extension Directory .
Replied by fxstein on topic Re:jomsocial 1.1,141 and kunena pm
We will have to look into what change with JomSocial. Unfortunately we did not get any heads up on this change.
I guess it turns out good that we held back on the 1.0.9 service release for a couple of days. We will try to include a fix for this.
Thx for letting us know!
fxstein
I guess it turns out good that we held back on the 1.0.9 service release for a couple of days. We will try to include a fix for this.
Thx for letting us know!
fxstein
We love stars on the Joomla Extension Directory .
Please Log in or Create an account to join the conversation.
17 years 2 months ago #6781
by jonsolo
Replied by jonsolo on topic Re:jomsocial 1.1,141 and kunena pm
Yep, not working in 1.1.142 either...their service release, ha ha.
I looked at the code and cannot figure it out...must be much deeper than me!
I looked at the code and cannot figure it out...must be much deeper than me!
Please Log in or Create an account to join the conversation.
- abraxas9083
-
Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 39
- Thank you received: 0
17 years 2 months ago #7248
by abraxas9083
Replied by abraxas9083 on topic Re:jomsocial 1.1,141 and kunena pm
have someone a solution ? dont work also in 1.1.144
Please Log in or Create an account to join the conversation.
- noelhunter
-
- Offline
- Junior Member
-
Less
More
- Posts: 22
- Thank you received: 1
17 years 2 months ago #7292
by noelhunter
Replied by noelhunter on topic Re:jomsocial 1.1,141 and kunena pm
The problem seems to be that the function has been moved, into
/components/com_community/assets/script-1.2.js
I manually included that in class.kunena.php as follows:
After:
//PM popup requires JomSocial css to be loaded from selected template
$config =& CFactory::getConfig();
Add:
$mainframe->addCustomHeadTag('<script type="text/javascript" src=" www.yoursite.com/components/com_community/assets/script-1.2.js ">');
This is a temporary fix. My understanding is that jomsocial will be offering the fix in a new release.
/components/com_community/assets/script-1.2.js
I manually included that in class.kunena.php as follows:
After:
//PM popup requires JomSocial css to be loaded from selected template
$config =& CFactory::getConfig();
Add:
$mainframe->addCustomHeadTag('<script type="text/javascript" src=" www.yoursite.com/components/com_community/assets/script-1.2.js ">');
This is a temporary fix. My understanding is that jomsocial will be offering the fix in a new release.
Please Log in or Create an account to join the conversation.
- spacereactor
-
- Offline
- Senior Member
-
Less
More
- Posts: 76
- Thank you received: 1
17 years 2 months ago - 17 years 2 months ago #7295
by spacereactor
Replied by spacereactor on topic Re:jomsocial 1.1,141 and kunena pm
thank for the code, in your class.kunena.php and you only need to add without addin the your website and it still work.
i have upload a file, unzip it and upload to replace it with your current one should work. located at components/com_kunena folder
Code:
$mainframe->addCustomHeadTag('<script type="text/javascript" src="/components/com_community/assets/script-1.2.js"></script>');
i have upload a file, unzip it and upload to replace it with your current one should work. located at components/com_kunena folder
Last edit: 17 years 2 months ago by spacereactor.
Please Log in or Create an account to join the conversation.
17 years 2 months ago #7362
by jonsolo
Replied by jonsolo on topic Re:jomsocial 1.1,141 and kunena pm
First, thank you for compiling the file.
Just a reminder to anyone who has Joomla installed someplace other than the root directory of your website:
You will still need to go into this new config file and change the path to reflect your actual Joomla install path.
For me it was adding /en just before the /componants.
Regards,
Jon
Just a reminder to anyone who has Joomla installed someplace other than the root directory of your website:
You will still need to go into this new config file and change the path to reflect your actual Joomla install path.
For me it was adding /en just before the /componants.
Regards,
Jon
Please Log in or Create an account to join the conversation.
Time to create page: 0.285 seconds