PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Thursday, December 30, 2021

[FIXED] How to remove "Powered by HumHub" from HumHub CMS footer?

 December 30, 2021     php, social-networking, yii     No comments   

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
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing