User-owned Page List

Permalink 1 user found helpful
I have searched all over for a simple answer to this, but couldn't find one. I am trying to do something that seems simple.

I need to list (and link to) the pages that are owned by the currently logged in user. I would like to have this list on their profile page.

NOTE: I already tried the "User's Pages" block, but it doesn't work in the way that I need it to.

PineCreativeLabs
 
JohntheFish replied on at Permalink Reply
JohntheFish
I just answered a support question asking just that for a Magic Data user.

With Magic Data and Uber List, an easy and fast way is to use one of the optimised listing symbols included with Uber List.

If this is on a profile page:

SET 'parent_page_name' AS_PAGE LIST_ALL_PAGES_WITH_FILTER Owner ( PROFILE ) 10
APPLY_EACH PAGE_LINK END_APPLY_EACH HTML_UL


With just Magic Data, you can do it the long way, but it can be a bit slow if there are lots of pages.
SET 'parent_page_name' AS_PAGE LIST_ALL_PAGES 1000
FILTER_LIST OWNER EQ ( PROFILE ) END_FILTER_LIST
APPLY_EACH PAGE_LINK END_APPLY_EACH HTML_UL


If you just wanted the currently logged in user, you can do ( USER ) instead of ( PROFILE ) in either of the above examples.
PineCreativeLabs replied on at Permalink Reply
PineCreativeLabs
So, does this mean I have to buy one of those addons?
JohntheFish replied on at Permalink Reply
JohntheFish
For those specific solutions, you would need either one or both of them.
RLHawk replied on at Permalink Reply
Did you ever find another solution to this?
PineCreativeLabs replied on at Permalink Reply
PineCreativeLabs
I used Magic Data to solve my problem. Very useful addon - I recommend it.