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

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

Solved Alt and Title for Image

  • Trony
  • Trony's Avatar Topic Author
  • Offline
  • Junior Member
  • Music and Electronic Devices Designer.
More
8 years 4 months ago #1 by Trony
In Kunena 4.0.7,
I added Alt and Title at Images.

I modded default.php in:

components -> com_kunena -> template -> system -> layouts -> image

Code:
defined ( '_JEXEC' ) or die (); $document =& JFactory::getDocument();
Code:
<a href="<?php echo $this->escape($url); ?>" title="<?php echo $document->getDescription() ?>"> <?php endif; ?> <img src="<?php echo $this->escape($url); ?>"<?php echo $attributesImg; ?> alt="<?php echo $document->getDescription() ?>" />

With this, for Alt and Title i've the Meta Description of the Topic.

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.

More
8 years 3 months ago #2 by Nikiniko
Replied by Nikiniko on topic Alt and Title for Image
I find default.php here
system/layouts/bbcode/image
in layouts i see onlly
prntscr.com/9itozr

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

Time to create page: 0.506 seconds