Log in

View Full Version : postbit $post array -> how is it constructed


GotVtec
03-30-2009, 01:08 PM
In the templates, there are the variables like:

$post['avatar'], $post['aim'], $post['rank'], etc.

Where is this array constructed? I can't seem to dissect the code to find it.

Lynne
03-30-2009, 02:00 PM
Look in the showthread.php page and that may lead you to look at includes/class_postbit.php and includes/class_postbit_alt.php You just have to read the code and follow where the functions take you.