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

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.

Question How do i put Module on the page where it display notice to non-registered members?

More
16 years 8 months ago #27834 by sunnyjey
Hi, I have configured my kunena forum for only registered members. So when some non-registered or non-logged member click the forum it displays following message.

This forum is open only to registered and logged-in users.
If you are already registered, please log in first.


I want to place 'Cb Login Module' and 'Google Adsense Module' on same page. Any help in this will be highly appreciated.

It would be nice if future 1.6 Kunena include WYSWIG Editor to configure this page.

Thank you

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

More
16 years 5 months ago #34594 by woonydanny
Yes i want to put my jomsocial login module on this page. how can i do this?

still wish that i can write my forum signature through a jomsocial plugin and do it from my jomsocial profile :(

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

More
16 years 5 months ago #34711 by Matias
This message is located in kunena.php lines 139-140. If you want to have login module in there, you need to look how to do it from docs.joomla.org/Developers

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

More
16 years 5 months ago #34753 by woonydanny
hi matias,
thanks, yes i know the lines for kunena.php. I already have a hack in there to show images that link to the urls of login and register, however i tried but couldnt get a module to work in there.

I dont know how to call a module up in the code. all the documentation i found was how to make a module, not call one up.

still wish that i can write my forum signature through a jomsocial plugin and do it from my jomsocial profile :(

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

More
16 years 5 months ago #34754 by Matias
Does this help:
Code:
if (JDocumentHTML::countModules('kunena_nologin')) { ?> <div class = "kunena_nologin"> <?php $document = &JFactory::getDocument(); $renderer = $document->loadRenderer('modules'); $options = array('style' => 'xhtml'); $position = 'kunena_nologin'; echo $renderer->render($position, $options, null); ?> </div> <?php }
(back to coding..)

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

More
16 years 5 months ago #34763 by woonydanny
thanks!!!!!!! ill try this code and have a play around with once i get home.

still wish that i can write my forum signature through a jomsocial plugin and do it from my jomsocial profile :(

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

Time to create page: 0.269 seconds