×
This forum has been locked. Please submit new Feature Requests on GitHub: github.com/Jensen-Technologies/component-creator-issues/issues
item id in menu
Soteha Srl
New Member
Posts: 2
8 år 4 måneder dager siden #1388
av Soteha Srl
item id in menu opprettet av Soteha Srl
It's possible to modify the xml generated in menu item in this :
<?xml version="1.0" encoding="utf-8"?>
<metadata>
<layout title="TITLE" option="View">
<message>
<![CDATA[DESC]]>
</message>
</layout>
<fields name="params">
<fieldset
name="basic"
label="LABEL">
<field
name="item_id"
query="SELECT null as id UNION SELECT `id` FROM #__mycomp_table ORDER BY `id`"
type="sql"
key_field="id"
value_field="id"
label="LABEL"
require="true"
description="JGLOBAL_SHOW_TITLE_DESC">
</field>
</fieldset>
</fields>
</metadata>
So we can create "hidden" menu voices and override the id creating custom link with the id..
Example:
index.php?option=mycom&view=myview&id=12&Itemid=123
without the Union select the componet will ignore the id=12 and use every time the id specified in the menu.
<?xml version="1.0" encoding="utf-8"?>
<metadata>
<layout title="TITLE" option="View">
<message>
<![CDATA[DESC]]>
</message>
</layout>
<fields name="params">
<fieldset
name="basic"
label="LABEL">
<field
name="item_id"
query="SELECT null as id UNION SELECT `id` FROM #__mycomp_table ORDER BY `id`"
type="sql"
key_field="id"
value_field="id"
label="LABEL"
require="true"
description="JGLOBAL_SHOW_TITLE_DESC">
</field>
</fieldset>
</fields>
</metadata>
So we can create "hidden" menu voices and override the id creating custom link with the id..
Example:
index.php?option=mycom&view=myview&id=12&Itemid=123
without the Union select the componet will ignore the id=12 and use every time the id specified in the menu.
Vennligst Logg inn eller Registrer konto for å bli med i samtalen.
Andres Maeso
Platinum Member
Posts: 338
8 år 4 måneder dager siden #1392
av Andres Maeso
Andrés Maeso
Customer relations manager at Joomla Component Creator.
Denne e-postadressen er beskyttet mot programmer som samler e-postadresser. Du må aktivere javaskript for å kunne se den.
Besvart av Andres Maeso i emne item id in menu
Hi
This would break Joomla's workflow. We only add features that respect Joomla standard behavior so I am afraid this feature has to be rejected.
Regards!
This would break Joomla's workflow. We only add features that respect Joomla standard behavior so I am afraid this feature has to be rejected.
Regards!
Andrés Maeso
Customer relations manager at Joomla Component Creator.
Denne e-postadressen er beskyttet mot programmer som samler e-postadresser. Du må aktivere javaskript for å kunne se den.
Vennligst Logg inn eller Registrer konto for å bli med i samtalen.
Tid til å lage siden: 0.054 sekunder