Kunena 7.0.8 Released
The Kunena team has announce the arrival of Kunena 7.0.8 [K 7.0.8] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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
Solved [fixed] Login button 'floating'?
clicking it leads to a 404 > https://[domainname]/&tmpl=component
sharing = caring
Please Log in or Create an account to join the conversation.
changing the class or even emitting it solves the issue of the floating button.
It doesn't solve the faulty url resulting in 404
sharing = caring
Please Log in or Create an account to join the conversation.
I have guest access enabled so you do NOT need to login to join the discussion
sharing = caring
Please Log in or Create an account to join the conversation.
it should link to : /test/component/users/?view=login&tmpl=component
Please Log in or Create an account to join the conversation.
General observation: a lot of templates use their own (modal popup) login functionality (like meetgavern on my site). A lot of sites have extended the joomla login with a social media account login. I use EasyProfile for this. and then there is also the redirect function of the login module: with easyprofile it is e.g. possible to redirect a user after login to a specific place if eg some mandatory fields are not filled.
For that reason I think it is wise to implement the following functionality.
There are 3 scenarios:
1. not logged in (guest) and guest reply enabled on forum
2. not logged in (guest) and no guest reply enabled on forum
3. logged in
case 1. display message like "you are not logged in, your reply will be placed as guest"
case 2. display message like "you are not allowed to reply, please login first"
case 3. display no message
I have this currently implemented on my websites for the kunena discuss plugin where I ran into the challenge of users not logging in and placing a reply under their name as a guest (and they they would contact me asking where their avatar etc. is...).
The displayed message is working perfect (got feedback from several users). There is no login button (as this doesn't work / redirects to the wrong page and social media login not working which is currently the most used way to create an account (just press facebook and an account will be created / you will be logged in)).
So my suggestion would be to make it more simple: no login button, just text
see here for an example of the discuss plugin message: www.lerendeleiders.nl/jezelfleiden/399-m...erschap-kantelmoment (dutch :whistle: )
sharing = caring
Please Log in or Create an account to join the conversation.
ruud wrote: Okay, just to add to the functional discussion:
General observation: a lot of templates use their own (modal popup) login functionality (like meetgavern on my site). A lot of sites have extended the joomla login with a social media account login. I use EasyProfile for this. and then there is also the redirect function of the login module: with easyprofile it is e.g. possible to redirect a user after login to a specific place if eg some mandatory fields are not filled.
For that reason I think it is wise to implement the following functionality.
There are 3 scenarios:
1. not logged in (guest) and guest reply enabled on forum
2. not logged in (guest) and no guest reply enabled on forum
3. logged in
case 1. display message like "you are not logged in, your reply will be placed as guest"
case 2. display message like "you are not allowed to reply, please login first"
case 3. display no message
I have this currently implemented on my websites for the kunena discuss plugin where I ran into the challenge of users not logging in and placing a reply under their name as a guest (and they they would contact me asking where their avatar etc. is...).
The displayed message is working perfect (got feedback from several users). There is no login button (as this doesn't work / redirects to the wrong page and social media login not working which is currently the most used way to create an account (just press facebook and an account will be created / you will be logged in)).
So my suggestion would be to make it more simple: no login button, just text
see here for an example of the discuss plugin message: www.lerendeleiders.nl/jezelfleiden/399-m...erschap-kantelmoment (dutch :whistle: )
Any thoughts on this suggestion?
sharing = caring
Please Log in or Create an account to join the conversation.