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

Help hỏi cái này edit ở đâu

haih544

New Member
code hôm bửa của ttvn share cho mình hỏi là edit cái icon trước topic của style mobile ở đâu vậy...mình tìm trong top share mà ko thấy hướng dẩn
 
và sao mà thay code để làm chatbox cho style mobile nó báo lổi vậy...ai hd mình thêm chatboz cho style mobile đc ko :((
 
uppppppppppppppppppppppppppppppppppppppp

----------> Bổ sung bài viết lúc 10:54 <----------> Bài viết trước lúc 10:46 <----------

anh thắng cho emn hỏi là em chèn code
<div class=hdr>ChatBox</div>
<div class=genr_w>
<if condition="!$vboptions[fcb_editor_bottom]">$fcb_editor</if>
<tr><td>
<iframe name="fcb_frame" src="$vboptions[fcb_path]/index.php" frameborder="0" style="width: 100%; height: $vboptions[fcb_boxheight];"></iframe>
</td>
</tr>
<if condition="$vboptions[fcb_editor_bottom]">$fcb_editor</if>
</div>












<script language="JavaScript" type="text/javascript">
fcb_setCookie('fcb_userid', '$bbuserinfo[userid]');
var textstyle = document.getElementById('hmess');


<if condition="$vboptions[fcb_turnbold]">
if (fcb_getCookie('fcb_b_userid$bbuserinfo[userid]').length > 0)
{
document.fcb_form.hbold.value = fcb_getCookie('fcb_b_userid$bbuserinfo[userid]');
}
</if>






<if condition="$vboptions[fcb_turnitalic]">
if (fcb_getCookie('fcb_i_userid$bbuserinfo[userid]').length > 0)
{
document.fcb_form.hitalic.value = fcb_getCookie('fcb_i_userid$bbuserinfo[userid]');
}
</if>




<if condition="$vboptions[fcb_turnunderline]">
if (fcb_getCookie('fcb_u_userid$bbuserinfo[userid]').length > 0)
{
document.fcb_form.hunderline.value = fcb_getCookie('fcb_u_userid$bbuserinfo[userid]');
}
</if>




<if condition="$vboptions[fcb_turnfont]">
if (fcb_getCookie('fcb_font_userid$bbuserinfo[userid]').length > 0)
{
document.fcb_form.hfont.value = fcb_getCookie('fcb_font_userid$bbuserinfo[userid]');
}
</if>




<if condition="$vboptions[fcb_turncolor]">
if (fcb_getCookie('fcb_color_userid$bbuserinfo[userid]').length > 0)
{
document.fcb_form.hcolor.value = fcb_getCookie('fcb_color_userid$bbuserinfo[userid]');
}
</if>
fcb_upstyle_cookie();




function fcb_upstyle_cookie()
{
if (document.fcb_form.hbold.value == 'B*')
{
textstyle.style.fontWeight = 'bold';
}
else
{
textstyle.style.fontWeight = 'normal';
}




if (document.fcb_form.hitalic.value == 'I*')
{
textstyle.style.fontStyle = 'italic';
}
else
{
textstyle.style.fontStyle = 'normal';
}





if (document.fcb_form.hunderline.value == 'U*')
{
textstyle.style.textDecoration = 'underline';
}
else
{
textstyle.style.textDecoration = 'none';
}

textstyle.style.fontFamily = document.fcb_form.hfont.value;
textstyle.style.color = document.fcb_form.hcolor.value;
}








function fcb_upstyle(element)
{
if (element == 'b')
{
if (document.fcb_form.hbold.value == 'B')
{
document.fcb_form.hbold.value = 'B*';
textstyle.style.fontWeight = 'bold';
}
else
{
document.fcb_form.hbold.value = 'B';
textstyle.style.fontWeight = 'normal';
}

}
else if (element == 'i')
{
if (document.fcb_form.hitalic.value == 'I')
{
document.fcb_form.hitalic.value = 'I*';
textstyle.style.fontStyle = 'italic';
}
else
{
document.fcb_form.hitalic.value = 'I';
textstyle.style.fontStyle = 'normal';
}

}
else if (element == 'u')
{
if (document.fcb_form.hunderline.value == 'U')
{
document.fcb_form.hunderline.value = 'U*';
textstyle.style.textDecoration = 'underline';
}
else
{
document.fcb_form.hunderline.value = 'U';
textstyle.style.textDecoration = 'none';
}

}
else if (element == 'font')
{
textstyle.style.fontFamily = document.fcb_form.hfont.value;
}
else if (element == 'color')
{
textstyle.style.color = document.fcb_form.hcolor.value;
}

fcb_setCookie('fcb_b_userid$bbuserinfo[userid]', document.fcb_form.hbold.value);
fcb_setCookie('fcb_i_userid$bbuserinfo[userid]', document.fcb_form.hitalic.value);
fcb_setCookie('fcb_u_userid$bbuserinfo[userid]', document.fcb_form.hunderline.value);
fcb_setCookie('fcb_font_userid$bbuserinfo[userid]', document.fcb_form.hfont.value);
fcb_setCookie('fcb_color_userid$bbuserinfo[userid]', document.fcb_form.hcolor.value);
}




function fcb_setCookie(c_name,value)
{
var exdate=new Date();
exdate.setDate(exdate.getDate()+365);
document.cookie=c_name+ "=" +escape(value)+ ";expires="+exdate.toGMTString() + "path=$vboptions[cookiepath]";
}
function fcb_getCookie(c_name)
{
if (document.cookie.length>0)
{
c_start=document.cookie.indexOf(c_name + "=");
if (c_start!=-1)
{
c_start=c_start + c_name.length+1;
c_end=document.cookie.indexOf(";",c_start);
if (c_end==-1) c_end=document.cookie.length;
return unescape(document.cookie.substring(c_start,c_end));
}
else { return ""; }
}




}




var chatboxkey = '$fcb_chatboxkey';
var huid = '$bbuserinfo[userid]';
var hgroupid = '$bbuserinfo[usergroupid]';
var huser = "$fcb_musername";




function fcb_postshout()
{
hmess = document.fcb_form.hmess.value;
hcolor = document.fcb_form.hcolor.value;
hfont = document.fcb_form.hfont.value;
hbold = document.fcb_form.hbold.value;
hitalic = document.fcb_form.hitalic.value;
hunderline = document.fcb_form.hunderline.value;
document.fcb_form.hmess.value = '';
if (hmess == '')
{
alert('$vbphrase[fcb_typemess]');
}
else
{
fcb_frame.location = '{$vbulletin->options['fcb_path']}/index.php?do=postshout&key=' + chatboxkey + '&userid=' + huid + '&groupid=' + hgroupid + '&username=' + huser + '&message=' + encodeURIComponent(hmess) + '&color=' + hcolor + '&font=' + hfont + '&bold=' + hbold + '&italic=' + hitalic + '&underline=' + hunderline;
}
}




function archivepage()
{
window.open("$vboptions[fcb_path]/archive.php", "fcbarchive", "location=no,scrollbars=yes,width=640,height=480");
}
function addsmilie(code)
{
document.fcb_form.hmess.value = document.fcb_form.hmess.value + code;
}
function smiliepopup()
{
window.open("ajax.php?do=fcb_allsmilies", "fcballsmilies", "location=no,scrollbars=yes,width=500,height=500");
}




function fcb_showsmilies_action()
{
if (fcb.handler.readyState == 4 && fcb.handler.status == 200)
{
document.getElementById('fcb_smiliebox').innerHTML = fcb.handler.responseText;
}
}
function fcb_showsmilies()
{
document.getElementById('fcb_smiliebox').innerHTML = '$vbphrase[fcb_wait]';
fcb = new vB_AJAX_Handler(true);
fcb.onreadystatechange(fcb_showsmilies_action);
fcb.send('ajax.php?do=fcb_randomsmilies');
}
function fcb_showsmiliebox()
{
if (document.getElementById('fcb_smilieboxmain').style.display == 'none')
{
document.getElementById('fcb_smilieboxmain').style.display = 'inline';
fcb_showsmilies();
}
else
{
document.getElementById('fcb_smilieboxmain').style.display = 'none';
}
}
function fcb_hideshowsmiliebox()
{
document.getElementById('fcb_smilieboxmain').style.display = 'none';
}
function fcb_refresh()
{
fcb_frame.location = '$vboptions[fcb_path]/index.php';
}
</script>

vào




changuondyu_extracha tbox_main nó báo lổi


Method Not Implemented

GET to /admincp/template.php not supported.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
 
ca.png
 
Chắc host em không support
 
Dùng host khác chứ sao
 

Facebook Comments

Similar threads
Thread starter Title Forum Replies Date
M anh admin ơi cho em hỏi cái này Admin Share ! Mã nguồn wap 3
A Hỏi? M.n cho mình hỏi về phần mền này cái Phần mềm 6
S Ai đã thi đại học cho em hỏi cái này Thảo luận chung 10
Lee_Jin Hỏi Admin cho hỏi mấy dòng chữ này cái Johncms 9
H AE vào mình hỏi cái này tí :) Thảo luận chung 1
H Xin hỏi cái này edit ở đâu Vbulletin 2
Z Admin ơi mình hỏi cái này. Thùng rác dọn dẹp thường xuyên 2
N Có ai biết fix lỗi invalid request trong vuivc.xyz không hỏi cái Trò chuyện linh tinh 0
V Hỏi Thắng ơi cho hỏi cái domain của mình Hosting & Domain Share 1
Yeukodamnoi Hỏi Ai đã từng chơi mk4 trên pc vào hỏi cái Trò chơi 5
Yeukodamnoi Help Ai biết về johncms 4.4 cho em hỏi cái Johncms 2
S Anh admin cho em hỏi về data cái Vbulletin 9
S Admin cho em hỏi về vbb cái Vbulletin 14
C Help cho em hỏi về mấy cái bbcode đơn giản [url] [left]... Vbulletin 10
P Hỏi admin cho em hỏi cái Johncms 1
K Hỏi Cái Nay anh Admin ơi!! forumhome_forumbit_level2_post Vbulletin 8
2 Hỏi admin vào em hỏi cái Hosting & Domain Free 6
L các bác cho em hỏi e muốn rút tiền từ paypal về vietinbank Thảo luận chung 2
B hỏi về cơ chế antidetect Thảo luận chung 0
katy Android [GÓC HỎI HAN] Về sim Saymee mới của Mobifone Điện thoại di động 0
V Mọi người cho e hỏi đây là lỗi gì? Xenforo 4
ngoccc Góc thành viên mới học hỏi làm quen Thảo luận chung 0
nguoncoi1990 Hướng dẫn Cho em hỏi về tạo tên miền m.choquehuong.com cho web Vbulletin 22
kinhbacauto Hỏi về Plugin elmentor dùng cho website Wordpress 3
T Blockchain + IoT: Ý tưởng lớn nhưng gặp câu hỏi khó Tin tức CNTT 0
T Hỏi Cho em hỏi lỗi này khi config xong Hỏi đáp về domain & hosting 2
C Các Bác Cho Em Hỏi Lỗi insert dữ liệu lên phpmyadmin PHP 2
C Một số câu hỏi phỏng vấn quản trị hệ thống Thảo luận chung 0
V Hỏi mọi người cho em hỏi về mxh avatar ol Johncms 0
N hỏi tý Thảo luận chung 0
T [Hỏi-đáp] Công nghệ chuẩn AC hiện kết nối với điện thoại sản xuất năm từ năm 2015 Tin khoa học, sản phẩm mới 1
P [HỎI] - Không Biết Tết Dương Lịch Được Ngỉ Bao Nhiêu Ngày Nhỉ Góc thành viên học tập 0
P [HỎI] - Năm Nay Toán Sẽ Thi Theo Hình Thức Trắc Nghiệm À Anh Em Góc thành viên học tập 3
N Thông tin, hỏi đáp, hỗ trợ khách hàng sử dụng mạng Mobifone Thông tin các mạng di động 44
khanhsak3r Hỏi Hỏi cách nâng cấp firmware tp-link 740n v5.1 Mạng internet 0
hunglata [Hỏi] trường ItPlust của đại học quốc gia HN Góc thành viên học tập 0
H Hỏi Hỏi về cách leech rss của ola.vn Thảo luận wap việt 0
khanhsak3r Có ai đã từng làm ở Samsung chưa mình hỏi chút Góc thành viên học tập 1
S (hỏi)waftp của tuoitreit còn hoạt động hay không? Thảo luận chung 4
R Hỏi Cho em hỏi popads với vbb Vbulletin 5
K Hỏi về phpmyadmin host được tài trợ bởi TTIT Ý tưởng, góp ý, sáng kiến mới của thành viên 7
S Help Hỏi về BBcode Thảo luận wap việt 10
K Hỏi về dịch vụ mwork của mobifone Thông tin các mạng di động 15
T Hỏi về Dịch vụ Mbaby của Mobifone Thông tin các mạng di động 21
Y Hỏi về dịch vụ Funring me của mobifone Thông tin các mạng di động 15
K Hỏi về dịch vụ Funquiz của mobifone (9076) Thông tin các mạng di động 9
K Hỏi về dịch vụ ứng tiền của Mobifone Thông tin các mạng di động 19
Admin Thông tin, hỏi đáp, hỗ trợ mạng Mobifone Thông tin các mạng di động 375
K Hỏi về chương trình khuyến mại kết bạn của Mobifone Thông tin các mạng di động 5
T Help ai thông nhất phần code wap xtgem cho hỏi Thảo luận wap việt 2

Similar threads

New posts New threads New resources

Back
Top