Log in

View Full Version : Some questions


Naxon
06-25-2007, 11:19 PM
I added to the file "forum.php" (on the admincp dir) a field:

print_textarea_row('Inline Description', 'inlinedesc', $forum['inlinedesc']);

but above it, on the "forum" array I added:

'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?