Quote:
Originally Posted by grey_goose
Those templates will only create the space for the info to go into.
If you're wanting to fetch a custom column you'll need a plugin or to manually edit forumdisplay.php to include your column in the threads query (~ line 947) and then register it for use in threadbit (~ line 1120).
|
how i can register it by a plugin , i try to fetch the filed data but it not worked
Code:
{vb:raw thread.city}
but in another plugin it is works good
Code:
{vb:raw threadinfo.city}