Sticky Notes 1.0.2 (Evolution 1.x)
Sticky Notes is a simple tool for create and manage small notes in MODx manager.
It adds a new tab to MODx manager welcome page.
This addon lets us
- Create and manage notes in Archived, Finished and in-process sections;
- Store useful information for notes such as progress bar and deadline;
- Create notes for other managers as ToDo for them or use this feature as a simple Notice board;
- Search and find notes easily;
in a fully ajax interface with really easy installation.
View Attached image for better understanding.
Installation:
1. Download attached file and extract it at:
assets/templates/manager/
2. Open file below in an editor:
assets/templates/manager/welcome.html
Go to about line 98 and find
[+OnManagerWelcomeRender+]
Add lines below BEFORE line above:
<!-- Sticky Notes -->
<script type="text/javascript" src="../assets/templates/manager/stickynotes/stickynotes.js"></script>
So you would have something like this in bottom of file:
...
<!-- online info -->
<div class="tab-page" id="tabOnline" style="padding-left:0; padding-right:0">
<h2 class="tab">[+online+]</h2>
<script type="text/javascript">tpPane.addTabPage( document.getElementById( "tabOnline" ) );</script>
<div class="sectionHeader">[+onlineusers_title+]</div><div class="sectionBody">
[+OnlineInfo+]
</div>
</div>
<!-- Sticky Notes -->
<script type="text/javascript" src="../assets/templates/manager/stickynotes/stickynotes.js"></script>
[+OnManagerWelcomeRender+]
</div>
</div>
3. Go to MODx manager and see last tab at MODx welcome.
If you have problem to modify welcome.html, a modified file has been placed in attach file as _welcome.html. Just rename it to welcome.html and replace with original file.
Report bug please.
Download: Extras / Sticky Notes 1.0.2-pl
(I don’t know why zip package is downloaded as
.htm file. So please rename it to
.zip after downloading)
Cheeers,
AHHP