Hi,
I would like a help link (which links to the help file) to appear at the top of the admin interface, for the module i am developing 'Podcast Manager'. I have looked through a number of other modules to try and work out how they do it, but unfortunately I haven't been able to work it out.
Attached is a screen shot of the 'Text Embellisher' module which shows the help link (see help-link circled in red):
Any help would be appreciated.
Regards
Michael
Making the 'Help' link appear in module admin interface
- Elijah Lofgren
- Power Poster
- Posts: 811
- Joined: Mon Apr 24, 2006 1:01 am
- Location: Deatsville, AL
Re: Making the 'Help' link appear in module admin interface
Sorry to wake up a really old topic.
You've probably already found the solution, but in case other people are wondering, the help links are automatic.
I'm pretty sure it should appear if you call this in your PodcastManager.module.php code:
You've probably already found the solution, but in case other people are wondering, the help links are automatic.
I'm pretty sure it should appear if you call this in your PodcastManager.module.php code:
Code: Select all
function GetAdminSection()
{
return 'content';
}
Note: I don't have time to take on any more projects. I'm quite busy. I may be too busy to reply to emails or messages. Thanks for your understanding. 
