Hi folks,
I just made a few changes to the MENU_LINK module an I think it may be usefull for others.
The changes I made are quite simple:
If you make a MENU_LINK, you are now able to select an NEWS-Topic (post) as "anchor".
In "save.php" it will be resolved to an external link, so after save you will see the menu_link as external with the full URL to the post itself.
Selectable are ALL posts at that
page_id which are
active.
There is maybe the possibility to reduce that to "active AND published_until"
There is an unlucky hardcoded part in "modify.php" in line 153
$str.="'!".WB_URL."/pages".$tmpstr[1]."',";
I'm not happy with this, but within MENU_LINK I've no access to $admin->page_link()
Maybe there are some brilliant guys who can fix this issu.
I attached it as menu_link2.zip
Comments are welcome