Support Forum

Custom Profile Display – Member List

17 Answers

New Answer

MP Mr Papa
Mr Papa
Member

text filed?  sorry not sure what you are asking…

if you mean the page content, yes – as long as you have a plugin which allows you to use php in post/page content…  otherwise, you would put it in your custom page template file…

and remember, as I said, you will have to replace $spThisMember with something else to get the user you want…  thats only valid on sp members pages….

LA Lachance
Lachance
Member

This is my custom page http://titanfallquebec.com/origin-ids/

 

I’m using this code :

<?php
sp_forum_api_support();
sp_CustomProfileFieldsDisplay(‘Origin ID’, $origin->user_id );
?>

How can I make so all the users are listed?

Only mine is showing.

Thanks!

MP Mr Papa
Mr Papa
Member

what is the value of $orign?  is it a valid wp user object?

if you want to list all users, you will need to create the php code to loop through all users in the wp user table…