Thema sperren aber Umfrage aktiv
Verfasst: 26.10.2004 11:41
Gibt es die Möglichkeit das man ein Thema sperren kann aber die Umfrage die in dem Theama ist aktiv bleibt? Wenn ich jetzt ein Thema sperre dann ist die Umfrage auch gesperrt.
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
else if ( $mode != 'newtopic' && $post_info['topic_status'] == TOPIC_LOCKED && !$is_auth['auth_mod'])
Code: Alles auswählen
else if ( $mode != 'newtopic' && $post_info['topic_status'] == TOPIC_LOCKED && !$is_auth['auth_mod'] && $mode != 'vote')
Code: Alles auswählen
if ( $user_voted || $view_result || $poll_expired || !$is_auth['auth_vote'] || $forum_topic_data['topic_status'] == TOPIC_LOCKED )
Code: Alles auswählen
|| $forum_topic_data['topic_status'] == TOPIC_LOCKED