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

This is for users to help other users, to discuss topics that are related to forum administration in general or problems in running Joomla. This is not the place to ask for Joomla support. If you want assistance with Joomla please ask at forum.joomla.org

Question How to put a message: "Register to access the Forum" ?

More
15 years 11 months ago #49871 by macchu
I saw your picture anf try with default_ex, and the result is the same :/

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

More
15 years 11 months ago #49872 by @quila
Hi macchu,

the problem is in your JOOMLA template that don't show this message for restricted items.

Regards

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

More
15 years 11 months ago #49885 by macchu
@quila wrote:

Hi macchu,

the problem is in your JOOMLA template that don't show this message for restricted items.
Regards

Hi @quila,
Thanks for your response but before the update, the message appears perfectly !
Other thing : The "default" template does not appear in the dropdown, the templates is in the files (ftp). Strange ?

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

More
15 years 11 months ago #49886 by Cerberus
in K1.5 Default isnt actual a template its a store for files used by the Default_EX template

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

More
15 years 11 months ago #49902 by sozzled
macchu wrote:

This is my problem :
When I click the menu item that sends me on the forum, the page is empty if I am not logged in as "registered".
I would like to display a message with a link to register. How please ?

Simple answer: hide the menu link from non-registered users; only show the link if you are logged in.

On your home page, display the following information "Nous avons un grand forum. Inscrivez-vous ici et connectez-vous à nous rejoindre" - give them the link to where they can register, let them login and, hey presto, problem is solved.

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

More
15 years 11 months ago #49925 by macchu
Hello,

Thanks Slozzed, I think it before but it's not that I want :)

I think I will not resolve my problem like this, so I tried another method.
In index.php of Joomla template, I insert this code :
Code:
global $my; $composant = JRequest::getVar('option'); if($composant=="com_kunena") { if ($my->id) {} else { echo '<div style="text-align:center">Bla bla bla</div>'; } }
- detect if user/visitor is connected
- detect if Kunena composant is used
That's all!

Thanks for your responses and sorry for my bad english :)

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

Time to create page: 0.292 seconds