PDA

View Full Version : Images as custom profile fields


imk
05-19-2009, 05:44 PM
so on my site i want people to choose what footbal team they support,

i have some nice team icons that i want them to select within their profile and then appear in their postbit

how can this be done?

RLShare
05-19-2009, 05:49 PM
You need to take the code that makes up your header of your main site, whatever that may be, and copy it to the head template of the vbulletin style. And also copy the CSS the extra css field

BlueNinjaGo
05-19-2009, 05:51 PM
You need to take the code that makes up your header of your main site, whatever that may be, and copy it to the head template of the vbulletin style. And also copy the CSS.

Wrong thread?

RLShare
05-19-2009, 05:52 PM
yeah wrong thread. I meant to reply to his other thread about copying the header

BlueNinjaGo
05-19-2009, 05:55 PM
so on my site i want people to choose what footbal team they support,

i have some nice team icons that i want them to select within their profile and then appear in their postbit

how can this be done?

The only way I can think of doing this, would be to upload all the images on your sever.

The create a custom profile field, where users can only choose one team from your list.

then I guess you would create a case structure in the postbit template, so it'll pull the profile field and display the corresponding image.


If anyone can think of an easier way I'm overlooking ,by all means let me know.

imk
05-19-2009, 05:57 PM
i tried adding the css and this came upp


Required variables have gone missing and execution can not continue. Please try again.

This error can sometimes occur as a result of Suhosin / Hardened PHP being installed on your server. If you know that you have Suhosin running and you have access to the PHP configuration, try increasing the value of the following variables:
php_value suhosin.post.max_vars
php_value suhosin.request.max_vars

--------------- Added 1242807010 at 1242807010 ---------------

??????

--------------- Added 1242828806 at 1242828806 ---------------

anyone else?