![]() |
This is basically the same as the Gender Hack for the earlier version, but made to work with 2.2.0. This is all my coding, but was not originally my idea. There are three new images that I made for this, and I may make alternate ones for those because they're kinda blah. Anyway, hope you like it.
Enjoy! |
Same Problem as always.....
you choose your gender....submit..... and nothing updates this has been the same problem with this hack for the past 6 months too bad=was hoping you fixed it :( |
This works for me, I will try it on a fresh install tomorrow and see if it still works. There was nothing to fix, seeing I didn't even look at the person's code who had written this before...
|
I'll give it a try myself apfeifer! Thank you so much for following up on my request!
|
Hey,
How'd you make out on trying that 2.2.0 fresh install, then adding the gender hack? Quote:
|
it works for new registers no problem
just not in modify profile |
just needs a lil tweaking to work for a profile edit :) ill check it out.
|
Thank You Goldfinger!!
I Appreciate it!!!:D |
Dear apfeifer,
Thank you very much for this hack, I installed this hack on my board with no problem! (I decided to keep the old hack gender icons though). I am running vBulletin 2.2.0 and following apfeifer's directions, on my board installation everything went smoothly! Once again thanks! My board: http://www.gamingforce.com/forums/ |
trying to Install this hack but when it comes to:
### Go to Templates -> Modify -> [expand list] -> Member List Templates [expand] -> postbit There is NO postbit. The only postbit is in the postbit section templates. Anyhelp? Installing on 2.2.0 :) |
Whoops...yeah, the one in the Postbit section. I'm amazed you're the first person to notice that! Sorry about that!:)
|
I left the below section out and the hack is working fine here on 2.2.0 but I used the old gifs from the original version.
:D Quote:
|
I dont think it works in version 2.0.3 because in the replacing by register.php it says in your find tag on the end "$avatarid" and the register.php of 2.0.3 dont have that. :(
|
Works great, thanks a bunch for this update! :D
Now I have to find some images. |
I did some little modifications and it works perfect now on 2.0.3, thnx for the hack
|
Lesane, care to share how you do it for 2.0.3? :)
|
Sure, no problem.
Its all the same except the part in register.php. The find and replace part contains "$avatarid", version 2.0.3 dont have that in the register.php. So when it asks 2 replace the part in register.php do this: $DB_site->query("INSERT INTO user (userid,username,password,email,".$newstylefield." parentemail,coppauser,homepage,icq,aim,yahoo,signa ture,adminemail,showemail,invisible,usertitle,join date,cookieuser,daysprune,lastvisit,lastactivity,u sergroupid,timezoneoffset,emailnotification,receiv epm,emailonpm,options,birthday,maxposts,startofwee k,ipaddress,pmpopup,referrerid,nosessionhash,gende r) VALUES (NULL,'".addslashes(htmlspecialchars($username))." ','".addslashes(md5($password))."','".addslashes(h tmlspecialchars($email))."',".$newstyleval."'".add slashes(htmlspecialchars($parentemail))."','$coppa user','".addslashes(htmlspecialchars($homepage))." ','".addslashes(htmlspecialchars($icq))."','".adds lashes(htmlspecialchars($aim))."','".addslashes(ht mlspecialchars($yahoo))."','".addslashes($signatur e)."','$adminemail','$showemail','$invisible','".a ddslashes($usertitle)."','".time()."','$cookieuser ','".addslashes($prunedays)."','".time()."','".tim e()."','$newusergroupid','".addslashes($timezoneof fset)."','$emailnotification','$receivepm','$email onpm','$options','".addslashes($birthday)."','".ad dslashes($umaxposts)."','".addslashes($startofweek )."','".addslashes($ipaddress)."','$pmpopup','".ad dslashes($testreferrerid['userid'])."','$nosessionhash','$gender')"); Good luck ;) |
hrm i cant find the postbit stuff, i went under "postbit templates-postbit and didnt find
$userinfo[username]</a></normalfont>" am i looking in the wrong place? i am using 2.2.1 |
ok i dont know how many times i need to say this for someone to actually notice...
the image WILL NOT SHOW IN POSTBIT-but it shows everywhere else can ANYONE fix this?? |
is anyone else getting the same problem? it shows up as a ? for all my users no matter where i am, weird, help me, wut am i doing wrong.
|
gonna be installing this in a few
does anyone want a link to my test forums so they can check it out? |
i just installed this on my test board...
it no workie :( :( :'( hmmm....it seems to conflict with the collapse posts thing... |
Does this work on 2.2.1?
|
But how can I edit the gender in the AdminCP ???? :confused:
|
If edit the my profile, there is always the default value selected. If I change an other option in the profile, my gender is set to unknown... Is there a problemsolving for that ???
|
Hi everyone. Great hack, but i think it needs some more treatment... Hardcodeing the images is not a very usable idea, therefore, use templates.
Add 3 templates gender_male: <img src="images/male.gif" border="0"> gender_female: <img src="images/female.gif" border="0"> gender_undiscloed: <img src="images/questionmark.gif" border="0"> If you want to change this part now ever, just change these 3 templates. Now to the modifications you need to do for them to work properly with the page. IMPORTANT for the part below: Everything stays the same in the 3 files, EXCEPT $post[gender]. Justtake a good look and replace the coresponding code... it aint that hard :) Wherever the instructions tol you to put in this code: PHP Code:
PHP Code:
Now 2 more steps and we have it. in member.php search for PHP Code:
PHP Code:
Now change in memberlist.php the 4th line, and add there also the three templates. If you have no other hacks it could look like this: PHP Code:
Thanks for the great hack!!! |
Toying around, i found it sucks not to be able to change the the status of the user as an admin. So i whipped out this little hack.
First, you need a whole new function in admin/adminfunctions.php Find: PHP Code:
PHP Code:
Open global.php (you can put it also in the user.php in the admin directory on the top, but i used it for other hack parts too, so i needed it global) and add to the top, after the <?php this part: PHP Code:
SAve it and close it. Open admin/user.php These are for the edit part of the users... Find: PHP Code:
PHP Code:
Find PHP Code:
PHP Code:
Find: PHP Code:
Ok, new users are set, now the edits. Search with your editor for this part: PHP Code:
You read there something like that: PHP Code:
PHP Code:
If you got questions, mail me. |
I'm new to VB (a recent UBB convert) with my board being only 4 days old on VB, but I am having a ball installing all the hacks.
This hack here is fantastic. I want to thank Simon for his admin add-on hack to the gender hack. Just one note: when you modify the global.php file for Simon's admin hack, it is the admin/global.php file, not the root global.php file. It was a bit confusing as Simon specified the admin/ subdirectory for the other files, but not for the global.php file. The gender hack works well with the admin add-on. Well done people! :) |
Quote:
|
I put it in the postbit in the postbit section :)
DelusionalMind - worked fine with my expand/collapse hack :) maverick1236 - Do you have the expand/collapse hack installed? If so, you need to put the $genderimage twice in the postbit - once in the "plusimg" part and once in the "minusimg" part. It took me forever to figure out that was what I was doing wrong! |
well these instructions are weird, dont got that code in my postbit so I guess no genderhack 4 me
|
put it after $post[username]
|
Is this fully operational now?
|
Can someone just make a new zip for 2.2.1 plz?
|
It worked for me Lucky :)
|
Thanks for the help but after looking at this a little closer, it appears to me that this hack isn`t worth the time to try to install.
It was a great hack in 2.03 and worked with np but if you upgrade to 2.2.1 it will no longer work with the old hack and to upgrade is nothing less than a pain. :( If and when I get time, I will redo this for 2.2.1 so peeps can hack once and be done rather than hack and take this out and hack and take that out and etc. and etc. Blah! <---starts to think would have been better off to stay with 2.03 :( |
Does this work for 2.2.1 with np?
|
im mad for bangin this baby on aswel but am a bit confused by the last posts?? i have 2.2.1 can n e 1 say if it works/doesnt or might do before i start pulling my board to peices???
cheers in advance peeps :) |
I am wondering about that as well.
:confused: |
I have found the problem and all is working fine now!
Just gotta watch what ya do is all. |
All times are GMT. The time now is 06:12 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:
|