Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

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

The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

Please note: The Kunena project team takes NO responsibility for maintaining nor supporting anything in this category.

Solved Remove BBCode from Description Post of Latest Module

  • Trony
  • Trony's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Music and Electronic Devices Designer.
More
10 years 4 months ago - 10 years 4 months ago #172356 by Trony
In Description of Latest Module there are BBCode.
Example: [image] text of post.

In default_row.php (I use this display), I added this:
Code:
<?php $text = preg_replace("~\\[([^\\]]+?)(=[^\\]]+?)?\\](.+?)\\[/\\1\\]~", '', $this->topic->last_post_message); ?> <li class="klatest-preview-content"><?php echo KunenaHtmlParser::stripBBCode($text, $this->params->get('lengthcontentcharacters')); ?></li> <?php endif; ?>

What do you think ?!?

Music and Electronic Devices Designer. Drum and Bass Addict. Creative Mind as Lifestyle. Cat in past Life. Soccer, Ice Hockey and Snowboard Lover.

Last edit: 10 years 4 months ago by Trony.

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

More
10 years 4 months ago #172357 by 9themestore
Hi,

What do you think if use CSS to hidden it?
Ex:
Code:
li.klatest-preview-content { display: none; }

- Please provide your site url if it has been lived.
- Please share tip if it worked fine with you.
- Don't be shy about using the "Thanks" button below if you found my comment helpful :)

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

  • Trony
  • Trony's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Music and Electronic Devices Designer.
More
10 years 4 months ago #172390 by Trony
I prefere show Description:
* User have an Idea about Topic;
* It's good for Google Bot (SEO).

Naturally it depends about Website.

If check mine, in Home I've Latest Module.
More Words, More "Attractive" to Search Engines.

Music and Electronic Devices Designer. Drum and Bass Addict. Creative Mind as Lifestyle. Cat in past Life. Soccer, Ice Hockey and Snowboard Lover.

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

Time to create page: 0.267 seconds