test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • migman Friend
    #160188

    I have disabled the article editors.
    You Tube links get stripped out or cut down so they don’t work.

    I am sure there is a reason for this but it seems like a backward step to me. I am using Joomla 1.6 version of Teline IV from a full install.

    Sherlock Friend
    #376754

    Dear migman,

    You can try as following
    open the xml file administratorcomponentscom_modulesmodelsformsmodule.xml,look for this tag

    <field name=”content” type=”editor”
    buttons=”true”
    description=”COM_MODULES_FIELD_CONTENT_DESC”
    filter=”ContentHelper::filterText”
    label=”COM_MODULES_FIELD_CONTENT_LABEL”
    />

    And change to

    <field name=”content” type=”editor”
    buttons=”true”
    description=”COM_MODULES_FIELD_CONTENT_DESC”
    filter=”raw”
    label=”COM_MODULES_FIELD_CONTENT_LABEL”
    />

    I thinkt hat would help !

    migman Friend
    #376818

    Thanks, this tip worked:

    <blockquote>
    With Joomla 1.6 there are a couple of other settings that need to be set to get it to work correctly.

    Here’s a good tutorial.
    http://www.joomtraining.com.au/tutorials/joomla-1.6-tutorials/adding-a-youtube-video-to-joomla-16
    </blockquote>

    In article manager options you can set different levels of “Code Tidy” for different user levels.

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  migman 13 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum