Page 1 of 1

Making the 'Help' link appear in module admin interface

Posted: Wed Jul 23, 2008 2:30 pm
by docomo
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

Re: Making the 'Help' link appear in module admin interface

Posted: Sun Jan 11, 2009 3:41 am
by Elijah Lofgren
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:

Code: Select all

	function GetAdminSection()
	{
		return 'content';
	}