![]() |
[Tutorial] Adding gender and other things to the postbit - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Resources (https://community.mybb.com/forum-8.html) +--- Forum: Tutorials (https://community.mybb.com/forum-38.html) +--- Thread: [Tutorial] Adding gender and other things to the postbit (/thread-41233.html) |
[Tutorial] Adding gender and other things to the postbit - danrulz98 - 2008-11-30 This is something I have been wondering for a long time and I finally figured it out. It turned out to be somewhat easy. The first step can be ignored if you are using a Windows server or are adding something besides gender (or if you don't want to use images). Open an FTP client and brows to MyBB's image directory. Find "male.gif" and "female.gif". Change the names to "Male.gif" and "Female.gif". You might want to add your own images for "Other" and "None selected" (make sure they are gif images). Next, go into your admin CP. Click "Configuration" then "Custom Profile Fields". Keep this open in a tab for now, the ID numbers will be needed later. Open an new tab (or browser window) and go to your ACP again. Click "Templates & Style" then "Templates". Click the template set that goes along with your current theme (or whatever theme you want to add this to). Scroll down until you find "Postbit Templates" There are two templates here that we will worry about. "Postbit" if you want the image/text to show up near the avater/username of the user and "postbit_author_user" if you want it show up at the other end of the postbit. Examples: (don't ask) In the "postbit" template, look for: Immediately following this is the code that returns the username. And right after that is the code that returns the online status picture. If you want the gender picture to be on the other end of the postbit, go to the "postbit_author_user" template. There isn't much in this template. Number of posts: Date joined Reputation Warning level You can delete these as you see fit and add your own stuff to it.Put this code where you want the image to be: NOTE: You might have to adjust this code if you tweak your image directory.Or, if you don't want to use images
If you want to add something else to the postbit, go to the tab with the "Custom Profile Fields" settings open and look at the ID number for what you want to add to the postbit. Where you want it to come up, put this code: Make sure you replace X with the ID number of the custom profile field. That's about it! It's pretty easy but took me forever to figure out. I hope that helps! RE: [Tutorial] Adding gender and other things to the postbit - XCode - 2009-01-11 Thanks Man... it's Fine... ![]() RE: [Tutorial] Adding gender and other things to the postbit - Chasingu - 2009-01-11 Anyway to change it so that the Gender Shows after your name? RE: [Tutorial] Adding gender and other things to the postbit - spaceinvaders - 2009-01-12 (2009-01-11, 11:49 PM)Chasingu Wrote: Anyway to change it so that the Gender Shows after your name? Quote:Find: Quote:Change To: RE: [Tutorial] Adding gender and other things to the postbit - Chasingu - 2009-01-12 Thanks. RE: [Tutorial] Adding gender and other things to the postbit - jlong1 - 2009-02-11 *cough* You spelt the .gif extension wrong on Female.gif. You put Female.fig. Otherwise, nice tutorial. RE: [Tutorial] Adding gender and other things to the postbit - x_Stricken_x - 2009-02-11 (2009-02-11, 09:47 PM)jlong1 Wrote: *cough* You spelt the .gif extension wrong on Female.gif. You put Female.fig.Fixed.. RE: [Tutorial] Adding gender and other things to the postbit - jlong1 - 2009-02-11 (2009-02-11, 09:52 PM)TomL Wrote:(2009-02-11, 09:47 PM)jlong1 Wrote: *cough* You spelt the .gif extension wrong on Female.gif. You put Female.fig.Fixed.. Thanks ![]() RE: [Tutorial] Adding gender and other things to the postbit - x_Stricken_x - 2009-02-11 (2009-02-11, 10:27 PM)jlong1 Wrote:No problem(2009-02-11, 09:52 PM)TomL Wrote:(2009-02-11, 09:47 PM)jlong1 Wrote: *cough* You spelt the .gif extension wrong on Female.gif. You put Female.fig.Fixed.. ![]() ![]() RE: [Tutorial] Adding gender and other things to the postbit - jlong1 - 2009-02-11 (2009-02-11, 10:29 PM)TomL Wrote:(2009-02-11, 10:27 PM)jlong1 Wrote:No problem(2009-02-11, 09:52 PM)TomL Wrote:(2009-02-11, 09:47 PM)jlong1 Wrote: *cough* You spelt the .gif extension wrong on Female.gif. You put Female.fig.Fixed.. Lol. Maybe it's part of the 'Fruit' application package. xD |