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 [Merged topic] KunenaDiscuss plugin for K 1.5.x

More
16 years 6 months ago #32411 by nealb
So, I'm very excited about Kunena, and I'm very excited about the Kunena Discuss Plugin. I've just started to use it on my site as my commenting solution.

The only problem I have with it is that it doesn't quite handle the --sup-- tags properly. Specifically, in my case, it adds the open --sup-- tag but not the closing one. Then, on the forum, it actually shows the tag.

Any ideas?

~Neal

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

More
16 years 6 months ago #32412 by nealb
I'm wondering where the language file is for the Kunena Discuss Plugin.

Especially, I want to know where the line comes from that says, "You need to login or register to post comments." The word register is linked to the Joomla registration page, and since I'm using JomSocial, I'd really like it to link to that page instead.

Thanks,
~Neal

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

More
16 years 6 months ago #32454 by xillibit
Hello,

the language file for this plugin is in language/en_GB, do you have checked the joomla! languagge file for modified this line ?

I don't provide support by PM, because this can be useful for someone else.

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

More
16 years 6 months ago - 16 years 6 months ago #32466 by beresbart
OK! This is all too humiliating!
How could I have spent so much time in the plugin params WITHOUT seeing the tooltips.
I TOLD you it was humiliating.

But two more questions arise.

The plug shows no sign of working anywhere but the frontpage. (Jom comment is about to get uninstalled. That might be the culprit I'm thinking.)

The quickposts appear to all have id's.
Are these comments veiwable by id anywhere except in the forum?
Gratefully
Beres
Last edit: 16 years 6 months ago by beresbart. Reason: Severe bloody embarrasment

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

More
16 years 6 months ago #32491 by proterra
Where I finde the language file after installation. In the language folder I missed them.

E-Mail: Can I delete the e-mail field?

Can I use other catcha? It isn“t not so much secure

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

More
16 years 6 months ago - 16 years 6 months ago #32676 by sebkun
Do you think this plugin could also handle the readmore link ? I say that because It would be useful to allow people to control style efficiently.

By the way, here is a little hack to make the form accessible (and clearer I think). Feel free to use the code for the plugin if you think it is good enough.

Kunenadiscuss.php around line 962 to 995 :
Code:
//. Set the state of the QuickPost form adding option to toggle if it's closed. if ($botQuickPostOpen) { $s .= '<div id="quickPost'.$row->id.'">'; } else { $s .= '<a href="#" class="kdb-quick-post-toggle" onclick="toggleQuickPost('.$row->id.'); return false;">'.JText::_('FBDB_QUICK_POST').'</a>'; $s .= '<div id="quickPost'.$row->id.'" style="display:none;">'; } $s .= '<form method="post" name="postform" onSubmit="return validate(this);">'; $s .= "<fieldset class=\"quickcomment\"><legend>" . JText::_('FBDB_QUICK_POST') . "</legend>"; // Open a field layout table $s .= "<div class=\"smil$botSmilies\">" . $smilies . "</div>"; if($my->id) { $s .= '<div><label for="name">'.JText::_('FBDB_NICKNAME').'</label>'; $s .= '<input type="text" id="name" name="name" value="' . ($fbConfig->username ? $my->username : $my->name) . '" disabled="disabled">'; $s .= '<input type="hidden" name="email" value=""></div>'; } else { $s .= '<div><label for="name">'.JText::_('FBDB_NICKNAME').'</label>'; $s .= '<input type="text" id="name" name="name" value=""></div>'; $s .= '<div><label for="email">'.JText::_('FBDB_EMAIL').'</label>'; $s .= '<input type="text" id="email" name="email" value=""></div>'; } // Begin captcha . Thanks Adeptus if ($fbConfig->captcha && !$my->id) $s .= JText::_('FBDB_KUNENA_CAPDESC').'&nbsp;<input name="txtNumber" type="text" id="txtNumber" value="" style="vertical-align:middle" size="10">&nbsp;<img src="index2.php?option=com_kunena&func=showcaptcha" alt="" /><br />'; // Finish captcha $s .= '<div><label for="message">'.JText::_('FBDB_MESSAGE').'</label>'; $s .= '<textarea name="message" id="message" rows="5" cols="60"></textarea></div>'; $s .= '<button type="submit">'.JText::_('FBDB_SUBMIT_BUTTON').'</button>'; $s .= "</fieldset>\n"; // Close field layout table

dicuss.css :
Code:
fieldset.quickcomment { padding: 1em; background: #dae6ff; border: 1px dotted #4475ce; margin: 0 0 15px 15px; display: block; padding : 0 0.5em 1em 0.5em; } fieldset.quickcomment legend { position : relative; top : -1em; padding : 0.4em; border: 1px solid #4475ce; background:#4475ce; color: #fff; margin-bottom: 10px; } fieldset.quickcomment div { overflow:hidden; display:inline-block; } fieldset.quickcomment div {display:block;} fieldset.quickcomment label { float:left; width:5em; } .smil0{ overflow:hidden; } .smil1{ display: inline; float: left; } .smil2{ display: inline; float: right; } fieldset.quickcomment button{ clear:both; margin-left:150px; width:125px; height:31px; background:#666666; text-align:center; line-height:31px; color:#FFFFFF; font-size:11px; font-weight:bold; }
Last edit: 16 years 6 months ago by sebkun.

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

Time to create page: 0.269 seconds