Thanks. Still problems and not displaying video, but displaying words.
I am including the entire textarea code for you to see. This is from the Administrator site.
Here is what the browser shows on the page:
Welcome to the Frontpage
My first video
Written by Administrator
Sunday, 20 January 2008 16:02
{youtube}6lbvSBNLLoo{/youtube}
Last Updated ( Friday, 25 January 2008 05:03 )
Here is the version of the AllVideos I am using:
plugin_jw_allvideos_2.4.zip
Thanks.
======= Here are the previous posts - for history to help me ===========
I desperately need resources and tutorials how to use AllVideos Plugin.
I am clueless. Please suggest the simplest and most basic way to start using this plug-in.
Ok, step by step for starters
1. Installation and activation
1.1. Download the avreloaded zip (no need to unpack it)
1.2. In the admin backend of your site, select the Menu Extensions->Install/Uninstall
1.3. Click on the Browse button right of the Field named Package File, then select the just downloaded file and hit Open
1.4. Click on Upload File & Install (If there are warnings about language files not installed, ignore them) the last message shown should indicate success however.
1.5. Select the Menu Extensions->Plugin Manager
1.6. In the list of plugins, find the line reading Content - AllVideos Reloaded and click on the small red circle with the white X. It should become a green checkmark.
2. A first remote example
2.1 Create a new article. In the article body, write (or copy&paste from here):
Code:
My first YouTube video embedded :
{youtube}6lbvSBNLLoo{/youtube}
2.2. Save the article and publish it. Go to the frontend of your site and open that article. You should see the video embedded in the article at the location where you typed {youtube}6lbvSBNLLoo{/youtube}.
3. Streaming local content:
3.1 In the backend of your site, open the global configuration, then click on System
3.2 In the Media Settings section, in the Entry named Legal Extension (File Types) add the following types to the existing extensions (separated by comma, all lowercase)
,flv,mp3,swf,avi,divx,m4v,mov,rm
3.3 Click on Save in the toolbar
3.4 Open the Media Manager and open the folder named stories. In there, create 2 new folders named audio and videos.
3.5 Open the newly created videos folder and upload a small .flv video file (.flv is best so start with that) name it firstlocal.flv
3.6 Open the article with the YouTube example and add the following new lines at the end:
Code:
My first local streaming example:
{flv}firstlocal{/flv}
3.7 Save the article and go to the frontend to watch that article. You now should see 2 videos: The YouTube video and your just uploaded video below.
4. Read the fine Manual:
4.1 In your site's backend, select the Menu Extensions->Plugin Manager
4.2 In the list of plugins, find the line reading Content - AllVideos Reloaded and click on the name.
4.3 In the left pane named Details click on the link Documentation. The Manual of the plugin should pop up.
5. Look at the examples on the demo site (The 2 menu entries in Showcase):
http://allvideos.fritz-elfert.de/Simple enough?
If not, just tell me what you didn't understand
FollowUps please here:
http://forum.joomla.org/index.php/topic ... l.html#bot-Fritz
« Last Edit: Today at 01:42:36 AM by felfert »
===========
« Reply #5 on: Today at 10:17:21 AM »
--------------------------------------------------------------------------------
Thanks for the help. I am stuck in :
2.1 Create a new article. In the article body, write (or copy&paste from here):
Code:
My first YouTube video embedded :
{youtube}6lbvSBNLLoo{/youtube}
On my front page, I see the following words and not the video.
My first YouTube video embedded :
{youtube}6lbvSBNLLoo{/youtube}
Please give me more details regarding the making of the article. Newbie here. But quick to learn.
================
Reply #6 on: Today at 12:35:50 PM »
--------------------------------------------------------------------------------
Quote from: talleagle on Today at 10:17:21 AM
Thanks for the help. I am stuck in :
2.1 Create a new article. In the article body, write (or copy&paste from here):
Code:
My first YouTube video embedded :
{youtube}6lbvSBNLLoo{/youtube}
On my front page, I see the following words and not the video.
My first YouTube video embedded :
{youtube}6lbvSBNLLoo{/youtube}
Please give me more details regarding the making of the article. Newbie here. But quick to learn.
Then , most likely your WYSIWYG editor has inserted some additional invisible code into the video tag. Switch your editor to HTML display (or switch it off completely) and verify that there is only the above code in the content. E.g.:
It must read:
{youtube}6lbvSBNLLoo{/youtube}
not something like this:
{youtube}6lbvSBNLLoo{/youtube}
(in other words: it is important, that nothing is in between the curly braces and the word youtube or any other part of the media code.)
Please tell me also, which editor you used.
And again: Please respond there:
http://forum.joomla.org/index.php/topic ... l.html#bot , not in this Thread! (The other thread is the "official" support thread).
-Fritz