![]() |
Quote:
|
Quote:
Show Your Support ? To receive notifications regarding updates -> Click to Mark as Installed. |
works fine on 3.7.0 :)
|
Installed! Working Great On My 3.7.0!
|
dear Kerry-Anne
i do all steps , but i cant see gender icon in postbit ?!( ver 3.7.2) |
-installed- tanks for all
|
The picture's wont show up in the profile and content, Ive tried everything, can you help me please..
//Edit: It's solved, the directory into the script was linked to the wrong path |
can't believe that this is not built in vb :rolleyes:
|
Works in 3.7.2 Patch Level 1. Thanks!
|
after i have thoroughly followed the instruction on the installation of gender sign, the image still wont show. Its only showing the word equivalent of the image. Why is this so?
|
Now that I updated from 3.6.8 to 3.7.3 only the text "Male" or "Female" will show up instead of the image.
|
Figured it out: I right-clicked on the text, chose to "View Image", noticed that the location assigned the icons to the root directory, and so uploaded the icons to the root directory, and now it's working.
Odd that it would do that despite the code specifically instructing the images to be fetched from the images misc. directory, but it's fixed so whatever. |
Hi Kerry-Anne,
I cannot get this to work on my forum. 3.6.8 Patch level 2. If I look at the registration form as if I were to register, There is no Gender option. However, when I look at add a new user in my ACP - the drop down box with the options are there. I would appreciate your help on this, Please. With your permission, I will PM you my details. Many Thanks, Welshy2008. |
I have made my own image for this and this is how you do it
Code:
POSTBIT TEMPLATE EDIT Code:
In Template memberlist_resultsbit and to get it work on vb 3.7.2 in mini stats then you have to find <dd>$prepared[posts]</dd> and below add Code:
<if condition="$userinfo[fieldx]"><div class="smallfont"><img src="$stylevar[imgdir_misc]/$userinfo[fieldx].png" alt="$userinfo[fieldx]" /></div></if> but i hope you like my version of this |
Quote:
Can anyone help me on this please? |
No-one?
|
Such a shame that I couldn't get any help with this - I wanted it too.
Oh well, UNINSTALL it, it is then. |
installed working
3.7.3 (and yes, why isn't this default to vbulletin?) |
work perfect on 3.73 thank you
|
This hack is mod is working fine on vb 3.7 pl1.
But I like to place gender in a seperate row. If I add another column according to these instructions, the colors of all columns are not correct any more. I mean the alternating table cells (first col dark color, second col light color, third col dark color, etc). I have used this code in memberlist_resultsbit: Code:
<if condition="$userinfo[field5] AND exec_switch_bg()"><td class="$bgclass"><div class="smallfont"><img src="$stylevar[imgdir_misc]/$userinfo[field5].gif" alt="$userinfo[field5]" /></div></td> You can avoid missing columns by not using the if condition, but the alternating color problem remains. Hard coding the color (<td class="alt1"> and <td class="alt2") does not help either, because you will have the alternating color problem on the other custom profile fields. Do you have any solution for this problem? Problem fixed! I solved the problem. I also changed the order of other columns and that caused the problem. To avoid missing column cells when a user did not fill in that field, I just added <if condition="exec_switch_bg()"> to the code. For the gender field it looks like this: Code:
<if condition="exec_switch_bg()"><td class="$bgclass"><div class="smallfont"><img src="$stylevar[imgdir_misc]/$userinfo[field5].png" alt="$userinfo[field5]" /></div></td> Code:
<td class="thead" nowrap="nowrap">$vbphrase[gender]</td> |
For vB3.7.x I have now got this modification to show on the mini statistics box of a users profile page.
For this you need to do a small template edit. IN memberinfo_block_ministats FIND: Code:
<dd>$prepared[posts]</dd> Code:
<!-- gender in mini stats --> Remember to change the x to your relative profile field number!! |
ADD PHRASE __ where is it ????? Phrase Manager----Add New Phrase
and not show image for me vb 3.7.3 |
Works great
Thanks for this nice mod, just great Maybe some more icons ? :D @Howell Thanks for Idea...just cool Ive added mine Just under Code:
<dl class="smallfont list_no_decoration profilefield_list"> Code:
<!-- gender in mini stats --> |
Will this work with 3.8???
|
Kerry , i know it is so old but there is some thing wrong happen with me !
this gender it is only work if i write the filed in english as: male female even if i change the name to Male Female and change the picture name as the some it is showen as red X mark ?? why it is only work with , male & female ? |
Your image names have to be the same names as you put in the box.
So if your names are Male.gif --> Male Female.gif --> Female male.gif -->male female.gif --> female marble.gif --> marble HELLO.gif --> HELLO |
Quote:
|
Quote:
|
Yes :)
|
Quote:
http://www.albinali.net/vb/images/el..._male_head.gif |
Yes , but this one is from another mod i just change to it after i feel there is no way to fix it :)
now i use this one https://vborg.vbsupport.ru/showthread.php?t=196749 and it is work fine :) |
installed,thanks kerry-anne^^
|
I just installed and it's working fine. ;)
But now the font from the gender and post count are bigger than the others. How can I have all the size font the same? What did I do wrong? |
Strange thing is happening for me : the gender icon shows in the members list, but nowhere else. I checked 3 times if I properly edited the postbit_legacy and the memberlist_resultsbit, and it seems to be ok. I also checked the .gif names (if the matched with the profile field), and it's also fine. That's weird... :D
Edit : problem fixed. I had to put avatars/usernames/age/... to the left : Admin CP > vBulletin Options > Style & Language Settings; and set the "Use Legacy (Vertical) Postbit Template" to Yes (and save) And now the gender icons show up. ;) |
Anyone know how to make this on VB 4?
|
Im interested to know how to get this work on VB4 too.
|
Can the author please update this mod so it works with vB4?
|
i have tried to change the pictures but it still showing the same pics
i replaced the old ones.. |
CODE FOR vb 4.xx :D
PHP Code:
|
All times are GMT. The time now is 05:00 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|