![]() |
[How To?] user email code - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Community Archive (https://community.mybb.com/forum-106.html) +--- Forum: Archived Forums (https://community.mybb.com/forum-143.html) +---- Forum: Archived Development and Support (https://community.mybb.com/forum-155.html) +----- Forum: MyBB 1.6 (https://community.mybb.com/forum-138.html) +------ Forum: 1.6 General Support (https://community.mybb.com/forum-127.html) +------ Thread: [How To?] user email code (/thread-122248.html) |
user email code - Hello - 2012-07-10 what represent code for user email? RE: user email code - Nathan Malcolm - 2012-07-10 The email address of the current user? That would be $mybb->user['email']. RE: user email code - Hello - 2012-07-10 (2012-07-10, 08:57 AM)Nathan Malcolm Wrote: The email address of the current user? That would be $mybb->user['email']. thank you |