Thực ra mod này cũng đơn giản thôi.
Mở forum/index.php
Tìm
Thay
Thành
Tìm
thay thành
Xong lưu forum/index.php
thêm vào url #id bài viết là xong
Nguồn: SACMAU
Mở forum/index.php
Tìm
PHP:
$text = functions::checkout($text, 1, 1);
if ($set_user['smileys'])
$text = functions::smileys($text, $res['rights'] ? 1 : 0);
echo $text;
PHP:
echo $text;
PHP:
echo '<a name="'.$res['id'].'">'.$text.'</a>';
PHP:
echo bbcode::notags($text) . '...<br /><a href="'.$home.'/forum/index.php?act=post&id=' . $res['id'] . '">' . $lng_forum['read_all'] . ' >></a>';
PHP:
echo bbcode::notags($text) . '...<br /><a href="'.$home.'/forum/index.php?act=post&id=' . $res['id'] . '" name="' . $res['id'] . '">' . $lng_forum['read_all'] . ' >></a>';
thêm vào url #id bài viết là xong
Nguồn: SACMAU