Ask question

Ask Questions and Get Answers from Our Community

Answer

Answer Questions and Become an Expert on Your Topic

Contact Staff

Our Experts are Ready to Answer your Questions

Chỉnh Sửa footer vbb

admin

Administrator
Joined
Jan 22, 2014
Messages
7
Reaction score
0
Points
0
- Vấn đề

10409635_1444603845794200_338865227357305103_n.jpg

- Để sửa phần này các bạn vào
Admincp->Plugin & Product->Plugin Manager->Tìm tới MARCO1 Parse Templates -> Sửa (Edit)
- xóa đoạn code sau
Code:
[/INDENT]
[INDENT]$key = strpos($vbphrase['powered_by_vbulletin'], "marcomamdouh.com"); 
    if($key === false){ 
        $MARCO1COPY = '<br />Forum Modifications By <a href="http://www.marcomamdouh.com/" title="Marco Mamdouh">Marco Mamdouh</a>'; 
        define('MARCO1', $MARCO1COPY); 
        $vbphrase['powered_by_vbulletin'] .= MARCO1; 
    }  
$key2 = strpos($vbphrase['powered_by_vbulletin'], "marco");
if ($key2 === false){

die('Do not remove Marco Mamdouh Copyright, Please Re-Install the modification again');

}  [/INDENT]
 
Top