R
R
RushV2020-10-04 14:02:21
MODX
RushV, 2020-10-04 14:02:21

ModX virtual page?

Hello!
How to implement a user page?
Read about virtual pages, advise which plugin or solution is suitable for this implementation.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sanes, 2020-10-04
@Sanes

There is nothing ready for Modx for this task. Modx is not well suited for some communities.
You can try to adapt fastField

A
Alexander Lunegov, 2020-10-05
@alelunegov

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 question

Ask a Question

731 491 924 answers to any question