Làm thế nào để Hủy bỏ footer Vinaora - How to Remove or Delete Vinaora Visitors Counter Link

Vinaora Visitors Counter, module này cho bạn thấy số lượng khách truy cập trang web của bạn. Làm thế nào để loại bỏ hoặc xóa liên kết vinaora visitors counter (dòng chữ "Visitors Counter 1.5" bên dưới module):

1. Vào thư mục: modules\mod_vvisit_counter\tmpl\
2. Mở và chỉnh sửa default.php.
3. Đi đến những dòng cuối cùng và tìm:

$html .= '<div style="text-align: center;"><a href="http://vina';
$html .= 'ora.com/joomla/vinaora-visitors-counter.html" target="_self" title="Vinaora Visit';
$html .= 'ors Counter '.VERSION_MODULE.' for Joomla!" style="border:0px none; text-decoration:none; ">';
$html .= 'Visitors Counter</a></div>';
$html .= '</div>';

4.Bây giờ chỉ xóa 4 dòng.
5. Không xóa dòng : $html .= '</div>';
6. Một cách tốt hơn là dùng ký tự // trước những dòng này:

// $html .= '<div style="text-align: center;"><a href="http://vina';
// $html .= 'ora.com/joomla/vinaora-visitors-counter.html" target="_self" title="Vinaora Visit';
// $html .= 'ors Counter '.VERSION_MODULE.' for Joomla!" style="border:0px none; text-decoration:none; ">';
// $html .= 'Visitors Counter</a></div>';
$html .= '</div>';

7. Lưu tập tin  làm mới lại trình duyệt để xem kết quả.

1 nhận xét:

có biết cách xóa bản 2.5 ko bạn ?

Post a Comment