Kunena 6.4.8 Released

The Kunena team has announce the arrival of Kunena 6.4.8 [K 6.4.8] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/5.4.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 6.4
Important note: Go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated. This is particularly necessary for major version jumps so that the table changes are adapted.

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Solved A "simplified" Kunena

More
11 years 4 months ago #158936 by bumpeboy
Replied by bumpeboy on topic A "simplified" Kunena

Josh wrote: The resolution in those screen shots is quite low making it hard to know exactly what fields you want removed. I can provide a CSS mod to hide them, but I need to know exact which fields to hide. ;)


Hi Josh i have reposted new images please check if they are clear enough.

Thanks in advance.

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

More
11 years 4 months ago #158937 by Josh
Replied by Josh on topic A "simplified" Kunena
Add this to one of your template css files, save a copy in case your template gets upgraded some day:
Code:
/* Hides Kunena's Pathway */ .kblock.kpathway { display: none !important; } /* Hides Social Profile Icons */ .kprofile-rightcol2 { display: none !important; } /* Hides the Profile Information Tab */ #kprofile-edit dt:nth-child(2) { display: none; }

The file name might be something along the lines of template.css in a css folder of that template. Then to remove the user parameters go to: yoursite/administrator/index.php?option=com_config&view=component&component=com_users (yoursite is replaced by the url of your site). Set "Frontend User Parameters" to hide. :)
The following user(s) said Thank You: bumpeboy

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

More
11 years 4 months ago - 11 years 4 months ago #158938 by bumpeboy
Replied by bumpeboy on topic A "simplified" Kunena
Josh thanks a lot it worked fine. Thanks a lot :)

Thats issues:
Issue 2 sorted :cheer:
Issue 3 sorted :cheer:
Issue 4 sorted :cheer:

Am still waiting for the other two issues.

Issue 1 :unsure:
Issue 5 :unsure:


To perfect it
Is there a way to choose or edit a field from IMAGE number 2? The county and city field have vanished as well and thats all i needed from that field. Can i just activate only those?



While still on the profile:
How can i get lock usernames and have users to log in using email and password am using joomla,kunena and social login?


Thanks for the help that you have offered so far i do appreciate.
Last edit: 11 years 4 months ago by bumpeboy.

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

More
11 years 4 months ago #158939 by Josh
Replied by Josh on topic A "simplified" Kunena
It was a little tricky considering Kunena does not provide classes for any of those fields. By using a pseudo class I was able to select the proper field (tables didn't play nice with me either). Anyways remove the following from your CSS file:
Code:
/* Hides the Profile Information Tab */ #kprofile-edit dt:nth-child(2) { display: none; }

Then insert the following into the CSS file to hide most of the fields and keep some:
Code:
/* Hides most social fields but keeps signature and location */ .kblock.keditprofile tr.krow2:nth-child(3) { display: block !important; } .kblock.keditprofile tr.krow1:last-child { display: block !important; } .kblock.keditprofile tr.krow1, .kblock.keditprofile tr.krow2 { display: none; }

Regarding the email issue, might I suggest checking out Authentication - EMail

As for issues 1 and 5: So you want Kunena completely hidden from guests? I'm a little confused by what you mean on #5 regarding "that menu".
The following user(s) said Thank You: bumpeboy

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

More
11 years 4 months ago #158950 by bumpeboy
Replied by bumpeboy on topic A "simplified" Kunena

Josh wrote: It was a little tricky considering Kunena does not provide classes for any of those fields. By using a pseudo class I was able to select the proper field (tables didn't play nice with me either). Anyways remove the following from your CSS file:

Code:
/* Hides the Profile Information Tab */ #kprofile-edit dt:nth-child(2) { display: none; }

Then insert the following into the CSS file to hide most of the fields and keep some:
Code:
/* Hides most social fields but keeps signature and location */ .kblock.keditprofile tr.krow2:nth-child(3) { display: block !important; } .kblock.keditprofile tr.krow1:last-child { display: block !important; } .kblock.keditprofile tr.krow1, .kblock.keditprofile tr.krow2 { display: none; }

Regarding the email issue, might I suggest checking out Authentication - EMail

As for issues 1 and 5: So you want Kunena completely hidden from guests? I'm a little confused by what you mean on #5 regarding "that menu".



That one worked fine although it reactivated the signature field instead of the personal text field, just noticed i had renamed personal text to city. For that matter i can leave the signature but can you please code for the personal text to show as well then from end it will show the current city. please Thanks

Many Thanks Josh


Josh wrote: Regarding the email issue, might I suggest checking out Authentication - EMail


That will help thanks.

Josh wrote: As for issues 1 and 5: So you want Kunena completely hidden from guests? I'm a little confused by what you mean on #5 regarding "that menu".


Yes i would like to hide kunena completely from guests but when i deny permission to guest and i happen to set a kunena menu as the default page. Visitors were getting an error. So i though i can give visitors access to kunena, set menu of a thread as default and then deny guest access to that thread. That way it was working fine but was showing that message.
What i was trying to archive is to have a site for registered members only but the landing page is a kunena topic.

But number 5 is no longer a priority.


Many Thanks Josh

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

Time to create page: 0.329 seconds