Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • bmxer Friend
    #186697

    I have added param in Templete by usin

    fields name="params">
    <fieldset name="Rencustomsetting" label="Ren Custom Settings">
    <field name="calender_banner" type="text" default="" label="Calender Banner Image URL" description="Calender Banner Which Will Be Shown on Calender Page." />
    </fieldset>

    and Its appear on the profile tab under templete setting..

    Now i just want to access that setting from component view tpl file . I am Using this code to access

    [PHP]<?php
    $this->getParam (‘calender_banner’, 0);
    ?>[/PHP]

    Its work in main templete page but not working under component view tpl file can anyone have any idea for solution ?

    Thanks in advance..

    bmxer Friend
    #489671

    Anyone who know the solution ? 🙂

    Ninja Lead Moderator
    #489740

    <em>@bmxer 368681 wrote:</em><blockquote>Anyone who know the solution ? :)</blockquote>

    Can you send me the screenshot where you need to show calender_banner position on JA Mizmaz Template?, I would be able to help you out then.

    bmxer Friend
    #489822

    Under a Component name com_jevents

    Ninja Lead Moderator
    #489922

    You can try this way to add new “calender_banner” position below component:

    Open templates/ja_mixmaz/etc/layouts/default.xml file

    From

    <block name="content-mass-top" type="modules" style="xhtml">content-mass-top</block>
    Change to


    <block name="content-mass-top" type="modules" style="xhtml">content-mass-top</block>
    <block name="content-mass-bottom" type="modules" style="xhtml">calender_banner</block>

    Remember to clear cache from admin area. Let me know the result

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

This topic contains 5 replies, has 2 voices, and was last updated by  Ninja Lead 11 years, 7 months ago.

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