WIKI使用導(dǎo)航
站長(zhǎng)百科導(dǎo)航
站長(zhǎng)專題
- 網(wǎng)站推廣
- 網(wǎng)站程序
- 網(wǎng)站賺錢
- 虛擬主機(jī)
- cPanel
- 網(wǎng)址導(dǎo)航專題
- 云計(jì)算
- 微博營(yíng)銷
- 虛擬主機(jī)管理系統(tǒng)
- 開放平臺(tái)
- WIKI程序與應(yīng)用
- 美國(guó)十大主機(jī)
喬客CMS/喬客CMS的調(diào)用代碼(1)
來自站長(zhǎng)百科
喬客CMS的安裝 | 喬客CMS的修改 | 喬客CMS的調(diào)用代碼(1) | 喬客CMS的調(diào)用代碼(2) |
支持中心的修改
/common/channel/support/ faq.about.xcml 網(wǎng)站介紹 faq.contact.xcml 聯(lián)系方式 faq.help.xcml 網(wǎng)站幫助 faq.payment.xcml 支付方式 Re:下載頻道-游客需點(diǎn)廣告下載,用戶級(jí)以上直接下載 進(jìn)入下列目錄 skin/default/down 找到下列文件 view.html 在 <!-- #include file="/header.html" --> 下面添加 <script language="Javascript" type="text/javascript"> <!-- function will() { if (event.srcElement.tagName=='IMG') { window.focus(); oUrl.style.display = ""; yAd.style.display = "none"; } } //--> </script> 查找 <td>下載地址:</td> 將下面節(jié)點(diǎn) <tr class="row"> <td>下載地址:</td> <td colspan="2"> <loop:view.url> <img class="icon" src="/url.skin/images/down/ico_download.gif"> <a href="download.asp?id=<label:view("id")>&urlid=[item:urlid]">下載地址[item:sn]</a> </loop:end> </td> </tr> 替換為下面節(jié)點(diǎn) <tr class="row"> <td>下載地址:</td> <td colspan="2"> <%If user.grade>0 then%> <loop:view.url> <img class="icon" src="/url.skin/images/down/ico_download.gif"> <a href="download.asp?id=<label:view("id")>&urlid=[item:urlid]">下載地址[item:sn]</a> </loop:end> <%End if%> <%If user.grade=0 then%> <div id="yAd"> <base onclick="Javascript:will()" /> <font class="counter">為支持本站請(qǐng)點(diǎn)廣告后下載,或直接注冊(cè)為本站用戶,直接下載所有資源!</font><br> <script language=javascript charset='gb2312' src='../ads/ads_down_1.js'></script> </div> <%End if%> <div id="oUrl" style="display:none"> <loop:view.url> <img class="icon" src="/url.skin/images/down/ico_download.gif"> <a href="download.asp?id=<label:view("id")>&urlid=[item:urlid]">下載地址[item:sn]</a> </loop:end> </div> </td> </tr>
- Re:CMS3.0數(shù)據(jù)庫怎么升級(jí)4.0P3版啊
- 看來大家都與我一樣,我來給大家詳細(xì)說一下吧,我就是這樣升的。如果下載的是最新版的4。0P3版,
- 第一步:安裝好新下載的4。0調(diào)試沒有問題。
- 第二步:將3。0數(shù)據(jù)庫改為與4。0數(shù)據(jù)庫名一樣的名稱。記著后綴要一樣的。
- 第三步:將3。0升級(jí)到4。0Release (官方有這步的升級(jí)程序),記只要將那個(gè)升級(jí)文件上傳至根目錄執(zhí)行升級(jí)及可,其它文件不用再次上傳,因?yàn)樽钚掳嫖囊迅逻^。
- 第四步:同理,從4。0Release 升級(jí)到4。0Release P1版,(官方提供的升級(jí)程序)只上傳升級(jí)文件其它不傳
- 第五步:同理,從4。0Release 1升級(jí)到4。0Release P2版。(官方提供的升級(jí)程序)只上傳升級(jí)文件其它不傳
- 第六步:同理,從4。0elease升級(jí)到4。0eleaseP3。(官方提供的升級(jí)程序)只上傳升級(jí)文件其它不傳
- 至此已經(jīng)更新到官方最新版JK4。0eleaseP3。
- 不知還有沒有錯(cuò)誤之處,我就是這樣升級(jí)的,沒有出現(xiàn)問題,或是暫時(shí)還沒有發(fā)現(xiàn)問題。
Re:無縫滾動(dòng)圖片代碼的 Code: <div class="Block"> <div class="BlockBar-index"> <a class="title">最新圖片</a><a href="/url.root/gallery/"> <img class="more" src="/url.skin/images/index/ico_more.gif"> </a><div class="line" style="width:210px;"></div> </div> <div class="BlockList"> <!--滾動(dòng)代碼開始--> <div id=demo style="OVERFLOW: hidden; WIDTH: 100%; HEIGHT: 100%"> <table cellpadding=0 align=left border=0 cellspace="0"> <tr> <td valign=top id=demo11> <P><table cellpadding="0" cellspacing="6" border="0" width="100%"> <table cellspacing=0 cellpadding=0 class="pic3"> <tr> <label:block("gallery","sql_order=new;num_row=20;num_topic=15")> <td class="pics"> <table cellspacing=0 cellpadding=0> <tr><td class="pictrue"> <a class="img" href="{$linkurl}" target=_blank><img class="img" src="{$pic.url}" style="width:120px; height:90px;"></a></td></tr> <tr><td class="topic align-center"> <a class="topic" href="{$linkurl}" target=_blank>{$topic}</a></td></tr> </table> </td> </label:end> </tr> </table> <td id=demo12 valign=top></td> </tr> </table> </div> <script> var speed=15 demo12.innerHTML=demo11.innerHTML function Marquee11(){ if(demo12.offsetWidth-demo.scrollLeft<=0) demo.scrollLeft-=demo11.offsetWidth else{ demo.scrollLeft++ } } var MyMar1=setInterval(Marquee11,speed) demo.onmouseover=function() {clearInterval(MyMar1)} demo.onmouseout=function() {MyMar1=setInterval(Marquee11,speed)} </script> <!--滾動(dòng)代碼結(jié)束--> </div> </div> </div>
相關(guān)條目[ ]
參考來源[ ]
喬客CMS使用手冊(cè) | ||
---|---|---|
|