404 Page not found
{{block('breadcrumbs')}}
{{block('search')}}
{{block('online')}}
{% endblock %}
{% elseif __view == 'categories' %}
{% block view_categories %}
{% set view = "categories" %}
{{block('menu')}}
{# this assign need for breadcrumbs below #}
{% if categories|length == 1 %}
{% set category = categories|first %}
{% endif %}
{{block('breadcrumbs')}}
{{block('messages')}}
{% for category in categories %}
{# Wrapping categories to seperate containers, if user wants to change it individually #}
{% if categories|length != 1 %}
{{ category.title }}
{% endif %}
{% endif %}
{% endfor %}
{{block('pagination')}}
{{block('search')}}
{{block('breadcrumbs')}}
{{block('online')}}
{% endblock %}
{% elseif __view == 'board' %}
{% block view_boards %}
{% set view = 'board' %}
{% set board = category.boards|first %}
{{block('menu')}}
{{block('breadcrumbs')}}
{{block('messages')}}
{% for board in category.boards %}
{% if categories|length != 1 %}
{{ board.title }} ({{board.threads_count}}/{{board.posts}})
{% set _online = get_online ( '/category_' ~ category.id ~ '/board_' ~ board.id) %}
{% if _online > 0 %}
{{ _online }}
{% endif %}
{% if board.description %}
{% endfor %}
{{board.description}}
{% endif %}
{# Nếu thấy chỉ có một
loại, chúng ta sẽ thấy
một số chủ đề cũng #}
{% if board.threads %}
{% for thread in board.threads %}{{block('thread')}}{% endfor %}
{% if board and board.threads_count > settings.threads_per_board %}
Xem tất cả các chủ đề ({{ board.threads_count }}) →
{% endif %}
{% endif %}
{% if settings.allow_anonymous_posting or profile %}
{# Create new thread #}
Đăng bài •
{# Mark board as read #}
Đánh dấu đã đọc
{% elseif account %}
Đăng nhập để trả lời
{% else %}
{{ view == 'board' ? 'Đăng nhập để viết bài' : 'Đăng nhập để trả lởi' }}
{% endif %}
{% if board and board.threads %}
{% for thread in board.threads %}
{{block('thread')}}
{% endfor %}
{% else %}
Chưa có bài viết trong chủ đề này.
{% endif %}
{{block('pagination')}}
{{block('search')}}
{{block('breadcrumbs')}}
{{block('online')}}
{% endblock %}
{% elseif __view == 'thread' %}
{% block view_thread %}
{% set view = 'thread' %}
{% set board = category.boards|first %}
{% set thread = board.threads|first %}
{{block('menu')}}
{{block('breadcrumbs')}}
{% if thread %}
{{block('messages')}}
{% if thread.is_closed %}
Bài đăng bị khóa
{% endif %}
{% if settings.allow_anonymous_posting or profile %}
{% if not thread.is_closed %}
Gửi trả lời
{% endif %}
{% if invite_users_left != 0 and profile %}
• Mời bạn bè
{% else %}
• Mời bạn bè
{% endif %}
{% if profile.can_delete %}
• Xóa
{% endif %}
{% if profile.can_pin %}
{% if thread.is_pinned %}
• Gỡ ghim
{% else %}
• Ghim
{% endif %}
{% endif %}
{% if profile.can_close %}
{% if thread.is_closed %}
• Xem
{% else %}
• Đóng
{% endif %}
{% endif %}
{% if thread.owner or profile.can_edit_thread %}
• Đổi tên
{% endif %}
{# generic part #}
{% elseif account %}
Đăng nhập để trả lời
{% else %}
{{ view == 'board' ? 'Đăng nhập để viết bài' : 'Đăng nhập để trả lời' }}
{% endif %}
{# reverse post ( oldest first) #}
{% if reversed_sort %}
{% if not profile or profile.settings.reply_sorting == 1 %}
• Vị trí bắt đầu
{% else %}
• Vị trí kết thúc
{% endif %}
{% else %}
{% if not profile or profile.settings.reply_sorting == 1 %}
• Vị trí kết thúc
{% else %}
• Vị trí kết thúc
{% endif %}
{% endif %}
{% import _self as script %}
{% for post in thread.posts %}{{block('post_view')}}{% endfor %}
{{block('controls')}}
{{block('pagination')}}
{{block('search')}}
{% endif %}
{{block('breadcrumbs')}}
{{block('online')}}
{% endblock %}
{% elseif __view == 'confirm' %}
{% block view_confirm %}
{{block('menu')}}
{{block('breadcrumbs')}}
{{block('online')}}
{% endblock %}
{% elseif __view == 'edit_post' %}
{% block view_edit_post %}
{% set board = category.boards|first %}
{% set thread = board.threads|first %}
{# ACTION #}
{% if reply_to_thread %}
{# REPLY TO THREAD #}
{% set action_route %}{{ thread.reply_to_link }}{% endset %}
{% set tail = 'Trả lời' %}
{% elseif edit_post %}
{# EDIT POST #}
{% set action_route %}{{ post.edit_link }}{% endset %}
{% set tail = 'Sửa' %}
{% elseif reply_to %}
{# REPLY TO POST #}
{% set action_route %}{{ post.reply_link }}{% endset %}
{% set tail = 'Trả lời' %}
{% endif %}
{{block('menu')}}
{{block('breadcrumbs')}}
{% if settings.allow_anonymous_posting or profile %}
{# for feedback #}
{{block('messages')}}
{% if not user_silenced %}
{% if reply_to %}
{% set post = thread.posts|first %}
{% import _self as script %}
{{block('post_view')}}
{% endif %}
{% endif %}
{% else %}
{% if account %}
Tham gia forum để đăng bài
{% else %}
Bạn phải đăng ký để đăng
{% endif %}
{% endif %}
{{block('breadcrumbs')}}
{{block('online')}}
{% endblock %}
{% elseif __view == 'edit_thread' %}
{% block view_edit_thread %}
{% set board = category.boards|first %}
{% set thread = board.threads|first %}
{{block('menu')}}
{{block('breadcrumbs')}}
{{block('messages')}}
{{block('breadcrumbs')}}
{{block('online')}}
{% endblock %}
{% elseif __view == 'message' %}
{% block view_message %}
{{block('menu')}}
{{block('breadcrumbs')}}
{{block('messages')}}
{{block('online')}}
{% endblock %}
{% elseif __view == 'modlog' %}
{% block view_modlog %}
{{block('menu')}}
{% set tail = 'Modlog' %}
{{block('breadcrumbs')}}
{{block('messages')}}
Thời gian | Tên forum | Hoạt động | Chi tiết hoạt động | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ row.stamp|date( 'H:i:s d-m-Y') }} | {# Mod name #}{{ row.moderator.name }} | {# Action #} {# Action details #} {% if ( row.action == 'edit_post' ) %}editted | 1 bài mới trong "{{ row.params.category_title }} »t; {{ row.params.board_title }} »t; {{ row.params.thread_title }}. | {% elseif ( row.action == 'delete_post' ) %}xóa bài đăng trong | {{ row.params.category_title }} » {{ row.params.board_title }} » {{ row.params.thread_title }}. | {% elseif ( row.action == 'delete_thread' ) %}Xóa chủ đề | {{ row.params.thread_title }}" in "{{ row.params.category_title }} >> {{ row.params.board_title }} | {% elseif ( row.action == 'restrict_user' ) %}Hạn chế | {{ row.params.user_name }} {% if row.params.user_name != row.params.user_name_now %} (hiện đang {{ row.params.user_name_now }}) {% endif %} | {% elseif ( row.action == 'unrestrict_user' ) %}Cho phép | {{ row.params.user_name }} {% if row.params.user_name != row.params.user_name_now %} (hiện đang {{ row.params.user_name_now }}) {% endif %} | {% elseif ( row.action == 'silence_user' ) %}Nghiêm cấm | {{ row.params.user_name }} {% if row.params.user_name != row.params.user_name_now %} (hiện đang {{ row.params.user_name_now }}) {% endif %} | {% elseif ( row.action == 'unsilence_user' ) %}Cho phép | {{ row.params.user_name }} {% if row.params.user_name != row.params.user_name_now %} (hiện đang {{ row.params.user_name_now }}) {% endif %} | {% elseif ( row.action == 'approve_user' ) %}Đồng ý | {{ row.params.user_name }} {% if row.params.user_name != row.params.user_name_now %} (hiện là {{ row.params.user_name_now }}) {% endif %} | {% elseif ( row.action == 'unapprove_user' ) %}Không đồng ý | {{ row.params.user_name }} {% if row.params.user_name != row.params.user_name_now %} (hiện đang {{ row.params.user_name_now }}) {% endif %} | {% elseif ( row.action == 'unban_user' ) %}Đã unbanned | {{ row.params.user_name }} {% if row.params.user_name != row.params.user_name_now %} (hiện đang {{ row.params.user_name_now }}) {% endif %} | {% elseif ( row.action == 'pin_thread' ) %}Đã ghim | {{ row.params.category_title }} >> {{ row.params.board_title }} >> {{ row.params.thread_title }} thread | {% elseif ( row.action == 'unpin_thread' ) %}Đã gỡ ghim | {{ row.params.category_title }} >> {{ row.params.board_title }} >> {{ row.params.thread_title }} thread | {% elseif ( row.action == 'close_thread' ) %}Đã đóng cửa | {{ row.params.category_title }} >> {{ row.params.board_title }} >> {{ row.params.thread_title }} thread | {% elseif ( row.action == 'open_thread' ) %}Đã mở cửa | {{ row.params.category_title }} >> {{ row.params.board_title }} >> {{ row.params.thread_title }} thread | {% else %}{{row.action}} | {% endif %} |
{% if profile %}
{% endif %}
{% if profile %}
{{ profile.community_name }}
{% else %}
{{ input.name }}
{% endif %}
{% if post.reply_to %}
{% if post.reply_to.author_name %}{{ post.reply_to.author_name}}{% else %}{{ post.reply_to.anonymous_name }}{% endif %} {{ input.message_parsed|raw }}
{% else %}
{{ input.message_parsed|raw }}
{% endif %}
{% if profile %}
{% if tmp_attachments %}
{% for attachment in tmp_attachments %}
{{block('breadcrumbs')}}
{{block('online')}}
{% endblock %}
{% elseif __view == 'options' %}
{% block view_options %}
{{block('menu')}}
{% set tail = 'Tùy chỉnh' %}
{{block('breadcrumbs')}}
{{block('messages')}}
{{block('breadcrumbs')}}
{{block('online')}}
{% endblock %}
{% elseif __view == 'redirect' %}
{% block view_redirect %}
Thành công! Click vàođây để chuyển trang.
{% endblock %}
{% elseif __view == 'new_thread' %}
{% block view_new_thread %}
{% set view= 'new_thread' %}
{% set board = category.boards|first %}
{% if settings.allow_anonymous_posting or profile %}
{{block('menu')}}
{{block('breadcrumbs')}}
{{block('messages')}}
{% if not user_silenced %}
{% endif %}
{{block('breadcrumbs')}}
{% else %}
{% if account %}
Đăng nhập để viết bài
{% else %}
Bạn phải đăng ký để đăng bài
{% endif %}
{% endif %}
{{block('online')}}
{% endblock %}
{% elseif __view == 'search' %}
{% block view_search %}
{% if category.boards|length %}{% set board = category.boards|first %}{% endif %}
{% if board.threads|length %}{% set thread = board.threads|first %}{% endif %}
{{block('menu')}}
{% set tail = 'Kết quả tìm kiếm' %}
{{block('breadcrumbs')}}
{% for result in search_results %}
{% if loop.first %}
{{ attachment.name }} • {{ attachment.size|bytes }}
{% endfor %}
{% endif %}
{% if tmp_post_attachments %}
{% for attachment in tmp_post_attachments %}
{{ attachment.name }}
{% endfor %}
{% endif %}
{% endif %}
{% endif %}
{% set thread = result.thread %}
{% set url_from_search = result.goto_link %}
{{block('thread')}}
{% if loop.last %}
{% endif %}
{% else %}
Sorry, không thấy...
{% endfor %}
{{block('pagination')}}
{{block('search')}}
{{block('breadcrumbs')}}
{{block('online')}}
{% endblock %}
{% elseif __view == 'invite' %}
{% block view_invite %}
{% set view = 'thread' %}
{% set board = category.boards|first %}
{% set thread = board.threads|first %}
{{block('menu.twig')}}
{{block('breadcrumbs')}}
{{block('messages')}}
{% if invite_users_left %}
Nhập email bạn bè và tin nhắn của bạn.
Xem trước Email:
{{ invite_email|raw }}
{% else %}
Sorry, hiện bạn không thể gửi tin nhắn. Thử lại sau nhé.
{% endif %}
{{block('breadcrumbs')}}
{{block('online')}}
{% endblock %}
{% elseif __view == 'join' %}
{% block view_join %}
{{block('menu')}}
{{block('messages')}}
{{block('online')}}
{% endblock %}
{% endif %}