PDA

View Full Version : Move Plugin to different Hook Location?


dotJoel
07-09-2008, 08:47 AM
Hi All,

I have a plugin that currently uses the forumhome_complete hook. I would like to move the plugin to where I have indicated in the photo below.

http://staff.extremekites.com.au/joel/forum_posts/2008/hook_here.jpg

Do I need to create a custom hook? Or does on already exist? What's the best method to achieve this and how do I achieve moving the plugin to display where the arrow is?

Any help appreciated.

Regards,

.Joel

Opserty
07-09-2008, 11:53 AM
Hooks aren't locations on the page, they a places in the processing code. As such you can't really "move" it to a certain place. You need to move the display code for the plugin from its current position to wherever you need to, the display code will probably be found in your templates.