Hi giansul,
Thanks for the suggestion. Are you requesting the ability to display users like the example below?
Row 1:
User1 User 2 User 3
Row 2:
User 4 User 5 User 6
Etc…
Best Regards,
Sarah
Hi, Sarah.
Yes, exactly!
And if we could choose the number of columns, even better.
Thank you again, and congrats!
Duly noted! Thanks for the idea, giansul. I’ll add this to my ever growing list of planned features 🙂
Regards,
Sarah
As a workaround, I managed to do it with this following code:
html:
<div class="myDiv">[DynamicUserDirectory]</div>
css:
.myDiv .dir-listing {
width: 32%; /* for three columns */
margin: 7px 8px 25px 0px !important;
float: left;
}
.myDiv > div:not([class="dir-listing"]) {
display: none;
}
It is just a workaround though and I would also appreciate a new feature 🙂
Nicolas