We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 25551 ☆ A M B ☆
    • 1,231 Posts
    As the title states...

    Has anyone managed to get pagination working with loginPE yet? I know Taff worked on it in the past but there’s nothing that I can find to say it was working properly.

    Also is there a way to display only names starting with ’A’ or ’B’ etc on a page?

    I tried

    [[WebLoginPE? &type=`users` &usersList=`:default:default:username:ASC:fullname(R)` &usersTpl=`myTpl` ]]

    This nearly works apart from takes all users fullnames that have an R anywhere in the name... I would like it to only be names that begin with R, so I went 1 step further

    [[WebLoginPE? &type=`users` &usersList=`:default:default:username:ASC:fullname(Ra)` &usersTpl=`DesignerListTpl` ]]

    I thought this would possibly show names only starting with Ra but is displays a name with Ra anywhere again.... example ’Brandon’ ’Ramon’

    I’m guessing there would be a considerable amount of hacking to get alphabetical ordering or even pagination?
      Ross Sivills - MD AugmentBLU Edinburgh, Scotland UK
      AugmentBLU - MODX Partner

      BLUcart - MODX Revolution E-Commerce & Shopping Cart
      • 27442
      • 103 Posts
      Yes, it would be great to get either option working (or better yet, both).