From 0c6f177d454693fe03b834e432d1916089a0f6d2 Mon Sep 17 00:00:00 2001 From: Stefan Brannfjell Date: Sat, 14 Jun 2014 07:39:58 +0200 Subject: [PATCH] $config['use_guild_logos'] now actually works, toggle it between true and false. --- config.php | 2 +- guilds.php | 15 ++++++++++++--- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/config.php b/config.php index 9bfe0fa..5457d21 100644 --- a/config.php +++ b/config.php @@ -299,7 +299,7 @@ $config['invalidNameTags'] = array("god", "gm", "cm", "gamemaster", "hoster", "admin", "admim", "adm", "owner", "staff"); // Use guild logo system - $config['use_guild_logos'] = 4; + $config['use_guild_logos'] = true; // Level requirement to create guild? (Just set it to 1 to allow all levels). $config['create_guild_level'] = 8; diff --git a/guilds.php b/guilds.php index 44975dd..5d80414 100644 --- a/guilds.php +++ b/guilds.php @@ -168,8 +168,17 @@ if (user_logged_in() === true) { // Display the specific guild page ?> -

Guild:

+
+ +
+ +
+ +
+

Guild:

+

Motive of the Guild

+
+
@@ -191,7 +200,7 @@ if (user_logged_in() === true) { $onlinelist[] = $online['player_id']; } } - + foreach ($players as $player) { if ($config['TFSVersion'] !== 'TFS_10') { if ($isOtx) {
Rank: