PDA

View Full Version : Two Images In Post bit ?


Spangle
04-29-2014, 06:01 PM
I'm looking for a Mod that will allow members to have two images in Post Bit,
I want to be able to show an Avatar, plus the crest of a soccer team underneath.

kh99
04-29-2014, 06:48 PM
If you have all the images of the crests, you could do something like add a profile field with team choices, then in the postbit, use that field to decide which image to display (either have a lot of 'vb:if' statements to decide, or else make the value of the profile field part of the image file name).

A mod might already exist for something like this, I just don't know offhand.

Spangle
04-29-2014, 07:20 PM
If you have all the images of the crests, you could do something like add a profile field with team choices, then in the postbit, use that field to decide which image to display (either have a lot of 'vb:if' statements to decide, or else make the value of the profile field part of the image file name).

A mod might already exist for something like this, I just don't know offhand.

It needs to be user selectable really, from the Avatar gallery

cellarius
04-29-2014, 07:51 PM
User profile fields are user selectable.

Spangle
04-29-2014, 08:07 PM
User profile fields are user selectable.

Very true, !

However, I can't see how it can be used to display another image from the avatar gallery ?

--------------- Added 1398808144 at 1398808144 ---------------

I've done this using this MOD :

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

tbworld
04-29-2014, 08:55 PM
Take a look at " '/profle.php' #2937 -- do=editavatar", and template 'modifyavatarbit'.

You can use the sections of code above to begin to create an additional avatar entry.

Sorry, I cannot provide you with a simple answer. Maybe there is a similiar MOD that you can use as an outline. I did a quick search, but did not come up with anything useful. I rarely look at the modification section, so I am not the best person to answer my own, "is there a similiar MOD" question. There are smarter folks out there. :)