A feature to customize Copyright will be included in RVsitebuilder CMS soon. Now you can customize it manually by domain name with the following guide.
Customize the Copyright
1. Design website footer and enable Copyright by this guide Website Footer.
2. Go to cPanel -> File Manager -> /home/<user>/ -> rvsitebuildercms -> Domain Name folder -> .env
/home/<cpuser>/rvsitebuildercms/<sitename>/.env
3. Go to cPanel -> phpMyadmin.
At the database you got from number 1. Click "SQL" and insert the following code.
INSERT INTO `core_config` (`id`, `key`, `value`, `created_at`, `updated_at`) VALUES (NULL, 'rvsitebuilder/core.copyright', '© My copyright 2022', NULL, NULL);
**Change My copyright 2022 to one you want.
4. Go to cPanel -> File Manager -> /home/<user>/ -> rvsitebuildercms -> Domain Name folder.
Remove cacheDbConfig.json, and click "Reload".
5. Check it on your website.
Edit custom copyright you did above
1. Go to cPanel -> phpMyadmin.
At the database you got from number 1. Select "core_config" and find table "core.copyright". You may have to increase number of rows if you can't find it.
2. Edit and press "Go" to save.
3. Go to cPanel -> File Manager -> /home/<user>/ -> rvsitebuildercms -> Domain Name folder.
Remove cacheDbConfig.json, and click "Reload".
4. Check it on your website.
Comments
0 comments
Article is closed for comments.