Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
There is nothing ready for Modx for this task. Modx is not well suited for some communities.
You can try to adapt fastField
Virtual pages can be made using the MODX Fast Router add-on .
Addresses can be done like this:
site.dm/users/{name}
where {name} will be the username (username);
or
site.dm/users/{id:[0-9]+}
here is the user id.
To get an id or username, you will need to write your own snippet according to the instructions .
And the easiest way to display information is with the Profile snippet from the Login add-on .
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question