Kunena 6.3.0 released

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

This is not a support forum for any of the products contained herein. For product support you should visit the developer's website.

The information given in this category is intended to guide users who want to use various third-party products with Kunena and, mostly, was written by Kunena users. The information here is not necessarily accurate, up-to-date nor is it intended to replace the support given by the developers of other Joomla extensions.

If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.

Question SLogin Kunena profilebox integration addon.

More
8 years 3 weeks ago - 8 years 3 weeks ago #1 by mistbow
SLogin to Kunena profilebox integrations.

1. In the section `plugins/Kunena - Joomla integration basic` disable `Enable Joomla login`.
2. Unzip files from achive to `modules/mod_slogin`.
3. In `Extensions/Modules` write (by keyboard) position for module SLogin `kunena_profilebox`.
4. In SLogin additional settings select alternate template `kunena` and save.

To change size of icons use css section:

.jlslogin .slogin-buttons span {
/* background: url(../../media/socials_sprite.png) no-repeat;*/
height: 25px;
width: 25px;
display:block;
border-radius: 1px;
line-height: 49px;
}
Attachments:
Last edit: 8 years 3 weeks ago by mistbow.
The following user(s) said Thank You: ssnobben, Trony

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

More
7 years 11 months ago #2 by ssnobben
Does it work with new Kuena 5.0 betas?

rgds

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

More
7 years 11 months ago #3 by mistbow

ssnobben wrote: Does it work with new Kuena 5.0 betas?

rgds


Hi! Not tested yet. (
The following user(s) said Thank You: ssnobben

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

More
7 years 6 months ago - 7 years 6 months ago #4 by mistbow

ssnobben wrote: Does it work with new Kuena 5.0 betas?

rgds


Yes! It's compatible, but need some modifications in mod_slogin folder. (Tested for SLogin 2.1.0)
Open mode_slogin.php and change permanent url from:
Code:
if ($params->get('load_css') != '1') { $doc->addStyleSheet(JURI::root().'modules/mod_slogin/tmpl/compact/slogin.css'); }
to
Code:
if ($params->get('load_css') != '1') { $doc->addStyleSheet(JURI::root().'modules/mod_slogin/tmpl/'.$layout.'/slogin.css'); }
and save file.

Than change module SLogin position from kunena_profilebox to kunena_top
Profit!
Last edit: 7 years 6 months ago by mistbow.
The following user(s) said Thank You: ssnobben

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

More
7 years 6 months ago #5 by ssnobben
Thks will check this out later! Cheers!

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

More
7 years 6 months ago #6 by ssnobben
Hi isnt the latest Slogin version 2.4.2 ?

joomline.net/downloads/slogin/242.html

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

More
7 years 6 months ago #7 by mistbow
Yes, it's component version, but module version is 2.1.0.

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

Time to create page: 0.519 seconds