Support Forum

Connecting users to s2member

SN s1r0n
s1r0n
Member

I want to be able to modify this page

 

http://forums.thelightningpath.com/forum/profile/

can somebody point me in the direction of how to do that?

 

also, i want to be able to modify the way this page is displayed

 

http://forums.thelightningpath.com/forum/bulletin-board/forums-upgraded/

 

in particular, how the name, profile, and user level is displayed

2 Answers

New Answer

SN s1r0n
s1r0n
Member

s1r0n said

I found the templates. ok

 

in the profile templates there is this variable

 

$spProfileUser->rank

 

where is that array generated? I’d like to be able to customize the data in there to include data from s2member plugin. If I could do that I could integrate the two a little bit.

MP Mr Papa
Mr Papa
Member

the rank is based on forum – components – forum ranks… users get a rank based on their post count…

why dont you check out the custom profile fields… lets you create new data fields for users…  you could then just fill the data with small function or api hook…