Function Forum_driver_base->member_profile_hyperlink
Definitions
sources/forum_stub.php
- Get a hyperlink (i.e. HTML link, not just a URL) to a forum member's member profile.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$id | MEMBER | required parameter | N/A | N/A | The forum member |
$_username | string | Blank (empty string) | N/A | N/A | The username / display name (blank: look it up) |
$use_displayname | boolean | True | N/A | N/A | Whether to use the displayname rather than the username (if we have them) |
$tempcode_okay | boolean | True | N/A | N/A | Whether it is okay to return the result using Tempcode (more efficient, and allows keep_* parameters to propagate which you almost certainly want!) |
Return
- The hyperlink (Tempcode, or string if $tempcode_okay is false)
- Type: mixed
- Set: N/A
- Range: N/A