← Back to team overview

phpdevshell team mailing list archive

[Bug 688431] Re: plugin.config menu items with same link are do not show up

 

IMPORTANT NOTE:

When using a symlink, the link needs to have some kind of text in it,
but the text can NOT have a .php file extension.

For example, this will work
<menu name="CONTACTS" type="2" hide="2" link="place.holder" symlink="view-contacts.php" rank="1"></menu>

But this will not work:
<menu name="CONTACTS" type="2" hide="2" link="place-holder.php" symlink="view-contacts.php" rank="1"></menu>

-- 
You received this bug notification because you are a member of
PHPDevShell, which is subscribed to PHPDevShell.
https://bugs.launchpad.net/bugs/688431

Title:
  plugin.config menu items with same link are do not show up

Status in Open Source PHP RAD Framework with UI.:
  Invalid

Bug description:
  Try this:
<menu name="TEST3" type="6" hide="2" link="someFile.php" rank="last">
  <menu name="TEST4" type="1" hide="2" link="someFile.php" rank="1"></menu>
  <menu name="TEST5" type="1" hide="2" link="someOtherFile.php" rank="1"></menu>
</menu>
And none of the menu items will show up because two are both linked to someFile.php

Note that this a very real scenario where although TEST3 is a placeholder, with TEST4 and TEST5 as sub-options, I want to link TEST3 to one of the same files that either TEST4 or TEST5 are linked too.





References