Making the 'Help' link appear in module admin interface

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
docomo
Forum Members
Forum Members
Posts: 44
Joined: Mon Jan 23, 2006 10:39 am

Making the 'Help' link appear in module admin interface

Post 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
Attachments
helplink1.jpg
User avatar
Elijah Lofgren
Power Poster
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

Post 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';
	}
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. :)
Post Reply

Return to “Modules/Add-Ons”