Open the below file using ftp
/libraries/kunena/view.php
Go to line 86
or find the code like below
Simply change the "1" to "0" so that it looks like
Save and close file, You are done.
/libraries/kunena/view.php
Go to line 86
or find the code like below
if ($this->config->get('credits', 1)) $this->poweredBy();
Simply change the "1" to "0" so that it looks like
if ($this->config->get('credits', 0)) $this->poweredBy();
Save and close file, You are done.