English > General Questions

Page heading in menus

(1/1)

d4rkbl4de:
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>

Harald Leithner:
I need some more information, the output of the checkpage and the joomla version.

d4rkbl4de:
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

Harald Leithner:
hmm you are right there seams to be a problem in 3.2 I will look at it.

d4rkbl4de:
Thanks! :)

Navigation

[0] Message Index

Go to full version