Kunena 7.0.4 Released

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

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 Paper clip on posts with embedded image or video links

More
16 years 8 months ago - 16 years 8 months ago #27225 by santapec
You know how a there's a paper clip showing up in the list of posts if a post contains an image or a file.
Is it possible to get that to show up as well when users embed images or videos with the link function into a post?
Code:
Embedding using: [img] and [video]
This would be a great feature since I want to encourage my members to host their own images instead of uploading them onto my server which is getting full.
Last edit: 16 years 8 months ago by santapec.

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

More
16 years 8 months ago - 16 years 8 months ago #27447 by santapec
It can't be that hard, can it?? Just telling Kunena to insert the paperclip if [img] or [video] is inside the post.

Just adding something to these line of code in flat.php should do it maybe, but what?
Code:
<?php //(JJ) ATTACHMENTS ICON if ($leaf->attachmesid > 0) { echo isset($fbIcons['topicattach']) ? '<img class="attachicon" src="' . KUNENA_URLICONSPATH . $fbIcons['topicattach'] . '" border="0" alt="' . _KUNENA_ATTACH . '" />' : '<img class="attachicon" src="' . KUNENA_URLEMOTIONSPATH . 'attachment.gif" alt="' . _KUNENA_ATTACH . '" title="' . _KUNENA_ATTACH . '" />'; } ?>

I'm probably wrong though hehe!
Last edit: 16 years 8 months ago by santapec.

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

Time to create page: 0.229 seconds