Keyword

Adding AllVideos to a custom module in Joomla! 1.5 - Here's how!

More
16 years 3 months ago - 14 years 7 months ago #19940 by Dud
I'm trying to add a small video to a custom html module in one of my YOU THEME templates. It's proving quite impossible - can this be done, or am I just retarded?

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

More
16 years 3 months ago #19941 by Katia
What you are asking for is possible only with Joomla 1.0 and not Joomla 1.5.

But we have created a new module to do just that for Joomla 1.5. See the attachment to this post.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Attachments:

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

More
16 years 3 months ago #19942 by awdesign
Hi Katia,  thanks for the file. I installed it and video shows OK but I get following error right on top of the video;
Warning: Missing argument 3 for plgContentRokzoom::onPrepareContent() in /home/watsonfa/public_html/plugins/content/rokzoom.php on line 22

need your advice,
Thanks,
Lewis

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

More
16 years 1 month ago #19943 by [email protected]

What you are asking for is possible only with Joomla 1.0 and not Joomla 1.5.

But we have created a new module to do just that for Joomla 1.5. See the attachment to this post.


Please guide me how to use the module to upload movie file.
Thanks,

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

  • Richard L Stoffiere
  • Richard L Stoffiere's Avatar
  • Offline
  • New Member
More
16 years 1 month ago #19944 by Richard L Stoffiere
This absolutely did NOT work for me.

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

More
16 years 2 weeks ago #19945 by bronzbabe
I'm receiving the error "Warning: Missing argument 3 for plgContentJwsigpro::onPrepareContent() in /home/debswork/public_html/ncb/plugins/content/jwsigpro.php on line 58" when using the new module ... what should I do?
Thanks!

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

More
16 years 1 week ago #19946 by Dafydd
I get......
Warning: Missing argument 3 for mb_videobot() in /home/content/b/r/i/britmovie/html/plugins/content/azvideobot.php on line 15

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

More
16 years 1 week ago #19947 by stardaug
worked fine for me. downloaded the attachment, set it up and bingo - video working!

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

More
15 years 11 months ago #19948 by Philosophize
I'm getting similar errors:

Warning: Missing argument 3 for plgContentJwts::onPrepareContent() ...on line 28

Warning: Missing argument 3 for plgContentTitleLink::onPrepareContent() ... on line 157

Warning: Missing argument 3 for plgContentmultishare::onPrepareContent() ...on line 22

Warning: Missing argument 3 for plgContentRokbox::onPrepareContent() ...on line 23

The module works - I tested it with an image in a rokbox code. The image appears and, when I click on it, the full-sized version appears. I can't use it, though, because all these error appear above the working image. The module must be doing something that is confusing other extensions - but only for some extensions, since it works for some people. Or maybe it's sensitive to loading order?

I hope there is a way to make it work consistently. It would be a significant step forward, IMHO.

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

More
15 years 11 months ago #19949 by Jason Pearce
I also was looking for a way to render Simple Image Gallery into Joomla! 1.5.9 modules. I learned of the "mod_jw_cc" module, but was also getting the following error when I used the "mod_jw_cc" module and the Parameters {gallery}somefoldername/somesubfolder{/gallery}:
Warning: Missing argument 3 for plgContentJwsig::onPrepareContent() in /plugins/content/jwsig.php on line 44

To fix it, I navigated to the following file:
/plugins/content/jwsig.php

And I changed this line of code (old):
Line 44: function onPrepareContent(&$row, &$params, $limitstart) {

To this, removing ", $limitstart" (new):
Line 44: function onPrepareContent(&$row, &$params) {

I saved my work, FTPed it back to the server, and the module now works without displaying the error.

I hope the plugin's authors Fotis Evangelou and George Chouliaras fix their plugin so future users don't have this frustration. For using the Simple Image Gallery PRO inside a custom Joomla! 1.5 module is very useful.

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

More
15 years 11 months ago #19950 by caroline
Hello,

I have installed the module to add allvideos within a custom module, but now I am lost, I don't know what to do, how do I get my video to display within this?

Please let me know!
Thanks,
Caroline

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

More
15 years 9 months ago #19951 by Jos
This module works for me. Only question I have is how to add it to the main content. In an article, for example.

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

More
15 years 9 months ago #19952 by Katia
Read the instructions here carefully:
www.joomlaworks.net/content/view/35/41/
then enable AllVideos plugin and go in the article you want to insert the video and write in the text are the proper line of code. For example for a video of Youtube provider write something like this {youtube}DV81bAghxBU{/youtube} according the list on the documentation. Publish the article and that is all!

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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

More
15 years 9 months ago #19953 by totem
In my site this module don't run plugins... i've just changed row 60 (mod_jw_cc.php)
JPluginHelper::importPlugin ('content','');

to
JPluginHelper::importPlugin ('content');

and now all work ok

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

More
15 years 9 months ago #19954 by rortega
OK this thread is extremely confusing to understand.  I have downloaded/installed the JoomlaWorks Custom code module attached to this thread.  The module is enabled.  I then positioned the module in the correct position where I would like the video to appear (user6 in my case). 

The question I have is where do I add the tags for my mp4 file?  Do I add just add them to the module parameters section of the module?  If I do that, then all I actually see from my site are the tags printed out(namely {mp4}MyVideo{/mp4}).

I then created a new custom html module, added it to the user6 position (now I have this module and the Joomlaworks module positioned here) and put my mp4 tags in there.  The result was the same - my site simply printed out the tags.

I know how to get this to work on an article but I need it to work in a module!  Any ideas?

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

More
15 years 8 months ago #19955 by Laura Gordon
With the fix added...it works perfectly!  Thank you!!!  :)

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

More
15 years 8 months ago - 15 years 8 months ago #19956 by Flotalon
Well i have the same problem.

I puplished the JW module in the right menu. I addes a local video with a custom size by following tag: {flv}video|175|120{/flv}.
Everything works fine when i select an article/section/category style menü item.

If i select a component menulink than the video dont work and there ist following error message:
"Warning: Missing argument 3 for plgSystemEasyPing::onPrepareContent() in ... plugins/system/easyping.php on line 59"

It seems to be, that the JW module is crashing some plugins. No idea in what kind.
The fix to change the JPluginHelper::importPlugin ('content',''); dont work for me.

You can watch the fault on this site: www.tmnforever.de/Team/index.php?option=com_jevents&task=month.calendar&Itemid=184

On the main page the module is working great.

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

More
15 years 7 months ago #19957 by Flotalon
Ok Thats a double post, but i have some additional news.

The trouble with the Error messages are on every single site, where a component fills the content area.
Is the content an own article, the video-module is running without problems.

But i found next BUG.
I cant run the Joomla Pack backup with the all video module installed. That´s cause in the /temp folder over 10000 files were created. I dont know what these temp files do but i only can run the Joomla-Pack backup without the module directory.

Very stange at all ???

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

More
15 years 7 months ago #19958 by simon.maddox
I am using this mod to incorporate Simple Image Gallery Pro. Works a treat (thanks), but could you make it use Joomla's wysiwyg editor?

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

More
15 years 6 months ago #19959 by etrueba03
Question... I need to add a video to the Newsflash module...

Do I need to use this custom module?

What about adding a video to... User5 (or whatever)...
there is no way to just let show a video anywhere?


best regards!
esteban

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


Powered by Kunena Forum