Various modifications for phpBB3Dispaly guests by default

Snippets for phpBB3
Previous topicNext topic
User avatar

Topic Author
dmzx
Founder
Founder
Status: Online
User theme: Dark
Posts: 6222
Joined: Jan 13th, '14, 20:45
    Windows 8 Firefox

Dispaly guests by default

Post by dmzx »

open /viewonline.php
Find This may be a partial find and not the whole line (spaces may differ)

Code: Select all

$show_guests= ($config['load_online_guests']) ? request_var('sg', 0) : 0;
Replace with Replace the preceding lines with the following

Code: Select all

$show_guests= ($config['load_online_guests']) ? request_var('sg', 1) : 0;
Previous topicNext topic