Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Using the FireEvent('AfterBody')

edited July 2011 in Vanilla 2.0 - 2.8
I'm trying to print out some text where the AfterBody event fires in the main template and I currently have this in my plugin but it's not working. Any suggestions?

class FixedCommunityPlugin extends Gdn_Plugin { public function Base_AfterBody_Handler($Sender) { echo "This should print at the bottom"; } }
Tagged:
Sign In or Register to comment.