XF 1.2 Update Help Pages, Terms of Service

Sorry, one quick follow up. I've searched all my phrases and throughout this forum and all I've found is how to add new pages to that list. What if I simply want to add a link to a forum thread to the top of the main help page: /index.php?help/

Is there a template / phrase / file for this page?

upload_2013-10-31_10-38-7.webp
 
Ok, perfect, thanks!! I found it in the template: help_index

I added the following directly under <div class="baseHtml">

<dl>
<dt><a href="index.php?pages/faq/">Site FAQ's</a></dt>
<dd>These are the most Frequently Asked Questions</dd>
</dl>
 
Top Bottom