Notifications
Clear all

[Solved] What are the rules in regards to removing the Powered by wpForo version ...

6 Posts
3 Users
2 Reactions
907 Views
Posts: 22
Topic starter
(@martin_1)
Eminent Member
Joined: 4 years ago

What are the rules in regards to removing the Powered by wpForo version ...

I don't like to show what version I am on for anything to make it more difficult for hackers and suchs.

I didn't find a setting to remove this from the bottom of the forum, but I can easly set display to none in css.

I just don't want to break any rules :-).

 

Regards,

 

Martin

5 Replies
Tutrix
Posts: 1453
(@tutrix)
Noble Member
Joined: 5 years ago

@martin_1

Dashboard > Forums > Settings > Features Tab > Help wpForo to grow, show plugin info

This option show/hide the info icon

Posts: 22
Topic starter
(@martin_1)
Eminent Member
Joined: 4 years ago

Thank you. I don't mind advertizing for wpForo but not by showing the version number.

3 Replies
Alvina
Moderator
(@alvina)
Joined: 5 years ago

Member
Posts: 1863

@martin_1,

Please try the following JS code:

jQuery('.wpf-by span img').replaceWith("Powered by wpForo");

The code should be added in the current active theme js files.

(@martin_1)
Joined: 4 years ago

Eminent Member
Posts: 22

@alvina DONE! I have added my review on the plugin page.

I am sure I could hide the powered by with some CSS but I didn't like that section there anyay. So I removed it.

Do you have any promotional material (banners or suchs)? I wouldn't mind adding those to my site/forum.

Alvina
Moderator
(@alvina)
Joined: 5 years ago

Member
Posts: 1863

Hi @martin_1,

Thank you very much for this nice review!