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

Question 108 - User type not show

More
17 years 2 months ago - 17 years 2 months ago #4066 by rinuccio
Watch this

Last edit: 17 years 2 months ago by rinuccio.

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

More
17 years 2 months ago #4182 by Matias
Replied by Matias on topic Re:108 - User type not show
It was a bug in Joomla (1.5.x, I don't remember). The field is actually empty.

Do you have phpmyadmin installed? It's easy to fix by running one query.

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

More
17 years 2 months ago #4193 by rinuccio
Yes...

How do? ;)

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

More
17 years 2 months ago - 17 years 2 months ago #4246 by Matias
Replied by Matias on topic Re:108 - User type not show
UPDATE jos_users SET usertype = 'Registered' WHERE usertype='' AND activation != ''
Last edit: 17 years 2 months ago by Matias.

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

More
17 years 2 months ago #5208 by rinuccio
Before proceeding with the query, I tried the template "default" and the problem disappears...

Is a template problem? :O

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

More
17 years 2 months ago #5214 by Matias
Replied by Matias on topic Re:108 - User type not show
It may be in your template too. Check if there are any php files. You cannot use them. Look at:

docs.kunena.com/index.php/Templates_FAQ

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

Time to create page: 0.247 seconds