• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Share mod di chuyển nhanh JohnCMS 4.4

Admin

Well-Known Member
Staff member
Administrator
Thực ra mod này cũng đơn giản thôi.
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;
Thay
PHP:
echo $text;
Thành
PHP:
echo '<a name="'.$res['id'].'">'.$text.'</a>';
Tìm
PHP:
echo bbcode::notags($text) . '...<br /><a href="'.$home.'/forum/index.php?act=post&amp;id=' . $res['id'] . '">' . $lng_forum['read_all'] . ' &gt;&gt;</a>';
thay thành
PHP:
echo bbcode::notags($text) . '...<br /><a href="'.$home.'/forum/index.php?act=post&amp;id=' . $res['id'] . '" name="' . $res['id'] . '">' . $lng_forum['read_all'] . ' &gt;&gt;</a>';
Xong lưu forum/index.php

thêm vào url #id bài viết là xong
Nguồn: SACMAU
 

Facebook Comments

Similar threads

New posts New threads New resources

Back
Top