Log in

View Full Version : Question about $post variable


babolo
01-30-2005, 09:11 PM
I am making a hack and I am trying to figure out how the $post variable works. I want it to do $post['personality'] and then it will grab the persons personality out of the database and put it in the postbit as personality: (there personality) can anyone help? All I know is I have to edit functions_showthread.php

miz
01-30-2005, 09:52 PM
$post['personality'] supuse to be ?

does every user supuse to have 'personality' ?

can you please be more specifce?

Zachery
01-30-2005, 10:18 PM
I am making a hack and I am trying to figure out how the $post variable works. I want it to do $post['personality'] and then it will grab the persons personality out of the database and put it in the postbit as personality: (there personality) can anyone help? All I know is I have to edit functions_showthread.php
You would need to add a new row to the user field, or easier add a new user profile filed.

babolo
01-31-2005, 12:52 AM
You would need to add a new row to the user field, or easier add a new user profile filed.

yep that works thanks.