Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 and issues discovered during the last development stages of K 6.3

This category is for discussing issues with the K 3.0 Blue Eagle template.

As general background, My Joomla site template makes a mess of Kunena .

We do not answer questions about other templates for Kunena here.

If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.

Question How deactivate the Link Button in the editor?

More
10 years 2 months ago - 10 years 2 months ago #1 by proterra
Hi, want some buttons deactivate in the Kunena Wysiwyg editor?

How I can do this?

Found the edit_editor.php but delete the following code didn´t brings any results:
Code:
<div id="kbbcode-link-options" style="display: none;"> <?php echo JText::_('COM_KUNENA_EDITOR_LINK_URL'); ?>&nbsp; <input id="kbbcode-link_url" name="url" type="text" size="40" value="http://" onmouseover="document.id('helpbox').set('value', '<?php echo JText::_('COM_KUNENA_EDITOR_HELPLINE_LINKURL', true); ?>')" /> <?php echo JText::_('COM_KUNENA_EDITOR_LINK_TEXT'); ?>&nbsp; <input name="text2" id="kbbcode-link_text" type="text" size="30" maxlength="150" onmouseover="document.id('helpbox').set('value', '<?php echo JText::_('COM_KUNENA_EDITOR_HELPLINE_LINKTEXT', true); ?>')" /> <input type="button" name="insterLink" value="<?php echo JText::_('COM_KUNENA_EDITOR_INSERT'); ?>" onclick="kbbcode.focus().replaceSelection('[url=' + document.id('kbbcode-link_url').get('value') + ']' + document.id('kbbcode-link_text').get('value') + '[/url]', false); kToggleOrSwap('kbbcode-link-options');" onmouseover="document.id('helpbox').set('value', '<?php echo JText::_('COM_KUNENA_EDITOR_HELPLINE_LINKAPPLY', true); ?>')" /> </div>
Last edit: 10 years 2 months ago by proterra.

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

More
10 years 2 months ago #2 by sozzled
Easier if you add the following lines to the end of your Joomla site template CSS file
Code:
#Kunena ul#kbbcode-toolbar li a#kbbcode-link-button { display: none; }

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

Time to create page: 0.457 seconds