https://github.com/Bulletproofmonk/MySteemitFriends
Merged pull request
https://github.com/Bulletproofmonk/MySteemitFriends/pull/20/files
Http://MySteemitFriends.Online is a popular tool with apporximately 20,000 hits per month. It has recently be renamed to Http://SteemFriends.org for simplicity.
Here are the steps to use this tool:
Articlelist.php
The controller now retrieves an additional input value called Mode. Using the mode, it will either retrieve list of articles written by the user or voted by the user.
Articlelistmodel.php
his file replaces the old upvotehistory.php as the model manages the data for both upvote history and written articles, it makes sense to rename this file. It can now retrieve data for both upvotes and written articles by this user between two dates.
Articlelistview.php
The view has also renamed from articlelist.php to articlelistview.php as it represents the view of the article list page. A new button has been created so that when the user clicks on it, they will get a list of articles they wrote between two dates. The table display will vary depending on which button the user clicked (upvotes or written articles).