Log in

View Full Version : Hook Locations footer


Sweeks
03-26-2009, 05:34 PM
I am trying to add a plugin to my footer and the hook location is currently forumhome_start. Does anyone have a clue whay hook I could use for the footer?


Thank you :)
________
Baha'I Faith Dicussion (http://www.religionboard.org/bahai-faith/)

Lynne
03-26-2009, 05:37 PM
Look to see where the footer template is evaled. I believe it is in global.php. So, you need to find a hook location that gets eval prior to the template being evaled which probably means using one of the global_* hook locations.

Sweeks
03-26-2009, 05:45 PM
I have tested all of the global_ locations and none work and I get a blank page each time. Can I PM the code?
________
DRUZE ADVICE (http://www.religionboard.org/druze/)

Lynne
03-26-2009, 06:13 PM
If you are getting a blank page, then you did something wrong in the code. You may have the error listed in your error_logs. Usually what I do is comment out a bunch of the code and make sure just little bits of it work first. Try doing that to figure out the problem first before sending it to me.