Kunena 7.0.2 Released

The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/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

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question Disable images and bbcode in signature

More
15 years 4 months ago #69812 by sozzled
OK. So if you disable BBcode, you disable images, right?

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

More
15 years 4 months ago #69814 by Mikote
Yes, exactly!

Miguel
Madrid (Spain)

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

More
15 years 4 months ago #69819 by Mikote
I have found where to do the hack in Kunena 1.6 to work:

/components/com_kunena/template/default/view/message.actions.php

Around line 23:

<?php echo $this->signatureHtml ?>

Change by:

<?php echo strip_tags($this->signatureHtml,'<br>') ?>

Miguel
Madrid (Spain)

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

More
15 years 4 months ago #69917 by kerios83
if u dont want signature at all:

components\com_kunena\template\YOU TEMPLATE\default\profile - editprofile.php

line 205 change it to:

<!--
<tr class="krow2">
<td class="kcol-first"><?php echo JText::_('COM_KUNENA_MYPROFILE_SIGNATURE'); ?></td>
<?php // TODO: Add some bbcode functions ?>
<td class="kcol-mid">
<span class="editlinktip hasTip" title="<?php echo JText::_('COM_KUNENA_MYPROFILE_SIGNATURE'); ?>::<?php echo JText::_('COM_KUNENA_MYPROFILE_SIGNATURE_DESC'); ?>" >
<textarea class="ktxtarea required" name="signature" id="kbbcode-message" rows="10" cols="30"><?php echo $this->escape($this->profile->signature) ?></textarea>
</span>
</td>
</tr>
-->
The following user(s) said Thank You: pioneer6869

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

More
15 years 2 months ago #81282 by pjwirth
Hello,

I am wondering if it is possible to do these two things based on the persons rank or usergroup in Joomla.
  1. Restrict Board Code functionality
  2. Restrict Image Uploads
  3. Restrict Signatures

Any hacks for this or a possibly for development?

Thank you!

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

Time to create page: 0.296 seconds