PDA

View Full Version : Tạo nút "Đăng kí" đối với khách và "Hướng dẫn" đối với thành viên



ShineGhost
26-02-14, 11:40 AM
Tải file đính kèm về upload ngang hàng admincp

Chèn đoạn code sau vào additional.css

a#fdbk_tab1 { background-color: rgb(255, 102, 51); top: 40%; left: 0; width: 42px; height: 102px; color: rgb(255, 255, 255); cursor: pointer; text-indent: -100000px; overflow: hidden; position: fixed; z-index: 100000; margin-left: -7px; background-image: url(tutviet/images/dang-ky.png); } a#fdbk_tab1:hover { background-color: rgb(130, 210, 61); margin-left: -3px; } a#fdbk_tab2 { background-color: rgb(255, 102, 51); top: 40%; left: 0; width: 42px; height: 102px; color: rgb(255, 255, 255); cursor: pointer; text-indent: -100000px; overflow: hidden; position: fixed; z-index: 100000; margin-left: -7px; background-image: url(tutviet/images/huong-dan.png); } a#fdbk_tab2:hover { background-color: rgb(130, 210, 61); margin-left: -3px; }

Chèn đoạn code sau vào header

<vb:if condition="$show['guest']"> <a class="fdbk_tab_left" id="fdbk_tab1" href="register.php" title="Đăng ký thành viên"></a> <vb:else /> <a class="fdbk_tab_left" id="fdbk_tab2" href="huongdan.php" title="Hướng dẫn sử dụng diễn đàn"></a> </vb:if>