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
|