- Posts: 3
- 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
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
I want to disable the login/register so that the forum is open and does not require this. Can anyone help?
Please Log in or Create an account to join the conversation.
- grumblemarc
-
- Offline
- Elite Member
-
- Still making trouble
- Posts: 1107
- Thank you received: 3
We love stars on the Joomla Extension Directory .
Please Log in or Create an account to join the conversation.
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:
or
--- comment out in html ---
open: components/com_kunena/template/default/plugin/profilebox.php
search:
set public read/write access in Kunena config
Registered Users Only: no
Public Read/Write: yes
Spam protection system: on
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
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:replace:Code:td.fb_profileboxcnt { width:95%; }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.
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:replace:Code:td.fb_profileboxcnt { width:95%; }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.