vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Profile Enhancements - Gender Bit: Show gender symbol next to username in postbits and many other places (https://vborg.vbsupport.ru/showthread.php?t=196749)

SnowBot 01-15-2009 08:42 AM

How would i move where the image is placed in the postbit?

gushil 01-21-2009 05:40 AM

installed
thank you

Subah 02-01-2009 11:23 AM

Quote:

Originally Posted by SnowBot (Post 1713151)
How would i move where the image is placed in the postbit?

Some question ?
i hope the new version have this options:
1- add the image manulley in the postbit or the postbit legacy
2- and more pictures

but it is great mod ;)

RedHacker 02-09-2009 10:08 PM

Gender Bit 1.1.0 and Gender Bit Ext 1.0 (requires Gender Bit 1.1.x) install but not saw anything why..?

Forget it i must be field 5 and not 5 in Gender....

GigaSb 02-10-2009 06:26 AM

i get this error:

Fatal error: Call to undefined function genderbit_getgender() in /home/XXXXXX/domains/XXXXXX.co.il/public_html/includes/class_postbit.php(260) : eval()'d code on line 1

ReCom 02-14-2009 12:35 AM

Quote:

Originally Posted by GigaSb (Post 1739480)
i get this error:

Fatal error: Call to undefined function genderbit_getgender() in /home/XXXXXX/domains/XXXXXX.co.il/public_html/includes/class_postbit.php(260) : eval()'d code on line 1

Reinstall.

GigaSb 02-14-2009 01:02 PM

Quote:

Originally Posted by ReCom (Post 1743368)
Reinstall.

reinstalled..

same error

sry.. uninstalled. :(

ReCom 02-16-2009 12:07 AM

I don't care. I lost no money.

Subah 02-16-2009 08:39 AM

Quote:

Originally Posted by Subah (Post 1730792)
Some question ?
i hope the new version have this options:
1- add the image manulley in the postbit or the postbit legacy
2- and more pictures

but it is great mod ;)

I hope you care about this suggestion ;)

singabaloo 02-23-2009 09:08 AM

Works great, thanks.

Quick question which may not totally belong in this thread but it's directly related. I have a board that is 95% female. I'd like to turn all their default Gender to Female and then post a note asking the blokes to go and manually change theirs. While I know I could force the gender field to mandatory, I don't want to inconvenience them.

Does anyone know what SQL command I could run to have all the users genders set automagically ?

ReCom 02-26-2009 05:10 AM

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.

singabaloo 02-26-2009 05:58 AM

Quote:

Originally Posted by ReCom (Post 1754921)
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.

Thanks

thepowerofnow 04-15-2009 04:20 PM

does this work on vb 3.82 ??

yotsume 08-05-2009 06:12 AM

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.

Gersfan 08-06-2009 08:57 PM

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!

Gersfan 08-09-2009 01:50 PM

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!

RedHacker 08-26-2009 10:10 AM

Image for unknown gender....?

Mr. W 08-26-2009 06:24 PM

This seems to work on 3.8.4.

alfex68 10-07-2009 11:48 AM

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

alfex68 10-07-2009 12:01 PM

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

skylab 10-09-2009 09:56 PM

I want to place the Gender Icon elsewhere. What would the hook be?

linuxututs 10-10-2009 12:14 PM

Work like a treat for me ( vB 3.8.4 )

The sql I ran was
Code:

UPDATE `userfield` SET `field5` = 'Female' WHERE `field5` = 'Unspecified'
leaving the vb_ off because I didn't put it in when I installed.

Thanks,

BucWiLd 10-19-2009 12:40 AM

anyone using this with the psi-stats hack and know what to enter in the "Demographics: Gender Field" area?

edit : got it

RedHacker 10-30-2009 07:00 PM

http://img203.imageshack.us/img203/1156/39722144.jpg

How to fix this....?

mgurain 12-27-2009 08:14 AM

Hi ReCom,

Thanks for this useful mod, we are using it long time.
Can you upgrade it to 4.x ?

Thanks,,

Kambby 01-17-2010 04:08 AM

Do the images have to be saved to forum/images/misc to work with the new version?

Because the forum I admin on(I became an admin at this forum after it was set up) is setup as public_html/images/misc

How can I set this mod up so that it checks somewhere else for the images?

testbot 02-03-2010 08:44 PM

what needs to be done to make this compatible with vb4? I don't like the template edit mod that's in the vb4 section right now. besides, we're already using this so i don't want my members to lose their current settings.

jazzyname 02-15-2010 09:23 AM

thank you for sharing a Standard webware

koby411 04-10-2010 01:44 AM

works like a charm. thanks

okokok 07-18-2010 01:50 PM

How to make it work with VB4 please ??

This is Error message with VB4 :

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: genderbit_display_post in [path]/includes/functions.php on line 3984

Help Thanks.

djbaxter 07-18-2010 02:10 PM

Quote:

Originally Posted by okokok (Post 2071086)
How to make it work with VB4 please ??

This is Error message with VB4 :

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: genderbit_display_post in [path]/includes/functions.php on line 3984

Help Thanks.

Use the vB 4.x version:

https://vborg.vbsupport.ru/showthread.php?t=231260

koby411 11-11-2010 02:39 AM

How do we add our own image sets to it except overwriting images of an existing set?

mgurain 12-06-2010 04:21 PM

Can we see this in vb 4.1.x ?

CUBS 01-04-2011 02:31 PM

I'm new to this do you have to down kload all of this

Gender Bit 1.0.2.zip (19.3 KB, 307 downloads)
Gender Bit 1.1.0.zip (20.1 KB, 611 downloads)
Gender Bit Ext 1.0 (requires Gender Bit 1.1.x).zip (19.1 KB, 289 downloads)

Digital Jedi 01-04-2011 09:19 PM

Quote:

Originally Posted by CUBS (Post 2143915)
I'm new to this do you have to down kload all of this

Gender Bit 1.0.2.zip (19.3 KB, 307 downloads)
Gender Bit 1.1.0.zip (20.1 KB, 611 downloads)
Gender Bit Ext 1.0 (requires Gender Bit 1.1.x).zip (19.1 KB, 289 downloads)

Check the Download Guide in the first post. You should only download the newest version.


All times are GMT. The time now is 06:18 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
  • Page Generation 0.01305 seconds
  • Memory Usage 1,787KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (35)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete