Skip to main content
All CollectionsManageCustomize your dating serviceSystem
System : Info pages -How to change on my dating website: copyright, terms of use, privacy policy, about us, news?
System : Info pages -How to change on my dating website: copyright, terms of use, privacy policy, about us, news?

How to create new and edit the existing web pages of your website

Andrew avatar
Written by Andrew
Updated over a week ago

Terms of use, privacy policy, about us, news

Info page, or information page, is a document or information resource that you can post on your site. Every page has its own URL. Multiple languages are supported.

More on that below.

To manage info pages, go to the admin panel > Services > Customize your service > System > Info pages (/admin/content/index).


Edit existing web pages or create new ones.

Click ‘Add page’ to create a new page.


Do not forget to save the changes.

Keyword will be used in the page URL, as in

http://www.yourdomain.com/content/view/new-info-page

The new page will be added to the list of other info pages in the left-hand menu on the Content pages (site.com/content)


Site administrator can edit info pages, make active/inactive, delete them, and create sub-pages.


Let’s create a sub-page (a lower level web page) and check the user mode:

How to change copyright on my dating website?

Copyright is a text at the bottom of the site. It contains the information about intellectual property rights and is a very important part of creating your site brand.

This is how the copyright text looks like in the user mode:

And in the administration panel:


Our company provides you with an opportunity to place your own copyright at the bottom of your site. This is how you can do that.

I. For version Kilig and above, log into your site’s control panel and go to Services > Customize your service > System > Copyright (site.com/admin/start/copyright/) and you will be able to edit the copyright text in three places, in all the site languages:


II. For version Jewel and below, you will need to access the source code and follow the steps:

1. Connect to your site files by FTP.

2. To change the copyright for the user interface of the site, go to file /application/views/flatty/footer.twig.

3. To change the copyright for the administration panel of the site, go to /application/views/admin/footer.tpl.

4. Replace existing copyright info with your own copyright info (highlighted in bold below).

User interface

/application/views/flatty/footer.twig

{%if DEMO_MODE %}{{ demo_copyright }}{% else %}[copyright]{% endif %}

Administration panel

/application/views/admin/footer.tpl
{if $DEMO_MODE}{$demo_copyright}{else}[copyright]{/if}

Special cases:

1. In order to edit the copyright on the landing page of the responsive design theme in the Dating Pro software, go to /application/modules/start/views/flatty/index_pleasure.twig and edit line 197:
Site created using <a href=”https://www.datingpro.com/dating-software/”>PG Dating Pro</a> — powerful dating software. <a class=”btn btn-sm btn-secondary” href=”https://marketplace.datingpro.com/”>Get started</a>

2. If the changes do not take effect immediately, try deleting temporary .php files from directories /temp/templates_c and /temp/twig/compiled. Warning: Do not delete any other files (.html, .htaccess) from these directories.

Did this answer your question?