Remove powered by
Remove powered by
8 years 3 months ago
Hi,
How do i remove the powered by, on Kunena 5.x ?
I see that you've helped another guy with it, but its for Kunena 3.x.
How do i remove the powered by, on Kunena 5.x ?
I see that you've helped another guy with it, but its for Kunena 3.x.
Please Log in or Create an account to join the conversation.
Re: Remove powered by
7 years 4 months ago
Hi KSHH,
We suggest two solutions to you.
1. Contact to the Kunena team about remove the license line.
2. Open the display.php file in the "[root]\libraries\kunena\controller\application\" path and follow two bellow steps:
- Replace bellow code:
by
- Reload your forum to view all change.
Best regards,
We suggest two solutions to you.
1. Contact to the Kunena team about remove the license line.
2. Open the display.php file in the "[root]\libraries\kunena\controller\application\" path and follow two bellow steps:
- Replace bellow code:
Code:
...
return $credits;
...
Code:
...
$credits='';
return $credits;
...
Best regards,
Please Log in or Create an account to join the conversation.
Time to create page: 0.373 seconds