MyBB Community Forums

Full Version: Custom Fields in posts?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello i was wondering if anyone knows of a mod or a way to include custom fields in posts?
There's not a mod for it, but you can do it manually if you're interested?
yes please how would i do it manually?
ok thanks just a quick question i update the layout for my threads to be classic yet they are still above the posts bit Confused any ideas?
UPDATE `mybb_users` SET `classicpostbit` = '1' WHERE `classicpostbit` = '0' 

Run that in phpmyadmin.
thanks its worked Big Grin
Hello, I also need to add a couple of custom post profiles. learnmybb forum is closed, does anyone know how I can add custom post/thread fields?
thanks
{$post['fidX']}

Change the X to the ID of the custom profile field.
Hello, I aded that code to the new thread template but its not showing the custom fields I specified with numbers, any ideas?

I used this code, should I be putting it in a <div>?

{$post['fid1']}
{$post['fid2']}
{$post['fid5']}

Thanks Smile
Pages: 1 2