XF 1.5 Terms and Privacy URLs being displayed twice

motowebmaster

Well-known member
I have two help pages, one for Privacy Policy and another called Terms and Rules. They are being listed twice on my help page, but with slightly different descriptions:

Code:
<li><a href="/help/privacy" class="primaryContent">Privacy Policy</a></li>
<li><a href="/help/tos" class="primaryContent">Terms and Rules</a></li>
<li><a href="help/tos/" class="primaryContent">Terms and Rules</a></li>
<li><a href="help/privacy/" class="primaryContent">Privacy Policy</a></li>

One pair has the descriptions I've entered in the xfadmin, but the other pair has "you must agree" text:

You must agree to these terms and rules before using the site.
You must agree to this privacy policy before using the site.

I've reverted my help_wrapper to default, and confirmed that this is happening on the default theme as well. Noticed that the slashes are different in the URLs for the two versions. Could that represent something that I need to fix?
 
I deleted my custom Terms and Privacy Policy pages, and modified the respective phrases. Including the custom URLs in the Basic Board Options was what was causing the issue. Using the default URLs in the options seemed like the best route to go.

Would have preferred to just keep my custom pages.
 
Top Bottom