Quick reply for guest

Note: no support provided in this sub-forum
Forum rules
Note: no support provided in this sub-forum
User avatar
Stanton
Registered user
Switzerland
Posts: 4
Last visit: Thu Jan 15, 2026 7:14 am

Quick reply for guest

Post by Stanton »

This file modification will allow you to allow quick response for guests

Open viewtopic.php and find

Code: Select all

    if ($user->data['is_registered'] && $config['allow_quick_reply'] && ($topic_data['forum_flags'] & FORUM_FLAG_QUICK_REPLY) && $auth->acl_get('f_reply', $forum_id))
Delete this part

Code: Select all

 ($user->data['is_registered'] &&
Save and clear cache