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
15 years 4 months ago #69812
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Disable images and bbcode in signature
OK. So if you disable BBcode, you disable images, right?
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
15 years 4 months ago #69814
by Mikote
Miguel
Madrid (Spain)
Replied by Mikote on topic Disable images and bbcode in signature
Yes, exactly!
Miguel
Madrid (Spain)
Please Log in or Create an account to join the conversation.
15 years 4 months ago #69819
by Mikote
Miguel
Madrid (Spain)
Replied by Mikote on topic Disable images and bbcode in signature
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>') ?>
/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.
15 years 4 months ago #69917
by kerios83
Replied by kerios83 on topic Re: Disable images and bbcode in signature
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>
-->
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.
15 years 2 months ago #81282
by pjwirth
Replied by pjwirth on topic Restrict Signatures and BBCode
Hello,
I am wondering if it is possible to do these two things based on the persons rank or usergroup in Joomla.
Any hacks for this or a possibly for development?
Thank you!
I am wondering if it is possible to do these two things based on the persons rank or usergroup in Joomla.
- Restrict Board Code functionality
- Restrict Image Uploads
- 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