mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-19 15:22:08 +02:00
Merge branch 'ticket/nickvergessen/7720' into develop-olympus
* ticket/nickvergessen/7720: [ticket/7720] Fix alternative image-description for unread posts.
This commit is contained in:
commit
e7e98f1de5
@ -396,7 +396,7 @@ function display_forums($root_data = '', $display_moderators = true, $return_mod
|
||||
}
|
||||
else
|
||||
{
|
||||
$folder_alt = ($forum_unread) ? 'NEW_POSTS' : 'NO_NEW_POSTS';
|
||||
$folder_alt = ($forum_unread) ? 'UNREAD_POSTS' : 'NO_UNREAD_POSTS';
|
||||
}
|
||||
|
||||
// Create last post link information, if appropriate
|
||||
@ -425,7 +425,7 @@ function display_forums($root_data = '', $display_moderators = true, $return_mod
|
||||
$s_subforums_list = array();
|
||||
foreach ($subforums_list as $subforum)
|
||||
{
|
||||
$s_subforums_list[] = '<a href="' . $subforum['link'] . '" class="subforum ' . (($subforum['unread']) ? 'unread' : 'read') . '" title="' . (($subforum['unread']) ? $user->lang['NEW_POSTS'] : $user->lang['NO_NEW_POSTS']) . '">' . $subforum['name'] . '</a>';
|
||||
$s_subforums_list[] = '<a href="' . $subforum['link'] . '" class="subforum ' . (($subforum['unread']) ? 'unread' : 'read') . '" title="' . (($subforum['unread']) ? $user->lang['UNREAD_POSTS'] : $user->lang['NO_UNREAD_POSTS']) . '">' . $subforum['name'] . '</a>';
|
||||
}
|
||||
$s_subforums_list = (string) implode(', ', $s_subforums_list);
|
||||
$catless = ($row['parent_id'] == $root_data['forum_id']) ? true : false;
|
||||
@ -854,7 +854,7 @@ function topic_status(&$topic_row, $replies, $unread_topic, &$folder_img, &$fold
|
||||
|
||||
|
||||
$folder_img = ($unread_topic) ? $folder_new : $folder;
|
||||
$folder_alt = ($unread_topic) ? 'NEW_POSTS' : (($topic_row['topic_status'] == ITEM_LOCKED) ? 'TOPIC_LOCKED' : 'NO_NEW_POSTS');
|
||||
$folder_alt = ($unread_topic) ? 'UNREAD_POSTS' : (($topic_row['topic_status'] == ITEM_LOCKED) ? 'TOPIC_LOCKED' : 'NO_UNREAD_POSTS');
|
||||
|
||||
// Posted image?
|
||||
if (!empty($topic_row['topic_posted']) && $topic_row['topic_posted'])
|
||||
|
@ -200,7 +200,7 @@ function mcp_post_details($id, $mode, $action)
|
||||
'U_VIEW_POST' => append_sid("{$phpbb_root_path}viewtopic.$phpEx", 'f=' . $post_info['forum_id'] . '&p=' . $post_info['post_id'] . '#p' . $post_info['post_id']),
|
||||
'U_VIEW_TOPIC' => append_sid("{$phpbb_root_path}viewtopic.$phpEx", 'f=' . $post_info['forum_id'] . '&t=' . $post_info['topic_id']),
|
||||
|
||||
'MINI_POST_IMG' => ($post_unread) ? $user->img('icon_post_target_unread', 'NEW_POST') : $user->img('icon_post_target', 'POST'),
|
||||
'MINI_POST_IMG' => ($post_unread) ? $user->img('icon_post_target_unread', 'UNREAD_POST') : $user->img('icon_post_target', 'POST'),
|
||||
|
||||
'RETURN_TOPIC' => sprintf($user->lang['RETURN_TOPIC'], '<a href="' . append_sid("{$phpbb_root_path}viewtopic.$phpEx", "f={$post_info['forum_id']}&p=$post_id") . "#p$post_id\">", '</a>'),
|
||||
'RETURN_FORUM' => sprintf($user->lang['RETURN_FORUM'], '<a href="' . append_sid("{$phpbb_root_path}viewforum.$phpEx", "f={$post_info['forum_id']}&start={$start}") . '">', '</a>'),
|
||||
|
@ -196,7 +196,7 @@ class mcp_queue
|
||||
'U_VIEW_POST' => $post_url,
|
||||
'U_VIEW_TOPIC' => $topic_url,
|
||||
|
||||
'MINI_POST_IMG' => ($post_unread) ? $user->img('icon_post_target_unread', 'NEW_POST') : $user->img('icon_post_target', 'POST'),
|
||||
'MINI_POST_IMG' => ($post_unread) ? $user->img('icon_post_target_unread', 'UNREAD_POST') : $user->img('icon_post_target', 'POST'),
|
||||
|
||||
'RETURN_QUEUE' => sprintf($user->lang['RETURN_QUEUE'], '<a href="' . append_sid("{$phpbb_root_path}mcp.$phpEx", 'i=queue' . (($topic_id) ? '&mode=unapproved_topics' : '&mode=unapproved_posts')) . "&start=$start\">", '</a>'),
|
||||
'RETURN_POST' => sprintf($user->lang['RETURN_POST'], '<a href="' . $post_url . '">', '</a>'),
|
||||
|
@ -205,7 +205,7 @@ class mcp_reports
|
||||
'U_VIEW_TOPIC' => append_sid("{$phpbb_root_path}viewtopic.$phpEx", 'f=' . $post_info['forum_id'] . '&t=' . $post_info['topic_id']),
|
||||
|
||||
'EDIT_IMG' => $user->img('icon_post_edit', $user->lang['EDIT_POST']),
|
||||
'MINI_POST_IMG' => ($post_unread) ? $user->img('icon_post_target_unread', 'NEW_POST') : $user->img('icon_post_target', 'POST'),
|
||||
'MINI_POST_IMG' => ($post_unread) ? $user->img('icon_post_target_unread', 'UNREAD_POST') : $user->img('icon_post_target', 'POST'),
|
||||
'UNAPPROVED_IMG' => $user->img('icon_topic_unapproved', $user->lang['POST_UNAPPROVED']),
|
||||
|
||||
'RETURN_REPORTS' => sprintf($user->lang['RETURN_REPORTS'], '<a href="' . append_sid("{$phpbb_root_path}mcp.$phpEx", 'i=reports' . (($post_info['post_reported']) ? '&mode=reports' : '&mode=reports_closed') . '&start=' . $start . '&f=' . $post_info['forum_id']) . '">', '</a>'),
|
||||
|
@ -237,7 +237,7 @@ function mcp_topic_view($id, $mode, $action)
|
||||
'POST_ID' => $row['post_id'],
|
||||
'RETURN_TOPIC' => sprintf($user->lang['RETURN_TOPIC'], '<a href="' . append_sid("{$phpbb_root_path}viewtopic.$phpEx", 't=' . $topic_id) . '">', '</a>'),
|
||||
|
||||
'MINI_POST_IMG' => ($post_unread) ? $user->img('icon_post_target_unread', 'NEW_POST') : $user->img('icon_post_target', 'POST'),
|
||||
'MINI_POST_IMG' => ($post_unread) ? $user->img('icon_post_target_unread', 'UNREAD_POST') : $user->img('icon_post_target', 'POST'),
|
||||
|
||||
'S_POST_REPORTED' => ($row['post_reported']) ? true : false,
|
||||
'S_POST_UNAPPROVED' => ($row['post_approved']) ? false : true,
|
||||
|
@ -119,7 +119,7 @@ class ucp_main
|
||||
$unread_topic = (isset($topic_tracking_info[$topic_id]) && $row['topic_last_post_time'] > $topic_tracking_info[$topic_id]) ? true : false;
|
||||
|
||||
$folder_img = ($unread_topic) ? $folder_new : $folder;
|
||||
$folder_alt = ($unread_topic) ? 'NEW_POSTS' : (($row['topic_status'] == ITEM_LOCKED) ? 'TOPIC_LOCKED' : 'NO_NEW_POSTS');
|
||||
$folder_alt = ($unread_topic) ? 'UNREAD_POSTS' : (($row['topic_status'] == ITEM_LOCKED) ? 'TOPIC_LOCKED' : 'NO_UNREAD_POSTS');
|
||||
|
||||
if ($row['topic_status'] == ITEM_LOCKED)
|
||||
{
|
||||
@ -318,7 +318,7 @@ class ucp_main
|
||||
else
|
||||
{
|
||||
$folder_image = ($unread_forum) ? 'forum_unread' : 'forum_read';
|
||||
$folder_alt = ($unread_forum) ? 'NEW_POSTS' : 'NO_NEW_POSTS';
|
||||
$folder_alt = ($unread_forum) ? 'UNREAD_POSTS' : 'NO_UNREAD_POSTS';
|
||||
}
|
||||
|
||||
// Create last post link information, if appropriate
|
||||
|
@ -115,10 +115,10 @@ $template->assign_vars(array(
|
||||
'LEGEND' => $legend,
|
||||
'BIRTHDAY_LIST' => $birthday_list,
|
||||
|
||||
'FORUM_IMG' => $user->img('forum_read', 'NO_NEW_POSTS'),
|
||||
'FORUM_NEW_IMG' => $user->img('forum_unread', 'NEW_POSTS'),
|
||||
'FORUM_LOCKED_IMG' => $user->img('forum_read_locked', 'NO_NEW_POSTS_LOCKED'),
|
||||
'FORUM_NEW_LOCKED_IMG' => $user->img('forum_unread_locked', 'NO_NEW_POSTS_LOCKED'),
|
||||
'FORUM_IMG' => $user->img('forum_read', 'NO_UNREAD_POSTS'),
|
||||
'FORUM_UNREAD_IMG' => $user->img('forum_unread', 'UNREAD_POSTS'),
|
||||
'FORUM_LOCKED_IMG' => $user->img('forum_read_locked', 'NO_UNREAD_POSTS_LOCKED'),
|
||||
'FORUM_UNREAD_LOCKED_IMG' => $user->img('forum_unread_locked', 'UNREAD_POSTS_LOCKED'),
|
||||
|
||||
'S_LOGIN_ACTION' => append_sid("{$phpbb_root_path}ucp.$phpEx", 'mode=login'),
|
||||
'S_DISPLAY_BIRTHDAY_LIST' => ($config['load_birthdays']) ? true : false,
|
||||
|
@ -165,11 +165,11 @@ $lang = array_merge($lang, array(
|
||||
'IMG_FORUM_READ' => 'Forum',
|
||||
'IMG_FORUM_READ_LOCKED' => 'Forum locked',
|
||||
'IMG_FORUM_READ_SUBFORUM' => 'Subforum',
|
||||
'IMG_FORUM_UNREAD' => 'Forum new posts',
|
||||
'IMG_FORUM_UNREAD_LOCKED' => 'Forum new posts locked',
|
||||
'IMG_FORUM_UNREAD_SUBFORUM' => 'Subforum new posts',
|
||||
'IMG_FORUM_UNREAD' => 'Forum unread posts',
|
||||
'IMG_FORUM_UNREAD_LOCKED' => 'Forum unread posts locked',
|
||||
'IMG_FORUM_UNREAD_SUBFORUM' => 'Subforum unread posts',
|
||||
'IMG_SUBFORUM_READ' => 'Legend subforum',
|
||||
'IMG_SUBFORUM_UNREAD' => 'Legend subforum new posts',
|
||||
'IMG_SUBFORUM_UNREAD' => 'Legend subforum unread posts',
|
||||
|
||||
'IMG_TOPIC_MOVED' => 'Topic moved',
|
||||
|
||||
@ -180,39 +180,39 @@ $lang = array_merge($lang, array(
|
||||
'IMG_TOPIC_READ_LOCKED' => 'Topic locked',
|
||||
'IMG_TOPIC_READ_LOCKED_MINE' => 'Topic locked posted to',
|
||||
|
||||
'IMG_TOPIC_UNREAD' => 'Topic new posts',
|
||||
'IMG_TOPIC_UNREAD_MINE' => 'Topic posted to new',
|
||||
'IMG_TOPIC_UNREAD_HOT' => 'Topic popular new posts',
|
||||
'IMG_TOPIC_UNREAD_HOT_MINE' => 'Topic popular posted to new',
|
||||
'IMG_TOPIC_UNREAD_LOCKED' => 'Topic locked new',
|
||||
'IMG_TOPIC_UNREAD_LOCKED_MINE' => 'Topic locked posted to new',
|
||||
'IMG_TOPIC_UNREAD' => 'Topic unread posts',
|
||||
'IMG_TOPIC_UNREAD_MINE' => 'Topic posted to unread',
|
||||
'IMG_TOPIC_UNREAD_HOT' => 'Topic popular unread posts',
|
||||
'IMG_TOPIC_UNREAD_HOT_MINE' => 'Topic popular posted to unread',
|
||||
'IMG_TOPIC_UNREAD_LOCKED' => 'Topic locked unread',
|
||||
'IMG_TOPIC_UNREAD_LOCKED_MINE' => 'Topic locked posted to unread',
|
||||
|
||||
'IMG_STICKY_READ' => 'Sticky topic',
|
||||
'IMG_STICKY_READ_MINE' => 'Sticky topic posted to',
|
||||
'IMG_STICKY_READ_LOCKED' => 'Sticky topic locked',
|
||||
'IMG_STICKY_READ_LOCKED_MINE' => 'Sticky topic locked posted to',
|
||||
'IMG_STICKY_UNREAD' => 'Sticky topic new posts',
|
||||
'IMG_STICKY_UNREAD_MINE' => 'Sticky topic posted to new',
|
||||
'IMG_STICKY_UNREAD_LOCKED' => 'Sticky topic locked new posts',
|
||||
'IMG_STICKY_UNREAD_LOCKED_MINE' => 'Sticky topic locked posted to new',
|
||||
'IMG_STICKY_UNREAD' => 'Sticky topic unread posts',
|
||||
'IMG_STICKY_UNREAD_MINE' => 'Sticky topic posted to unread',
|
||||
'IMG_STICKY_UNREAD_LOCKED' => 'Sticky topic locked unread posts',
|
||||
'IMG_STICKY_UNREAD_LOCKED_MINE' => 'Sticky topic locked posted to unread',
|
||||
|
||||
'IMG_ANNOUNCE_READ' => 'Announcement',
|
||||
'IMG_ANNOUNCE_READ_MINE' => 'Announcement posted to',
|
||||
'IMG_ANNOUNCE_READ_LOCKED' => 'Announcement locked',
|
||||
'IMG_ANNOUNCE_READ_LOCKED_MINE' => 'Announcement locked posted to',
|
||||
'IMG_ANNOUNCE_UNREAD' => 'Announcement new posts',
|
||||
'IMG_ANNOUNCE_UNREAD_MINE' => 'Announcement posted to new',
|
||||
'IMG_ANNOUNCE_UNREAD_LOCKED' => 'Announcement locked new posts',
|
||||
'IMG_ANNOUNCE_UNREAD_LOCKED_MINE' => 'Announcement locked posted to new',
|
||||
'IMG_ANNOUNCE_UNREAD' => 'Announcement unread posts',
|
||||
'IMG_ANNOUNCE_UNREAD_MINE' => 'Announcement posted to unread',
|
||||
'IMG_ANNOUNCE_UNREAD_LOCKED' => 'Announcement locked unread posts',
|
||||
'IMG_ANNOUNCE_UNREAD_LOCKED_MINE' => 'Announcement locked posted to unread',
|
||||
|
||||
'IMG_GLOBAL_READ' => 'Global',
|
||||
'IMG_GLOBAL_READ_MINE' => 'Global posted to',
|
||||
'IMG_GLOBAL_READ_LOCKED' => 'Global locked',
|
||||
'IMG_GLOBAL_READ_LOCKED_MINE' => 'Global locked posted to',
|
||||
'IMG_GLOBAL_UNREAD' => 'Global new posts',
|
||||
'IMG_GLOBAL_UNREAD_MINE' => 'Global posted to new',
|
||||
'IMG_GLOBAL_UNREAD_LOCKED' => 'Global locked new posts',
|
||||
'IMG_GLOBAL_UNREAD_LOCKED_MINE' => 'Global locked posted to new',
|
||||
'IMG_GLOBAL_UNREAD' => 'Global unread posts',
|
||||
'IMG_GLOBAL_UNREAD_MINE' => 'Global posted to unread',
|
||||
'IMG_GLOBAL_UNREAD_LOCKED' => 'Global locked unread posts',
|
||||
'IMG_GLOBAL_UNREAD_LOCKED_MINE' => 'Global locked posted to unread',
|
||||
|
||||
'IMG_PM_READ' => 'Read private message',
|
||||
'IMG_PM_UNREAD' => 'Unread private message',
|
||||
|
@ -347,8 +347,8 @@ $lang = array_merge($lang, array(
|
||||
'NEW_MESSAGES' => 'New messages',
|
||||
'NEW_PM' => '<strong>%d</strong> new message',
|
||||
'NEW_PMS' => '<strong>%d</strong> new messages',
|
||||
'NEW_POST' => 'New post',
|
||||
'NEW_POSTS' => 'New posts',
|
||||
'NEW_POST' => 'New post', // Not used anymore
|
||||
'NEW_POSTS' => 'New posts', // Not used anymore
|
||||
'NEXT' => 'Next', // Used in pagination
|
||||
'NEXT_STEP' => 'Next',
|
||||
'NEVER' => 'Never',
|
||||
@ -381,7 +381,7 @@ $lang = array_merge($lang, array(
|
||||
'NO_MODERATORS' => 'There are no moderators.',
|
||||
'NO_NEW_MESSAGES' => 'No new messages',
|
||||
'NO_NEW_PM' => '<strong>0</strong> new messages',
|
||||
'NO_NEW_POSTS' => 'No new posts',
|
||||
'NO_NEW_POSTS' => 'No new posts', // Not used anymore
|
||||
'NO_ONLINE_USERS' => 'No registered users',
|
||||
'NO_POSTS' => 'No posts',
|
||||
'NO_POSTS_TIME_FRAME' => 'No posts exist inside this topic for the selected time frame.',
|
||||
@ -395,6 +395,7 @@ $lang = array_merge($lang, array(
|
||||
'NO_TOPICS' => 'There are no topics or posts in this forum.',
|
||||
'NO_TOPICS_TIME_FRAME' => 'No topics exist inside this forum for the selected time frame.',
|
||||
'NO_UNREAD_PM' => '<strong>0</strong> unread messages',
|
||||
'NO_UNREAD_POSTS' => 'No unread posts',
|
||||
'NO_UPLOAD_FORM_FOUND' => 'Upload initiated but no valid file upload form found.',
|
||||
'NO_USER' => 'The requested user does not exist.',
|
||||
'NO_USERS' => 'The requested users do not exist.',
|
||||
@ -641,6 +642,8 @@ $lang = array_merge($lang, array(
|
||||
'UNREAD_MESSAGES' => 'Unread messages',
|
||||
'UNREAD_PM' => '<strong>%d</strong> unread message',
|
||||
'UNREAD_PMS' => '<strong>%d</strong> unread messages',
|
||||
'UNREAD_POST' => 'Unread post',
|
||||
'UNREAD_POSTS' => 'Unread posts',
|
||||
'UNWATCHED_FORUMS' => 'You are no longer subscribed to the selected forums.',
|
||||
'UNWATCHED_TOPICS' => 'You are no longer subscribed to the selected topics.',
|
||||
'UNWATCHED_FORUMS_TOPICS' => 'You are no longer subscribed to the selected entries.',
|
||||
|
@ -48,16 +48,21 @@ $lang = array_merge($lang, array(
|
||||
|
||||
'MARK_TOPICS_READ' => 'Mark topics read',
|
||||
|
||||
'NEW_POSTS_HOT' => 'New posts [ Popular ]',
|
||||
'NEW_POSTS_LOCKED' => 'New posts [ Locked ]',
|
||||
'NO_NEW_POSTS_HOT' => 'No new posts [ Popular ]',
|
||||
'NO_NEW_POSTS_LOCKED' => 'No new posts [ Locked ]',
|
||||
'NEW_POSTS_HOT' => 'New posts [ Popular ]', // Not used anymore
|
||||
'NEW_POSTS_LOCKED' => 'New posts [ Locked ]', // Not used anymore
|
||||
'NO_NEW_POSTS_HOT' => 'No new posts [ Popular ]', // Not used anymore
|
||||
'NO_NEW_POSTS_LOCKED' => 'No new posts [ Locked ]', // Not used anymore
|
||||
'NO_READ_ACCESS' => 'You do not have the required permissions to read topics within this forum.',
|
||||
'NO_UNREAD_POSTS_HOT' => 'No unread posts [ Popular ]',
|
||||
'NO_UNREAD_POSTS_LOCKED' => 'No unread posts [ Locked ]',
|
||||
|
||||
'POST_FORUM_LOCKED' => 'Forum is locked',
|
||||
|
||||
'TOPICS_MARKED' => 'The topics for this forum have now been marked read.',
|
||||
|
||||
'UNREAD_POSTS_HOT' => 'Unread posts [ Popular ]',
|
||||
'UNREAD_POSTS_LOCKED' => 'Unread posts [ Locked ]',
|
||||
|
||||
'VIEW_FORUM' => 'View forum',
|
||||
'VIEW_FORUM_TOPIC' => '1 topic',
|
||||
'VIEW_FORUM_TOPICS' => '%d topics',
|
||||
|
@ -89,11 +89,11 @@
|
||||
|
||||
<table class="legend">
|
||||
<tr>
|
||||
<td width="20" align="center">{FORUM_NEW_IMG}</td>
|
||||
<td><span class="gensmall">{L_NEW_POSTS}</span></td>
|
||||
<td width="20" align="center">{FORUM_UNREAD_IMG}</td>
|
||||
<td><span class="gensmall">{L_UNREAD_POSTS}</span></td>
|
||||
<td> </td>
|
||||
<td width="20" align="center">{FORUM_IMG}</td>
|
||||
<td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
|
||||
<td><span class="gensmall">{L_NO_UNREAD_POSTS}</span></td>
|
||||
<td> </td>
|
||||
<td width="20" align="center">{FORUM_LOCKED_IMG}</td>
|
||||
<td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
|
||||
|
@ -281,31 +281,31 @@
|
||||
<td align="{S_CONTENT_FLOW_BEGIN}" valign="top">
|
||||
<table cellspacing="3" cellpadding="0" border="0">
|
||||
<tr>
|
||||
<td width="20" style="text-align: center;">{FOLDER_NEW_IMG}</td>
|
||||
<td class="gensmall">{L_NEW_POSTS}</td>
|
||||
<td width="20" style="text-align: center;">{FOLDER_UNREAD_IMG}</td>
|
||||
<td class="gensmall">{L_UNREAD_POSTS}</td>
|
||||
<td> </td>
|
||||
<td width="20" style="text-align: center;">{FOLDER_IMG}</td>
|
||||
<td class="gensmall">{L_NO_NEW_POSTS}</td>
|
||||
<td class="gensmall">{L_NO_UNREAD_POSTS}</td>
|
||||
<td> </td>
|
||||
<td width="20" style="text-align: center;">{FOLDER_ANNOUNCE_IMG}</td>
|
||||
<td class="gensmall">{L_ICON_ANNOUNCEMENT}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: center;">{FOLDER_HOT_NEW_IMG}</td>
|
||||
<td class="gensmall">{L_NEW_POSTS_HOT}</td>
|
||||
<td style="text-align: center;">{FOLDER_HOT_UNREAD_IMG}</td>
|
||||
<td class="gensmall">{L_UNREAD_POSTS_HOT}</td>
|
||||
<td> </td>
|
||||
<td style="text-align: center;">{FOLDER_HOT_IMG}</td>
|
||||
<td class="gensmall">{L_NO_NEW_POSTS_HOT}</td>
|
||||
<td class="gensmall">{L_NO_UNREAD_POSTS_HOT}</td>
|
||||
<td> </td>
|
||||
<td style="text-align: center;">{FOLDER_STICKY_IMG}</td>
|
||||
<td class="gensmall">{L_ICON_STICKY}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: center;">{FOLDER_LOCKED_NEW_IMG}</td>
|
||||
<td class="gensmall">{L_NEW_POSTS_LOCKED}</td>
|
||||
<td style="text-align: center;">{FOLDER_LOCKED_UNREAD_IMG}</td>
|
||||
<td class="gensmall">{L_UNREAD_POSTS_LOCKED}</td>
|
||||
<td> </td>
|
||||
<td style="text-align: center;">{FOLDER_LOCKED_IMG}</td>
|
||||
<td class="gensmall">{L_NO_NEW_POSTS_LOCKED}</td>
|
||||
<td class="gensmall">{L_NO_UNREAD_POSTS_LOCKED}</td>
|
||||
<td> </td>
|
||||
<td style="text-align: center;">{FOLDER_MOVED_IMG}</td>
|
||||
<td class="gensmall">{L_TOPIC_MOVED}</td>
|
||||
|
@ -273,16 +273,16 @@ $template->assign_vars(array(
|
||||
'POST_IMG' => ($forum_data['forum_status'] == ITEM_LOCKED) ? $user->img('button_topic_locked', $post_alt) : $user->img('button_topic_new', $post_alt),
|
||||
'NEWEST_POST_IMG' => $user->img('icon_topic_newest', 'VIEW_NEWEST_POST'),
|
||||
'LAST_POST_IMG' => $user->img('icon_topic_latest', 'VIEW_LATEST_POST'),
|
||||
'FOLDER_IMG' => $user->img('topic_read', 'NO_NEW_POSTS'),
|
||||
'FOLDER_NEW_IMG' => $user->img('topic_unread', 'NEW_POSTS'),
|
||||
'FOLDER_HOT_IMG' => $user->img('topic_read_hot', 'NO_NEW_POSTS_HOT'),
|
||||
'FOLDER_HOT_NEW_IMG' => $user->img('topic_unread_hot', 'NEW_POSTS_HOT'),
|
||||
'FOLDER_LOCKED_IMG' => $user->img('topic_read_locked', 'NO_NEW_POSTS_LOCKED'),
|
||||
'FOLDER_LOCKED_NEW_IMG' => $user->img('topic_unread_locked', 'NEW_POSTS_LOCKED'),
|
||||
'FOLDER_IMG' => $user->img('topic_read', 'NO_UNREAD_POSTS'),
|
||||
'FOLDER_UNREAD_IMG' => $user->img('topic_unread', 'UNREAD_POSTS'),
|
||||
'FOLDER_HOT_IMG' => $user->img('topic_read_hot', 'NO_UNREAD_POSTS_HOT'),
|
||||
'FOLDER_HOT_UNREAD_IMG' => $user->img('topic_unread_hot', 'UNREAD_POSTS_HOT'),
|
||||
'FOLDER_LOCKED_IMG' => $user->img('topic_read_locked', 'NO_UNREAD_POSTS_LOCKED'),
|
||||
'FOLDER_LOCKED_UNREAD_IMG' => $user->img('topic_unread_locked', 'UNREAD_POSTS_LOCKED'),
|
||||
'FOLDER_STICKY_IMG' => $user->img('sticky_read', 'POST_STICKY'),
|
||||
'FOLDER_STICKY_NEW_IMG' => $user->img('sticky_unread', 'POST_STICKY'),
|
||||
'FOLDER_STICKY_UNREAD_IMG' => $user->img('sticky_unread', 'POST_STICKY'),
|
||||
'FOLDER_ANNOUNCE_IMG' => $user->img('announce_read', 'POST_ANNOUNCEMENT'),
|
||||
'FOLDER_ANNOUNCE_NEW_IMG' => $user->img('announce_unread', 'POST_ANNOUNCEMENT'),
|
||||
'FOLDER_ANNOUNCE_UNREAD_IMG'=> $user->img('announce_unread', 'POST_ANNOUNCEMENT'),
|
||||
'FOLDER_MOVED_IMG' => $user->img('topic_moved', 'TOPIC_MOVED'),
|
||||
'REPORTED_IMG' => $user->img('icon_topic_reported', 'TOPIC_REPORTED'),
|
||||
'UNAPPROVED_IMG' => $user->img('icon_topic_unapproved', 'TOPIC_UNAPPROVED'),
|
||||
|
@ -1513,7 +1513,7 @@ for ($i = 0, $end = sizeof($post_list); $i < $end; ++$i)
|
||||
'EDIT_REASON' => $row['post_edit_reason'],
|
||||
'BUMPED_MESSAGE' => $l_bumped_by,
|
||||
|
||||
'MINI_POST_IMG' => ($post_unread) ? $user->img('icon_post_target_unread', 'NEW_POST') : $user->img('icon_post_target', 'POST'),
|
||||
'MINI_POST_IMG' => ($post_unread) ? $user->img('icon_post_target_unread', 'UNREAD_POST') : $user->img('icon_post_target', 'POST'),
|
||||
'POST_ICON_IMG' => ($topic_data['enable_icons'] && !empty($row['icon_id'])) ? $icons[$row['icon_id']]['img'] : '',
|
||||
'POST_ICON_IMG_WIDTH' => ($topic_data['enable_icons'] && !empty($row['icon_id'])) ? $icons[$row['icon_id']]['width'] : '',
|
||||
'POST_ICON_IMG_HEIGHT' => ($topic_data['enable_icons'] && !empty($row['icon_id'])) ? $icons[$row['icon_id']]['height'] : '',
|
||||
|
Loading…
x
Reference in New Issue
Block a user