leiger wrote on 23 Mar 2010 13:38
I need the ability to find the %%created_by%% or %%updated_by%% value of a group of pages with a common parent.
The use case is the NoComment forum. The structure is something like this, where each indentation represents a parent-child relationship between two pages:
main:start
section:general-discussion
thread:my-thread
post:reply-1
post:reply-2
post:reply-3
In my section:general-discussion page, I am using the ListPages module to list all threads and the thread creator. However, I also need to list the last person to update a thread… which means I need to have a way of figuring out when the last creation/update of a post page was, given a certain parent in the thread category.
A variable such as %%children_created_by%% or %%children_updated_by%% would be perfect.
Furthermore, the ability to order by this value would be tremendously useful as well.
A list of what I am requesting:
- Variable %%children_created_by%%
- Variable %%children_updated_by%%
- Variable %%children_created_at%%
- Variable %%children_updated_at%%
- order="%%children_created_at%%"
- order="%%children_updated_at%%"
We discourage direct comments on this thread: to discuss it, please start a sub-thread.