Thank you for your answer
Sorry for
not being clear enough.
I want the
site visitors to be able to see a user's profile page with a list of articles
he published. To access to the profile page of one user, the visitor click on
the name of the user (author) in the article page (1) or from a list of users
(2).
1 - link
from an article:
I created a
List and Search Type "author profile"
With (2)
Under the search tab form:
Dynamic
CCK "user"
User
id> Variable> art_created_by
Under the
Item tab
Some
fields of the user
A module
to display the list of Articles from that user.
I created a
"List and Search" menu with the Search Type "" profile
author. "
Then I go
in Form and Content Type "Article" and with the tab content in (2), I
put a link on the "Article Created By" field. The link is List and Search
(+ Search Type "author profile"> item "author profile"
menu)
For the
'author profile "module displays a list of articles:
I create
another type of List and Search "articles by this user lists"
In (2)
under the tab search form:
Live CCK
value> Article
Article
Created By> Variable> user_id
Under the
Tab list
Article
Title
Article
introtext
Result:
everything is displayed correctly
2 - Link on
the name of a user from a list of users (List and Search Type
"Users"):
I created another
List and Search Type "author profile II"
In (2) in
the search form tab
Dynamic
CCK "user"
User
Name> Variable> id (Int)
Under the
Item tab
Some
fields of the User. The field "User Name" in (2) with the link list
and search (+ Search Type "author profile II"> menu item
"author profile II")
And a
module to be able to display the list of article for that user.
I then
created a "List and Search" menu with the Search Type ""
author profile II. "
Result: The
profile is displayed correctly but the list of Articles displays all Articles
of all authors and not only Articles by this author.
Thank you
for your patience and I hope I have been clearer this time.
Best
regards