MyBB Community Forums

Full Version: Adding Privacy Policy, TOU & Contact Page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Currently I am using my forum in a sub-domain. Soon I will be moving it to the root domains. As I use Google Adsense I need Privacy Policy, Terms of Use and also a separate Contact Page. As I will be making mybb forum as my home page in the root domain so how can add these pages or atleast you know put a link somewhere.

Any suggestions are welcome. Blush
some plugins are available at the Extend section to fulfill above
requirement. please search for page on the Extend section & try
using the plugins you like
(2018-12-28, 03:41 AM).m. Wrote: [ -> ]some plugins are available at the Extend section to fulfill above
requirement. please search for page on the Extend section & try
using the plugins you like

Can you link me to something more specific?
basically I prefer to use a page manager plugin (eg. MyBB-PageManager)
and add required pages & add required links at the header / the footer

or
you can use TOS Page & add all required content in that page
Why not try to use default help documents and adding new Section / Documents as per your need?
admin/index.php?module=config-help_documents

Separate contact us page is also in-built. contact.php
(2018-12-28, 07:18 AM)effone Wrote: [ -> ]Why not try to use default help documents and adding new Section / Documents  as per your need?
admin/index.php?module=config-help_documents

Separate contact us page is also in-built. contact.php

I too also wanting to do it. But I don't know how. I have no programming experience.

Okay I have added my privacy policy through mybb-pagemanager but don't know how to add the link in the header or footer
No programming knowledge needed. It can be done through ACP:

ACP > Configuration > Help Documents (left) > Add New Section / Add New Document
(2019-01-02, 09:05 AM)effone Wrote: [ -> ]No programming knowledge needed. It can be done through ACP:

ACP > Configuration > Help Documents (left) > Add New Section / Add New Document

Okay this one helps.

But if I can put the privacy policy link in somewhere in the homepage then it will be better, you know outside the help document.
Create your help document from there and you are free to include the link in footer. It should look something like:

<a href="{$mybb->settings['bburl']/misc.php?action=help&hid=8">Privacy Policy</a>
(Be sure about the hid)
(2019-01-02, 09:31 AM)effone Wrote: [ -> ]Create your help document from there and you are free to include the link in footer. It should look something like:

<a href="{$mybb->settings['bburl']/misc.php?action=help&hid=8">Privacy Policy</a>
(Be sure about the hid)

Ok, but where should I add this code?
Pages: 1 2