Hey hey. The attached (ginormous!) patch allows external modules to drupal_alter() in to the advanced help content builder in order to make modifications. This is the one change necessary to advanced_help itself for what Crell and I are working on for our 'remote keyword' advanced help system.

CommentFileSizeAuthor
#2 allow_output_alter-3.patch766 bytessdboyer
allow_output_alter.patch678 bytessdboyer

Comments

sdboyer’s picture

Ahh, shoot. Sorry, I rolled that patch with it targeting line numbers that assume #298218: Navigate 'up', as per book.module has been committed.

sdboyer’s picture

StatusFileSize
new766 bytes

Rerolled.

merlinofchaos’s picture

I'd rather do drupal_alter advanced_help_topic so we can also run the advanced help topic info array through drupal_alter as well. Otherwise, this looks good.

merlinofchaos’s picture

Status: Needs review » Fixed

Committed; I changed it to hook_alter_advanced_help_topic and I also added hook_alter_advanced_help_topic_info so that the .ini file array can be modified.

sdboyer’s picture

Oh, brilliant - sorry about leaving this, it totally slipped off my radar with everything else that's been going on.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.