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:
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?
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?