Posted: Sat Jul 23, 2005 3:59 am
Yes, it's possible but unless the development team accepts it as official
it'll have to be a proprietary thing... the plug-in will only work with the
theme that has the modified index.tpl file.
Look at the end of entries.tpl for how 'entries_footer' hook was implemented.
Speaking of entries_footer, I don't need to put something so far below that
it needs to be right next to </body> tag, so I use this hook instead. This
hook places the code at the end of the 'contents' area of the page and I
made a plug-in that lets you put an HTML nugget (including javascript)
there. Apparently this hook isn't all that well documented yet, IMO.
it'll have to be a proprietary thing... the plug-in will only work with the
theme that has the modified index.tpl file.
Look at the end of entries.tpl for how 'entries_footer' hook was implemented.
Speaking of entries_footer, I don't need to put something so far below that
it needs to be right next to </body> tag, so I use this hook instead. This
hook places the code at the end of the 'contents' area of the page and I
made a plug-in that lets you put an HTML nugget (including javascript)
there. Apparently this hook isn't all that well documented yet, IMO.