![]() |
Custom Profil Fields In PostBit - 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.4 (https://community.mybb.com/forum-80.html) +------ Forum: MyBB 1.4 General Support (https://community.mybb.com/forum-81.html) +------ Thread: Custom Profil Fields In PostBit (/thread-48919.html) Pages:
1
2
|
RE: Custom Profil Fields In PostBit - LeX- - 2009-05-01 (2009-05-01, 09:45 AM)The Enigmatist Wrote: I want to add the number of threads a user has started to the postbit. http://www.mybbcentral.com/thread-2844.html But you probably grabbed it already without replying =P RE: Custom Profil Fields In PostBit - The Enigmatist - 2009-05-02 Thanks Matt & LeX-. Came across this one first by DragonFever which does the job nicely. http://community.mybboard.net/thread-17970.html RE: Custom Profil Fields In PostBit - LeX- - 2009-05-02 (2009-05-02, 12:30 PM)The Enigmatist Wrote: Thanks Matt & LeX-. Came across this one first by DragonFever which does the job nicely. That one performs an extra count query per postbit; 20posts per page = 20 extra queries. Mine uses a column in the users table; But its up to you to choose ![]() |