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 category contains miscellaneous, uncategorised user contributions, (templates, modules, plugins and hacks) relating to older versions of Kunena that are no longer supported.

This category may also contain a few topics relating to K 1.6 that may have been moved here possibly by mistake.

The topics in this category are for historical interest only. Owing to the structural differences between K 1.6 and K 1.7, these ideas in these topics will not work with later versions and, for that reason, the topics are locked.

Question Hide Disable Login/Register

More
17 years 1 month ago - 17 years 1 month ago #8777 by desiresrt
Hi:
I want to disable the login/register so that the forum is open and does not require this. Can anyone help?
Last edit: 17 years 1 month ago by desiresrt.

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

More
17 years 1 month ago #8781 by grumblemarc
It can be done in the CSS.

We love stars on the Joomla Extension Directory . :-)

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

More
17 years 1 month ago - 17 years 1 month ago #8782 by orthanc
Two things to do:
1. you have to remove the Kunena login/register
2. you have to set public read/write access in Kunena config

Remove the Kunena login/register
--- hide with css (as grumblemarc said) ---
search in kunena.forum.css:
Code:
td.fb_profileboxcnt { width:95%; }
replace:
Code:
td.fb_profileboxcnt { width:95%; display:none; }

or
--- comment out in html ---
open: components/com_kunena/template/default/plugin/profilebox.php

search:
Code:
<br/> <?php echo _PROFILEBOX_PLEASE; ?>
replace:
Code:
<!-- <br/> <?php echo _PROFILEBOX_PLEASE; ?>
search:
Code:
</td> <?php if (mosCountModules('kunena_profilebox'))
replace:
Code:
</td>--> <?php if (mosCountModules('kunena_profilebox'))
search:
Code:
<td> <div class = "fb_profilebox_modul">
replace:
Code:
<!--<td>--> <div class = "fb_profilebox_modul">


set public read/write access in Kunena config
Registered Users Only: no
Public Read/Write: yes
Spam protection system: on
Last edit: 17 years 1 month ago by orthanc.

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

More
17 years 1 month ago #8918 by desiresrt
Thanks a Lot!!!!!

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

More
17 years 1 month ago #9823 by luvjoomla
orthanc wrote:

Two things to do:
1. you have to remove the Kunena login/register
2. you have to set public read/write access in Kunena config

Remove the Kunena login/register


--- hide with css (as grumblemarc said) ---
search in kunena.forum.css:
Code:
td.fb_profileboxcnt { width:95%; }
replace:
Code:
td.fb_profileboxcnt { width:95%; display:none; }




I edited my CSS and the Please login or register still shows...

Since I already have set the forum to be open, why does this text display anyway?

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

More
17 years 2 weeks ago #14006 by invokers
luvjoomla wrote:

orthanc wrote:

Two things to do:
1. you have to remove the Kunena login/register
2. you have to set public read/write access in Kunena config

Remove the Kunena login/register


--- hide with css (as grumblemarc said) ---
search in kunena.forum.css:
Code:
td.fb_profileboxcnt { width:95%; }
replace:
Code:
td.fb_profileboxcnt { width:95%; display:none; }




I edited my CSS and the Please login or register still shows...

Since I already have set the forum to be open, why does this text display anyway?


Make sure that you are Editing the Correct CSS files. If you have enabled the default template then the folder should be "default". If your template is different then make sure that you are editing the correct css file.

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

Time to create page: 0.226 seconds