ad_present_user (public, deprecated)

 ad_present_user user_id name

Defined in packages/acs-tcl/tcl/deprecated-procs.tcl

Deprecated. Invoking this procedure generates a warning.

This function is an alias to acs_community_member_link and receives identical parameters, but the former finds out the name of the user if a blank is passed. That's why it's marked as deprecated.

Parameters:
user_id (required)
name (required)
Returns:
the HTML link of the community member page of a particular user
Authors:
Unknown
Roberto Mello
See Also:

Testcases:
No testcase defined.
Source code:
ad_log_deprecated proc ad_present_user
    return [acs_community_member_link -user_id $user_id -label $name]
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
packages/acs-tcl/tcl/deprecated-procs.xql

[ hide source ] | [ make this the default ]
Show another procedure: