We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 17750
    • 78 Posts
    Hi, all!!!

    It’s my first post, and first modification.
    Hope you like it!!

    Greetings for the wonderfull CMF!!!

    Changelog for NewsManager (ver.1.4):
    Changelog:
    - FIX problem with hide/show button;
    - FIX problem with move/remove in menu;
    - FIX problem with pagination;
    - MODIFIED pagination;
    - ADDED two placeholders ([+prevsplitter+], [+nextsplitter+]), replacing [+prevnextsplitter+] placeholder;
    EXAMPLE USAGE:
    [+previous+][+prevsplitter+][+pages+][+nextsplitter+][+next+]

    Regards,
    Lyubomir
      • 19605
      • 11 Posts
      Why not adding this to MODx repo on main page? wink Is there any new version of NewsManager?
        • 4855
        • 28 Posts
        Hallo..
        i have problem with this snippet. if i activate pagination and set $nrposts more higher than records (ex: in databse : 5 record, $nrposts i set 10), i have error.
        can you help me fix this problem?
          • 23510
          • 168 Posts
          I have a question. Any idea why the createdby ID (i.e. user ID) is stored as a negative number? What happens if I force it to be positive? Jot moderation and email notification does not seem to work with the negative number.
            • 28042 ☆ A M B ☆
            • 24,524 Posts
            Web user IDs are stored as negative numbers, Manager user IDs are stored as positive in some cases. This separation of web user/manager user causes all kinds of interesting issues, which is why Revolution doesn’t do it.

            Forcing it positive shouldn’t cause a problem in this context.
              Studying MODX in the desert - http://sottwell.com
              Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
              Join the Slack Community - http://modx.org
              • 23510
              • 168 Posts
              Thanks a lot for that insight Susan. Ill seeif I can play around and get Jot working properly.