Forums
-
- Forum
- Posts
-
- Installation
- 28,398
- Troubleshooting
- 62,311
- Themes
- 10,391
- Plugins
- 15,314
- Requests & Feedback
- 14,932
- Showcase
- 3,253
-
Hi,
I want to add a link to the profile page:
foreach ($results as $result){$list.=" <li class='list_b'>".bb_get_avatar($result->ID, 25, $default)."<a href='" .$result->user_profile_link. "'>".$result->user_login."</a></li> ";}
I tried .$result->user_profile_link.
, but it doesn’t work, any idea ?