- Posts: 107
- Thank you received: 0
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
17 years 2 months ago - 17 years 2 months ago #4066
by rinuccio
108 - User type not show was created by rinuccio
Last edit: 17 years 2 months ago by rinuccio.
Please Log in or Create an account to join the conversation.
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.
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.
17 years 2 months ago #4193
by rinuccio
Replied by rinuccio on topic Re:108 - User type not show
Yes...
How do?
How do?
Please Log in or Create an account to join the conversation.
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.
17 years 2 months ago #5208
by rinuccio
Replied by rinuccio on topic Re:108 - User type not show
Before proceeding with the query, I tried the template "default" and the problem disappears...
Is a template problem?
Is a template problem?
Please Log in or Create an account to join the conversation.
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
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