We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 33992 ☆ A M B ☆
    • 455 Posts
    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
      God loves me. 【ツ】


      MODX.ir (Persian Support)

      Boplo.ir/modx/ (Persian)
      • 26931
      • 2,314 Posts
      anonymized-26931 Reply #2, 16 years ago
      nice! thanks for sharing
        • 20413
        • 2,877 Posts
        Sweet!! cool
          @hawproductions | http://mrhaw.com/

          Infograph: MODX Advanced Install in 7 steps:
          http://forums.modx.com/thread/96954/infograph-modx-advanced-install-in-7-steps

          Recap: Portland, OR (PDX) MODX CMS Meetup, Oct 6, 2015. US Bancorp Tower
          http://mrhaw.com/modx_portland_oregon_pdx_modx_cms_meetup_oct_2015_us_bancorp_tower
          • 4971
          • 964 Posts
          Very, very nice!!
            Website: www.mercologia.com
            MODX Revo Tutorials:  www.modxperience.com

            MODX Professional Partner
            • 33337
            • 3,975 Posts
            Zaigham (aka zi) Reply #5, 16 years ago
            Great Stuff! laugh

            Thanks for sharing.
              Zaigham R - MODX Professional | Skype | Email | Twitter

              Digging the interwebs for #MODX gems and bringing it to you. modx.link
              • 28100
              • 66 Posts
              AHHP -- terrific little addon! Love stuff like this. laugh

              Unfortunately when I open that tab the spinning wheels don’t stop and in System Events I get an error (or 6) all involving the existence of the manager_users table:
              « Execution of a query to the database failed - Table ’5star.manager_users’ doesn’t exist »

              The query/ies are missing the table prefix(=modx). sad

              Evo 1.0.4

              Webserver (localhost):
              * Apache/2.2.12 (Unix) DAV/2 mod_ssl/2.2.12 OpenSSL/0.9.8k PHP/5.3.0 mod_perl/2.0.4 Perl/v5.10.0
              * MySQL client version: 5.1.37
              * PHP extension: mysql

              Shared hosting:
              *Apache/1.3.39 (Unix) PHP/4.4.9 mod_gzip/1.3.26.1a mod_ssl/2.8.30 OpenSSL/0.9.7e
              *MySQL client version: 5.0.22
              *PHP extension: mysqli

                • 33992 ☆ A M B ☆
                • 455 Posts
                @spacefish: Thanks for reporting. Please get new attached file...
                  God loves me. 【ツ】


                  MODX.ir (Persian Support)

                  Boplo.ir/modx/ (Persian)
                  • 28100
                  • 66 Posts
                  AHHP -- works beautifully. Thanks very much! laugh
                    • 2762
                    • 1,198 Posts
                    Nicola (Banzai) Reply #9, 16 years ago
                    very nice addon! grin thank you!
                      Free MODx Graphic resources and Templates www.tattoocms.it
                      -----------------------------------------------------

                      MODx IT  www.modx.it
                      -----------------------------------------------------

                      bubuna.com - Web & Multimedia Design
                      • 1841
                      • 141 Posts
                      Hi,
                      I have just tried this and it worked great for a day or so, then I changed my login password for the modx manager and it has stopped working, throwing up 6 system event errors each time I try and use it:

                      « MODx Parse Error »
                      MODx encountered the following error while attempting to parse the requested resource:
                      « Execution of a query to the database failed - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ’’ at line 3 »
                      SQL: SELECT mu.id,mu.username,ua.fullname FROM sciencefictiona_manager_users mu LEFT JOIN sciencefictiona_user_attributes ua ON mu.id=ua.internalKey WHERE mu.id !=

                      Modx evo 1.05
                      Centos 5.0 running PHP 5.35 and mysql 5.0.77