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

This category contains miscellaneous, uncategorised user contributions, (templates, modules, plugins and hacks) relating to older versions of Kunena that are no longer supported.

The topics in this category are for historical interest only. Owing to the structural changes that occurred in K 1.7, many of the ideas in these topics will not work with later versions and, for that reason, the topics are locked.

Question Soundcloud BB Code

  • C0n
  • C0n's Avatar
  • Offline
  • Premium Member
  • Premium Member
  • Only the strongest will survive
More
14 years 3 months ago #114660 by C0n
Replied by C0n on topic Re: Soundcloud BB Code
Wouldn't it of been easyer to add this to Kunena's Core ?
Code:
case 'soundcloud' : if ($between) { $task->autolink_disable --; $tag_new = ""; $tag_new = '<object height="81" width="100%"><param name="movie" value="http://player.soundcloud.com/player.swf?url=' . $between . '&amp;g=bb"></param><param name="allowscriptaccess" value="always"></param><embed allowscriptaccess="always" height="81" src="http://player.soundcloud.com/player.swf?url=' . $between . '&amp;g=bb" type="application/x-shockwave-flash" width="100%"></embed></object> <a href="' . $between . '">' . $between . '</a>'; return TAGPARSER_RET_REPLACED; } return TAGPARSER_RET_NOTHING; break;

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

Time to create page: 0.231 seconds