Re: Temporary hooks listing/documentation
Reply #16 – March 26, 2016, 10:23:30 am
One thing I can't easily quite figure out from this massive list of hooks is if there is a straightforward way to add something underneath the poster info. Specifically I mean something like in the attached screenshot. Of course I could tap into integrate_buffer , but that's not really terribly different from source modification.
Re: Temporary hooks listing/documentation
Reply #17 – March 26, 2016, 11:05:13 am
emanuele
Global Moderator
That's an SMF screen, so it may depend if you want to add stuff to the dropdown or directly under the avatar. Anyway you could either borrow the custom fields "space" (i.e. integrate_prepare_display_context) and use placement equal to 0 or 1) or actually use a custom field (that from the screenshot looks like what you would take more advantage from).
Re: Temporary hooks listing/documentation
Reply #24 – September 19, 2016, 01:47:39 pm
I wonder if you could just use the doc block parser but I imagine this is much faster. Good idea to lessen the workload on documentation
Re: Temporary hooks listing/documentation
Reply #27 – February 05, 2017, 10:53:42 am
I think it should be integrate_profile_areas. Debug the profile site if you are not sure. $db_show_debug = true;