group_id; $user_id_follows_array = $templateVar['group']->get_follows_user_id(); $group_members_display = $templateVar['group']->get_members_display(); $group_delay_array = [0 => "None", 1800 => "30 mins", 3600 => "1 hour", 7200 => "2 hours", 10800 => "3 hours", 14400 => "4 hours", 18000 => "5 hours", 21600 => "6 hours", 60*60*7 => '7 hours', 60*60*8 => '8 hours', 60*60*9 => '9 hours', 60*60*10 => '10 hours', 60*60*11 => '11 hours', 43200 => "12 hours", 86400 => "1 day", 172800 => "2 days", 259200 => "3 days", 345600 => "4 days", 432000 => "5 days", 518400 => "6 days", 604800 => "1 week", 1209600 => "2 weeks"]; ?>
group_name ?> group_likes) ? "+" . number_format($templateVar['group']->group_likes) . "" : '' ?>
Group info
group_is_inactive) : ?>
Group ID: group_id ?>
Alt name: group_alt_name) ? display_fa_icon('users') . ' ' . $templateVar['group']->group_alt_name : 'None' ?>
Status: Inactive
Stats:
  • group_views) ?>
  • group_follows) ?>
  • count_chapters) ?>
Links: group_website) { ?> group_discord) { ?> group_irc_channel) { ?> group_email) { ?>
Actions: user_id, $templateVar['ip'], $templateVar['group']->get_likes_user_id_ip_list()) ?> user_id])) : ?>
group_leader_id == $templateVar['user']->user_id || in_array($templateVar['user']->username, $templateVar['group_members_array'])) { //only display for relevant people ?>
Member info
group_leader_id > 1) { ?> group_leader_id == $templateVar['user']->user_id) { //only display for relevant people ?>
Leader: user_id, $templateVar['group']->username, $templateVar['group']->level_colour) ?>
Members:
Upload restriction: group_control) ? display_fa_icon('lock', 'Group members only', 'text-warning') . " Group members only" : display_fa_icon('lock-open', 'No restrictions', 'text-success') . " None" ?>
Group delay: group_delay ? "" . ($group_delay_array[$templateVar['group']->group_delay] ?? ($templateVar['group']->group_delay . " Seconds")) . "" : "None") ?>
Actions:
Invite:
group_leader_id == $templateVar['user']->user_id) { //only display for relevant people ?> group_leader_id == 1) print display_alert('warning', 'Notice', "The group leader may request to take over this internally generated group by posting in this thread.") ?>
group_description) { ?>
Description
parse($templateVar['group']->group_description)->getAsHtml()); ?>