Notifications
Clear all

wpForo 1.x.x [Closed] How to changer Member Activity badges.

6 Posts
2 Users
1 Reactions
3,818 Views
Posts: 7
Topic starter
(@ikien)
Active Member
Joined: 8 years ago

How can i change the activity badges, maybe delete some and how can i add an amount of views badge? All help is highly appreciated!

5 Replies
Robert
Posts: 10587
Admin
(@robert)
Support Team
Joined: 9 years ago

You're asking for template customization. wpForo theme files contain the markup and template structure for frontend of your forum. Theme files can be found within the /wpforo/wpf-themes/ directory, in current active theme folder, for example /classic/. You can edit these files in an upgrade-safe way using overrides. For example, copy the certain or all files of /classic/ folder into a folder within your current active WordPress theme named /wpforo/, keeping the same file structure.

Example: To override the "My Profile > Profile" template file, copy according file: plugins/wpforo/wpf-themes/classic/profile-home.php to themes/yourtheme/wpforo/profile-home.php

The copied file will now automatically override the wpForo default theme file. All changes in this file will not be lost on forum update. I hope you're familiar with HTML and you'll be able to do the necessary changes.

Do not edit these files within the core plugin itself as they are overwritten during the upgrade process and any customizations will be lost.

Posts: 7
Topic starter
(@ikien)
Active Member
Joined: 8 years ago

How can i add the views badge? Please give me the code i need.

Robert
Posts: 10587
Admin
(@robert)
Support Team
Joined: 9 years ago

What do you mean saying views? All icons can be found here:

http://fontawesome.io/icons/

Posts: 7
Topic starter
(@ikien)
Active Member
Joined: 8 years ago

i mean is their a way i can display how many views a user has accumulated. I know how to get the icons.

Page 1 / 2