The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
Gender Bit: Show gender symbol next to username in postbits and many other places Details »» | |||||||||||||||||||||||||||
Gender Bit: Show gender symbol next to username in postbits and many other places
Developer Last Online: Jul 2014
My first public mod. Please be kind to me
Description: Gender Bit shows gender symbol next to username in postbits. See "prerequisite" and "Installation guide" below. Features:
Prerequisite: A custom user profile field designated for members' gender must be manually created in user profile field manager. If your forum does not already have one and you have no idea how to create it, please read included README.txt for instructions. Download guide:
Installation guide:
Same as installation, with the only difference is to tick the "Overwrite" checkbox when importing the product xml). Also, you would need to check the options page (Admin CP > vBulletin Options > Gender Bit) for any new settings. Uninstallation guide: To uninstall simply uninstall the product from AdminCP product manager. Optionally delete the images and xml files: /images/misc/gender_*.gif /images/misc/unknown_*.gif /includes/xml/bitfield_genderbit*.xml Changelogs: Version 1.0 - Initial version Version 1.0.1 - Replaced align="absmiddle" with CSS to pass XHTML validation - Extra image sets for male/female with a new option in vB Options to choose which set to use Version 1.0.2 - Fixed php errors in private messages and a few other places - New: Option to show gender symbol in memberlist - New: Gender Bit can now take care of default profile pictures and friends' avatar to show default male/female avatar - New: Exposes a globally-scoped function genderbit_getgender($registry, $userinfo, $unknown='') that returns 'male', 'female' or $unknown. The three parameters are:
- Major revamps. - Added: a lots more places where the gender symbols will appear, with options to turn each one of them on/off in vBulletin Options - Added: the third gender for those who think two genders are not enough. - Changed: Gender Bit will only look for the images in forumdir/images/misc by default unless overridden in vBulletin Options. - Starting from this version, the handling of gender-aware default avatars and profile pictures have been separated into an extension product named "Gender Bit Extension". Gender Bit does NOT require Gender Bit Extension to operate but Gender Bit Extension REQUIRES Gender Bit. Note: Should also work in vB 3.6.x, but I haven't done any testing in that vB version. Troubleshooting (aka why aren't the symbols/images showing?) Step 1: In { AdminCP > vBulletin Options > Gendet Bit } check if you have configured "Field value: Male" and "Field value: Female" to match what your members would choose if they are male or female. If in your forum/language "Shalabadaba" means "male" and "Shubidubidu" means "female", enter Field value: Male = "Shalabadaba" and Field value: Female = "Shubidubidu". Just overwrite the default "Male" and "Female" in the textboxes. Step 2 (version 1.1.0 and above): Still in { AdminCP > vBulletin Options > Gendet Bit }. Try setting Gender symbols image set = "Text/Font" to see if the symbols appear. If it does then you forgot to upload the images into ALL /images/misc folders for ALL STYLES installed in your forum. Step 3: From your showthread pages, find the following part (page navigation): Right-click on the down-pointing arrow and select "Properties" from the popup menu. Check the path to the file, usually in the form of "http://www.yoursite.net/forum/images/misc/menu_open.gif". The bolded part is the path of the misc images folder for your current style. If it says "http://www.yoursite.net/forum/images/yuppie/v4/misc/menu_open.gif" then upload the gender images into forum/images/yuppie/v4/misc/ Show Your Support
|
Comments |
#92
|
|||
|
|||
Execute the following SQL assuming your vBulletin table prefix is vb_:
UPDATE `vb_userfield` SET `field5` = 'Female' WHERE `field5` = 'Unspecified' Change `field5` to the id of the gender user profile field in your forum and 'Female' and 'Unspecified' to appropriate values. |
#93
|
||||
|
||||
Quote:
|
#94
|
|||
|
|||
does this work on vb 3.82 ??
|
#95
|
||||
|
||||
INSTALLED and works great once I figured out I had to input the field as field# and not just #. That part is not so clear in the description.
|
#96
|
|||
|
|||
Installed on 3.8.3!
Has anyone got this working on 3.8, I can't get it too work, great mod aswell but something doens't seem to be right! Thanks! |
#97
|
|||
|
|||
Got it working now!
Just curious but maybe would it be possible for you to provide me with some help regarding this please? https://vborg.vbsupport.ru/showthread.php?t=218498 Thanks! |
#98
|
|||
|
|||
Image for unknown gender....?
|
#99
|
||||
|
||||
This seems to work on 3.8.4.
|
#100
|
|||
|
|||
Hello This is a great mod that works really well. Thanks. I've installed this on my local test forum but before i can roll it out into production I need an answer to a question.
In regards to the genderbit extension that shows default male/female images when a user hasn't uploaded an image... In short I need to be able to specify a different image src url for my memberinfo template. The template I am using requres a larger profiile image than the image used for the avatar. I tried to mod the genderbit templates by adding "_lg" to the gif thats being called but the hack overwrites the request (or ignores it at the template level) Standard: src="$vboptions[genderbit_imgdir]/gender_{$gender}{$vboptions[genderbit_imgset]}.gif" What I tried: src="$vboptions[genderbit_imgdir]/gender_{$gender}{$vboptions[genderbit_imgset]}_lg.gif" When i put the larger image in the images/misc directory...no good So i need to have for example a male/female image of say 240x240 on the profile page and maybe a 100x100 on the memberlist , and perhaps a 60x60 ijn the member comments. I know this is an older hack but hey...the last post was from someone reporting running successfully on 3.8.x thanks |
#101
|
|||
|
|||
ok after i wrote my last comment i thought to myself, something is superceding the template...so i looked in the plugins xml bitfield...and it looks liker if i modify the xml it should work....i'll try to modify it there...if you don't hear from me...it worked! lol
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|