Keyword

All videos in module

  • George Angelopoulos
  • George Angelopoulos's Avatar Topic Author
  • Offline
  • New Member
More
9 years 2 weeks ago #142740 by George Angelopoulos
All videos in module was created by George Angelopoulos
I want to use allvideos tag in a module that I have created in joomla 3.4.
The module has an editor field and its filters are set to raw...
I have a "prepare content" field and the following lines of code in mymodule.php

if ($params->def('prepare_content', 1)) {

JPluginHelper::importPlugin('content');
$module->content = JHtml::_('content.prepare', $module->content, '', 'mod_awcompany.content');
}

The code enters the id loop but I still get the {youtube}...{/youtube} tags instead of the video.
What am I missing?
Best Regards,
George Angelopoulos

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


Powered by Kunena Forum