Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Latest Post List 1.6 Not working with 2.5.1
cegv
New
Installation is ok but when activated it does not shows and when settings is clicked a "Page not found" error is shown within the dashboard.
any help would be welcome.
best
0
Comments
It is easy to fix: search for
class LatestPostList extends Gdn_Plugin {
in the file class.latestpostlist.plugin.php and replace it with
class LatestPostListPlugin extends Gdn_Plugin {
Not working! please...
You might need to additionally delete /cache/addon.php
yes thanks