Read before updating: How to Update Kunena Templates - More detail

Remove powered by

K Topic Author
New Member New Member
  • Posts: 13
  • Thanks: 0

Remove powered by

8 years 3 months ago
#6291
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.

Please Log in or Create an account to join the conversation.

9support's Avatar
Moderator Moderator
  • Posts: 142
  • Thanks: 21

Re: Remove powered by

7 years 4 months ago
#11645
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:
Code:
... return $credits; ...
by
Code:
... $credits=''; return $credits; ...
- Reload your forum to view all change.

Best regards,

Please Log in or Create an account to join the conversation.

Time to create page: 0.373 seconds