Kunena 7.0.3 Released

The Kunena team has announce the arrival of Kunena 7.0.3 [K 7.0.3] 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.

Loved Kunena Login module with K, JS or CB Avatar

More
15 years 10 months ago - 15 years 10 months ago #48625 by @quila
Hi,

color of this input is not defined in the module css file.

Add this rule in the mod_klogin.css

input#modlgn_username .inputbox,
input#modlgn_passwd .inputbox {
color: #ffffff !important;
}

*also, i'm not getting the login form in Forum (using the default_ex dark template)

you need to check if this template have defined position where you want to publish this module

Regards
Last edit: 15 years 10 months ago by @quila.

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

More
15 years 10 months ago - 15 years 10 months ago #48746 by FreeThinker
Hi @quila

did as you stated, but changes do not apply! :unsure:
Last edit: 15 years 10 months ago by FreeThinker.

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

More
15 years 10 months ago #48921 by FreeThinker
have put the code in the vertical and horizontal as you mentioned....
....but no changes!!! :(

tested it like this:
Code:
#Klogin-vert input#modlgn_username .inputbox, #Klogin-vert input#modlgn_passwd .inputbox { color: #ffffff !important; }
Code:
#Klogin-horiz input#modlgn_username .inputbox, #Klogin-horiz input#modlgn_passwd .inputbox { color: #ffffff !important; }
....still the issue remains! :unsure:

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

More
15 years 10 months ago #48924 by @quila
Hi,

can you provide a link to your site, please. Thank you.

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

More
15 years 10 months ago #48929 by FreeThinker

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

More
15 years 10 months ago - 15 years 10 months ago #48944 by @quila
Hi FreeThinker,

open the file template_css.css in your JOOMLA template css folder. Find line 279 and add red colored text.

input#mod_login_username.inputbox, input#mod_login_password.inputbox, input#modlgn_username.inputbox, input#modlgn_passwd.inputbox {
border:0 none;
color:white;
display:block;
height:24px;
width:170px;
}


Regards
Last edit: 15 years 10 months ago by @quila.

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

Time to create page: 0.295 seconds