Log in

View Full Version : vBulletin Blog - Profile Field


Rich
10-28-2008, 07:36 PM
The easiest way to approach what I wish to do would be to simply change the "location" field in the blog template from 2 to 48, which is the field I need to display.

I can not find where I can change this value and have it work.

I have tried:

$userinfo[field48]

with no luck. It will show the value on the list display of blog entries, but it does not display within a specific entry. It simply disappears (though the default location of field2 displays correctly.)

I need to have my custom field 48 to be able to display within an entry when it is viewed. Does anyone know how to go about doing this?

Please don't tell me:

$userinfo[field48] or $userinfo['field48']

as those don't work.

The thing driving me insane is that the location field is called via:

<if condition="$userinfo['field2']"><li class="smallfont"><span class="shade">$vbphrase[location_perm]</span> $userinfo[field2]</li></if>

--------------- Added 1225309528 at 1225309528 ---------------

Anyone?

Rich
10-30-2008, 10:16 AM
Bump - Anyone?

Rich
11-01-2008, 04:39 PM
I just went in and called the field via the blog.php file and set a variable. My variable is working , so this can be ignored.