• 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.

Khắc phục lỗi mod thank khi sử dụngmod seo rewrite url

+ncv+

New Member
Để khắc phục lỗi mod thank không thể sử dụng khi cài thêm mod seo rewrite url bạn cần thực hiện các thao tác sau.
Mở viewtopic.php,
Tìm :
Mã:
Code:
//www.phpBB-SEO.comSEOTOOLKITBEGIN->Zerodupe$phpbb_seo->seo_opt['zero_dupe']['start']=$phpbb_seo->seo_chk_start($start,$config['posts_per_page']);

Thêm vào trước đó :
Mã:
Code:
//Thanksmod$to_id=request_var('to_id',0);$thanks=request_var('thanks',0);$rthanks=request_var('rthanks',0);

Tìm :
Mã:
Code:
$phpbb_seo->seo_chk_dupe();

Thay thế bằng :
Mã:
Code:
if(!$to_id&&!$thanks&&!$rthanks){$phpbb_seo->seo_chk_dupe();}

Lưu lại các thay đổi đó .
Chúc các bạn thành công!
 
Last edited:

Facebook Comments

Similar threads

New posts New threads New resources

Back
Top