Log in

View Full Version : add a custom field to show on every post


dimava
03-03-2002, 12:02 AM
i want to add a field called "Video Card" which can be set in the profile and i want it to show under Post Count in every post that is made

thanks,

Dimava

Neo
03-03-2002, 12:28 AM
just add some code into the admin/functions.php
and edit your postbit template

black
03-03-2002, 12:46 AM
Go to your admin cp

Make a new profile field called Video Card

Go to where u modify them and right click on it and copy the shortcut paste it somewhere look at the end of it ull see a number like 5

Go edit the template postbit
and place

$post[fieldX]

where u want to place it

X= the number u see at the end of the url

Bad Bunny
09-11-2002, 05:49 AM
Sweeet. I had actually wondered about this for awhile...but never got around to asking, as I wanted to see if anyone asked it first.

I mean, I figured someone else HAD to have thought of this before. :)

Darkwaltz4
11-08-2002, 01:07 AM
wow, thanks black, i was just recently wondering what variable my profile field was stored to, so i may display it in the postbit..