Issue
I am using Humhub CMS for new social networking website. I already installed and everything is going smoothly.
However, during login / registration, there a "Powered by HumHub" link in footer. I was trying to remove that but couldn't find any way to rid it out. Humhub is developed by Yii framework.
Is there any way to remove that?
Solution
Of course you can change that, but I am not familiar with humhub license model.
Check the terms at humhub license.
After that you can edit the footer at following locations:
- protected/modules_core/user/views/auth/_layout.php
- protected/modules_core/installer/views/_layout.php
- protected/modules_core/admin/views/about/index.php
- protected/vendors/yii/cli/views/webapp/protected/views/layouts/main.php
- protected/vendors/yii/gii/views/layouts/main.php
- protected/views/mail/template.php
You can check the Github Page yourself.
If you already have installed, try a "search in files" with your favourite text editor.
Answered By - R13e
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.