PDA

View Full Version : [AdminCP] Creating Help buttons on input rows


Opserty
08-01-2007, 10:56 AM
As the title says how do I go about creating these buttons in the AdminCP: https://vborg.vbsupport.ru/external/2007/08/28.gif

I tried searching the forums but no avail as well as google but still nothing. I've looked at the API manual and found:

construct_help_button(); (http://members.vbulletin.com/api/vBulletin/_includes_adminfunctions_php.html#functionconstruc t_help_button)
construct_table_help_button(); (http://members.vbulletin.com/api/vBulletin/_includes_adminfunctions_php.html#functionconstruc t_table_help_button)

But I'm not sure how to go about implementing them, I looked in the vBulletin PHP files to but had no luck. If someone could give me any advice or point me in the right direction it would be a great help.

Thanks in advance.

Marco van Herwaarden
08-01-2007, 11:17 AM
No need to code anything for that. There is an (bit outdated) article on this: [How-To] Create Admin Help Topics For Your Product (https://vborg.vbsupport.ru/showthread.php?t=101622&highlight=admin+help)

Most of the global instructions should still be valid for 3.6.

Opserty
08-01-2007, 11:33 AM
Can't believe I missed that. Thanks a bunch.