Topic: Hook "pf_view_details_pre_user_activity_info" Won't Display
Why won't this display? I can't get anything to display on this hook. I thought it was my if statement, but even with that set true it still won't display for me.
<hook id="pf_view_details_pre_user_activity_info">
<![CDATA[
endif; if (1 == 1):?>
<div class="ct-set data-set set<?php echo ++$forum_page['item_count'] ?>">
<div class="ct-box data-box">
<h3 class="ct-legend hn"><span>Damoria information</span></h3>
<ul class="data-list">
<?php echo implode("\n\t\t\t\t\t\t", $forum_page['user_damoria'])."\n" ?>
</ul>
</div>
</div>
<?php
]]>
</hook>