jDiction Forum

English => General Questions => Topic started by: d4rkbl4de on December 17, 2013, 04:19:02 pm

Title: Page heading in menus
Post by: d4rkbl4de on December 17, 2013, 04:19:02 pm
Hi,

Was just wondering is it normal that I can't translate the page headings of my menu items? It doesn't appear at all. I checked in the menus.xml in libraries and it's there :

<?xml version="1.0" encoding="utf-8"?>
<jdiction>
<component>com_menus</component>
<sections>
  <section>
    <tables>
      <table>
        <name>#__menu</name>
        <key>id</key>
        <class>MenusTableMenu</class>
        <file>menu.php</file>
        <exportfilter>((menutype != 'main') and (alias != 'root') and (menutype != 'menu'))</exportfilter>
        <cache fullfetch="1" />
      </table>
    </tables>
    <views>
      <view name="item" list="items" layout="edit">
        <form import="item.xml">
          <fieldset name="main">
            <field name="title" />
            <field name="alias" />
            <fields name="params">
              <!-- would be found in item_component.xml -->
              <field name="page_heading" type="text" class="inputbox"  group="params"
                     size="40" label="COM_MENUS_ITEM_FIELD_PAGE_HEADING_LABEL"
                     description="COM_MENUS_ITEM_FIELD_PAGE_HEADING_DESC" />
            </fields>
          </fieldset>
        </form>
      </view>
    </views>
  </section>
  <section>
    <tables>
      <table>
        <name>#__menu_types</name>
        <key>id</key>
        <class>JTableMenuType</class>
        <file>menutype.php</file>
        <cache fullfetch="1" />
      </table>
    </tables>
    <views>
      <view name="menu" list="menus" layout="edit">
        <form import="menu.xml">
          <fieldset name="main">
            <field name="title" />
            <field name="description" />
          </fieldset>
        </form>
      </view>
    </views>
  </section>
</sections>
</jdiction>
Title: Re: Page heading in menus
Post by: Harald Leithner on December 17, 2013, 04:27:01 pm
I need some more information, the output of the checkpage and the joomla version.
Title: Re: Page heading in menus
Post by: d4rkbl4de on December 17, 2013, 04:47:30 pm
Joomla! 3.2.0

Test   Result
 
Version   
Library Version: 0.9.9.11
Plugin   
JDiction Plugin is enabled
Languagefilter is enabled
Multiple Plugins have the same loading position (0)
Database   
jDiction Database Driver is selected
Language   
Seam to be good
Module   
Module is enabled
Title: Re: Page heading in menus
Post by: Harald Leithner on December 17, 2013, 05:27:52 pm
hmm you are right there seams to be a problem in 3.2 I will look at it.
Title: Re: Page heading in menus
Post by: d4rkbl4de on December 17, 2013, 06:46:16 pm
Thanks! :)