jDiction Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

jDiction 2.2.0 released. http://jdiction.org/downloads

Author Topic: Page heading in menus  (Read 11921 times)

d4rkbl4de

  • Newbie
  • *
  • Posts: 28
    • View Profile
Page heading in menus
« 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>
Logged

Harald Leithner

  • Administrator
  • Hero Member
  • *****
  • Posts: 1684
    • View Profile
Re: Page heading in menus
« Reply #1 on: December 17, 2013, 04:27:01 pm »

I need some more information, the output of the checkpage and the joomla version.
Logged
Joomla! 5.0 Release Manager
Vote at JED

d4rkbl4de

  • Newbie
  • *
  • Posts: 28
    • View Profile
Re: Page heading in menus
« Reply #2 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
Logged

Harald Leithner

  • Administrator
  • Hero Member
  • *****
  • Posts: 1684
    • View Profile
Re: Page heading in menus
« Reply #3 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.
Logged
Joomla! 5.0 Release Manager
Vote at JED

d4rkbl4de

  • Newbie
  • *
  • Posts: 28
    • View Profile
Re: Page heading in menus
« Reply #4 on: December 17, 2013, 06:46:16 pm »

Thanks! :)
Logged