Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • pavit Moderator
    #898583

    Hi there

    You can add new extrafield to achieve this editing this file , /templates/ja_moviemax/etc/extrafields/movie.xml

    For example to add a description field you can add

    <field
                    name="jcontent_description"
                    type="text"
                    label="TPL_EX_CONTENT_DECRIPTION_LABEL"
                    description="TPL_EX_CONTENT_DESCRIPTION_DESC"
                    ></field>

    and then modify this file /templates/ja_moviemax/html/com_content/article/movie.php to add your new extrafields

    You can take a look at THIS TUTORIAL to learn how to add estrafields

    Best regards

    saswiss Friend
    #898585

    thanks, I had considered that, but am looking for a way to publish the info in a custom html file…can this be done?

    pavit Moderator
    #898610

    thanks, I had considered that, but am looking for a way to publish the info in a custom html fileā€¦can this be done?

    Hi

    What you are asking can be done adding a new position as showed by my image below

    This would require a custom-work and would be not so easy to do so, My opinion is that the better option is to use the extrafields and add new fields


    1. Screenshot_11-2
    saswiss Friend
    #898621

    Hi Pavit,
    thanks, I’ll follow your initial suggestion – don’t want too much customisation.

    thanks for your help!

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

This topic contains 4 replies, has 2 voices, and was last updated by  saswiss 8 years ago.

The topic ‘Additional info on movie page’ is closed to new replies.