PDA

View Full Version : 'Fake' User Profile Field


Scanu
09-12-2012, 11:20 PM
Hi there! I need to make a 'fake' user profile field, in postbit/_legacy i can do this
$template_hook['postbit_userinfo_right_after_posts'] .= '<dt>Example</dt> <dd>' .$post['userid']. '</dd>';
Can i do the same on member.php page? Thanks in advance for your help

Simon Lloyd
09-15-2012, 12:11 AM
Why do you need a "Fake" profile field?, you could create one and not have it visible for editing by the users, or you could use the ranks...etc

Scanu
09-15-2012, 08:54 AM
Thanks for your reply Symon the problem is that i need many fake profile fields and since i'm making an automatic installation, it becomes hard to add so many profile fields to the database, what about ranks, what do you mean?