Notifications
Clear all

wpForo 1.x.x [Closed] Key File Updates

2 Posts
2 Users
0 Reactions
1,486 Views
Posts: 2
Topic starter
(@texasmepl)
Active Member
Joined: 6 years ago

All,

I've made changes to several key WPForo files that reside in directories outside of the "wpforo/wpf-themes/classic/" directory. For example:

class-members.php (located in "wpforo/wpf-includes" directory

Right now, I have to keep an original copy of the modified file on my local computer in case of a WPForo update. When this happens, I need to replace/revised the updated file after the plugin update. Any suggestions on how I can better deal with this situation? Also, how can I turn WPForo updates off within the WPForo plugin?

Thank you,
Mark

1 Reply
Robert
Posts: 10591
Admin
(@robert)
Support Team
Joined: 9 years ago

We recommend use action and filter hooks in wpForo core files. This is the WordPress Hooks API. If you don't find correct hook to use please let us know the place and we'll add it in next version.