[For 1.8] MyLast 1.0.0 - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Extensions (https://community.mybb.com/forum-201.html) +--- Forum: Plugins (https://community.mybb.com/forum-73.html) +---- Forum: Plugin Releases (https://community.mybb.com/forum-102.html) +---- Thread: [For 1.8] MyLast 1.0.0 (/thread-138373.html) Pages:
1
2
|
MyLast 1.0.0 - effone - 2013-04-27 My first approach to develop a MyBB plugin. Hope this will be helpful. Description: This tiny plugin will add a new link to every thread at thread tools (bottom left) for the users to jump to the last post made by him / her in a thread. This is a good way to read forward from where the user has left the thread. The link will not be displayed for the guests. Those who didn't post in a thread, clicking on the respective link will return them a custom error message stating they have not posted on that thread. There is no settings for the plugin. Just activate and go ... Changelog: v.0.1: Basic Version. v.0.2: Sanitized variables in query and little bug fix. v.0.3: Added Jump link in Thread List, Added a language file, Fixed bug (require_once). Snap: In Thread: In Thread List: Download Here (1.6.x): http://mods.mybb.com/view/mylast http://demonate.com/thread-1054.html Download Here (1.8.x): https://community.mybb.com/mods.php?action=view&pid=1144 https://github.com/mybbgroup/mylast RE: MyLast 0.2 - Vernier - 2013-04-27 Approved. Well done on creating your first plugin! RE: MyLast 0.2 - martec - 2013-04-27 very useful... Thanks... RE: MyLast 0.2 - Max Payne - 2013-04-27 Well done effone. I always wanted a similar feature for unread thread Posts. RE: MyLast 0.2 - effone - 2013-04-28 Thanks all In next version I'm planning to add link in forumdisplay threadlist and language support. Any other suggestions are appreciated. RE: MyLast 0.2 - Yosiah - 2013-04-28 Great plugin! I had actually been planning to request this soon, and I was going to suggest adding a link to the forumdisplay until I saw that you're already doing that. It's like you've read my mind. Instead of the custom error message, would it be possible to just not show the link to users who haven't posted in a thread? Thanks! RE: MyLast 0.2 - FBI - 2013-04-28 nice and cool idea RE: MyLast 0.2 - effone - 2013-04-28 (2013-04-28, 06:29 AM)Yosiah Wrote: Instead of the custom error message, would it be possible to just not show the link to users who haven't posted in a thread? Yea that is possible but I have not done that just because if it was like that then the query will run everytime a thread shows to determine the post of the current user. Now this is made such a way that the query will run only if the user clicks on the link. Thanks for your feedback Appreciated. RE: MyLast 0.3 - effone - 2013-08-06 Updated to v.0.31 In this version: Added Jump link in Thread List (http://i.imgur.com/7TMC4YP.png) Added a language file Fixed bug (require_once) Submitted to mods site for further approval. RE: MyLast 1.0.0 - effone - 2018-07-21 1.8 Compatible version available. https://community.mybb.com/mods.php?action=view&pid=1144 https://github.com/mybbgroup/mylast |