I added to the file "forum.php" (on the admincp dir) a field:
Code:
print_textarea_row('Inline Description', 'inlinedesc', $forum['inlinedesc']);
but above it, on the "forum" array I added:
Code:
'inlinedesc' => '',
How can I update \ insert it to the MySQL, than when I'm updating the forum, it'll be on the Value of this textarea (What will be the variable) and how can I use this on the FORUMDISPLAY template?
Thank's,
Daniel.
Help? Please?