Resource icon

Help Tab 1.1

No permission to download

Robust

Well-known member
Robust submitted a new resource:

Help Tab - Does what it says on the tin, adds a help tab to your navigation.

INSTALLATION

1. Upload the contents of the upload directory to your XenForo root.

2. Install the addon-gfhelptab.xml file in your Admin Control Panel (Admin Control Panel -> Install Add-on)

ADJUSTMENTS

You can adjust the links in the dropdown menu by editing the helptab_links template. This can be found at Admin Control Panel -> Appearance -> Templates -> helptab_links

Big thanks to @Mr. Goodie2Shoes.

Read more about this resource...
 
Robust updated Help Tab with a new update entry:

Bug Fixes

This version features many bug fixes, including a changed breadcrumb to prevent "Help" being repeated in the breadcrumbs part. It now uses the Template Modifications system, so support is dropped for XF 1.1. You need XF 1.2+ to use this add-on!

UPGRADING INFORMATION: IMPORTANT

Do NOT upgrade the previous version (if you have it installed). Uninstall it, and remove the directory gamingforums-HelpTab located under library. Then install a fresh copy...

Read the rest of this update entry...
 
When adding this to my forum...there is no template to editing the links or anything like that.

I've uploaded everything and looked around for the templates as you said in the overview.

I'm sure I'm doing everything right with it.
 
When adding this to my forum...there is no template to editing the links or anything like that.

I've uploaded everything and looked around for the templates as you said in the overview.

I'm sure I'm doing everything right with it.
gfhelptab_links

Create the template if it doesn't exist.

Default content:
Code:
<ul class="secondaryContent blockLinksList">
<li><a href="{xen:link 'help/terms'}">{xen:phrase terms_and_rules}</a></li>
<li><a href="{xen:link 'help/bb-codes'}">{xen:phrase bb_codes}</a></li>
<li><a href="{xen:link 'help/trophies'}">{xen:phrase trophies}</a></li>
<li><a href="{xen:link 'help/help/cookies'}">{xen:phrase cookie_usage}</a></li>
<li><a href="{xen:link 'help/smilies'}">{xen:phrase smilies}</a></li>
</ul>
 
gfhelptab_links

Create the template if it doesn't exist.

Default content:
Code:
<ul class="secondaryContent blockLinksList">
<li><a href="{xen:link 'help/terms'}">{xen:phrase terms_and_rules}</a></li>
<li><a href="{xen:link 'help/bb-codes'}">{xen:phrase bb_codes}</a></li>
<li><a href="{xen:link 'help/trophies'}">{xen:phrase trophies}</a></li>
<li><a href="{xen:link 'help/help/cookies'}">{xen:phrase cookie_usage}</a></li>
<li><a href="{xen:link 'help/smilies'}">{xen:phrase smilies}</a></li>
</ul>


That worked. Thank you. :)
 
That worked. Thank you. :)
Noticed I have help in the cookie one twice, if using the example provided change:
<li><a href="{xen:link 'help/help/cookies'}">{xen:phrase cookie_usage}</a></li>
to:
<li><a href="{xen:link 'help/cookies'}">{xen:phrase cookie_usage}</a></li>

Otherwise glad it worked :)
 
Noticed I have help in the cookie one twice, if using the example provided change:
<li><a href="{xen:link 'help/help/cookies'}">{xen:phrase cookie_usage}</a></li>
to:
<li><a href="{xen:link 'help/cookies'}">{xen:phrase cookie_usage}</a></li>

Otherwise glad it worked :)

Yeah, I changed it before I actually made the template. Changed the order as well to fit like the links in the help page. :)

Very nice add-on, though.
 
Top Bottom