Empty subject box (Technics)

by Taurec, Sunday, June 12, 2011, 13:22 (4695 days ago)

Hello!

In regard to this thread:
http://mylittleforum.net/forum/index.php?id=3760

How is it done?

How can I force the subject box to appear empty in every reply form, so the users have to type in their own subjects?

My forums version is 2.2.8.

Greetings
Taurec

Found it

by Taurec, Monday, June 13, 2011, 20:07 (4694 days ago) @ Taurec

Open .../include/posting.inc.php

line 370:

$smarty->assign('subject',htmlspecialchars($field['subject']));

Delete the first "subject", so it looks this way:

$smarty->assign('',htmlspecialchars($field['subject']));

Seems to work without problems so far.

Regards
Taurec

RSS Feed of thread