diff --git a/portal/fetch_posts.php b/portal/fetch_posts.php index 53971889..4c7d2ee1 100644 --- a/portal/fetch_posts.php +++ b/portal/fetch_posts.php @@ -205,7 +205,7 @@ class fetch_posts t.topic_title, t.topic_attachment, t.topic_views, - t.poll_title, + t.poll_start, t.topic_posts_approved, t.topic_posts_unapproved, t.topic_posts_softdeleted, @@ -334,7 +334,7 @@ class fetch_posts 'user_id' => $row['user_id'], 'user_type' => $row['user_type'], 'user_colour' => $row['user_colour'], - 'poll' => $this->get_setting_based_data($row['poll_title'], true, false), + 'poll' => $this->get_setting_based_data($row['poll_start'], true, false), 'attachment' => $this->get_setting_based_data($row['topic_attachment'], true, false), 'topic_views' => $row['topic_views'], 'forum_name' => $row['forum_name'], diff --git a/styles/prosilver/template/portal/_block_config.html b/styles/prosilver/template/portal/_block_config.html index 1ded7d7f..069d6103 100644 --- a/styles/prosilver/template/portal/_block_config.html +++ b/styles/prosilver/template/portal/_block_config.html @@ -5,13 +5,13 @@ - + - + diff --git a/styles/prosilver/template/portal/modules/announcements_center.html b/styles/prosilver/template/portal/modules/announcements_center.html index ac8ae936..b36b384d 100644 --- a/styles/prosilver/template/portal/modules/announcements_center.html +++ b/styles/prosilver/template/portal/modules/announcements_center.html @@ -3,47 +3,57 @@ - -