I have a view limiting nodes created by a specific users via User: UID argument. The views page path settings are page/% which takes the string username or UID from the argument (e.g., page/15 displays content created by user 15). Although the functionality is perfect I would like to use a CCK text field, from the users content profile, to populate the % in page/%.
So, does anyone know how to keep the functionality of the existing argument but change the display URL from UID to a CCK value?
Simply put I want to filter content based on UID but have views construct the URL with a CCK value.