PDA

View Full Version : Missing Hooks?


Trek
12-27-2009, 01:50 AM
So I'm looking at the postbit_legacy template and I see a list of hooks within it, however when I create a new plugin, none of hooks are in the dropdown. Examples:

postbit_userinfo_left

postbit_userinfo_right_after_posts

postbit_userinfo_right

and so on... I'm sure I'm just not thinking clearly and missing something so it's ok to call me stupid. Just help me out. ;)

Lynne
12-27-2009, 02:06 AM
Template hooks are not the same as the hook locations used for plugins. The hook locations shown in the dropdown are areas in the php code where you may insert more code. Template hooks are just areas in the templates where you may insert more html. You may want to read about the Plugin Manager in the manual.

Trek
12-27-2009, 02:12 AM
Thanks Lynne, I realized how I was thinking wrong and came back to post that. Been awhile since I messed with this really and even then, it was very little. Thank you for your help.