DEDECMS會員空間調(diào)用收藏程序開發(fā)
導(dǎo)讀:程序開發(fā)程序開發(fā)第一步 打開member/inc/space_action.php 將以下代碼加入到最底部 1 2 3 4 5 6 7 8 9 10 11 12 13 14 /網(wǎng)seo優(yōu)化趨勢網(wǎng)站seo優(yōu)化。
第一步 打開member/inc/space_action.php 將以下代碼加入到最底部 1 2 3 4 5 6 7 8 9 10 11 12 13 14 //我的收藏 else if ( $action == stow ) { include_once (DEDEINC. /arc.memberlistview.class.php ); include_once (DEDEINC. /chan […]
第一步
打開member/inc/space_action.php
將以下代碼加入到最底部
//我的收藏 else if($action=='stow') { include_once(DEDEINC.'/arc.memberlistview.class.php'); include_once(DEDEINC.'/channelunit.func.php'); $sql = "SELECT s.*,t.* FROM `dede_member_stow` AS s left join `dede_member_stowtype` AS t on t.stowname=s.type where s.mid='{$_vars['mid']}' order by s.id desc"; $dlist = new MemberListview(); $dlist->pageSize =20; $dlist->SetParameter("action",$action); $dlist->SetTemplate(DEDEMEMBER."/space/{$_vars['spacestyle']}/list_stow.htm"); $dlist->SetSource($sql); $dlist->Display(); exit(); }第二步 將以下代碼保存為list_stow.htm,保存在/member/space/你當(dāng)前所使用的風(fēng)格目錄下
{dede:include file='header.htm'/} <div class="wrapper mT10"> <div class="west"> {dede:include file='side_icon.htm'/} {dede:include file='side_class.htm'/} {dede:include file='side_visitor.htm'/} {dede:include file='side_search.htm'/} </div> <div class="east"> <dl class="border"> <dt class="caption"><strong>收藏</strong></dt> <dd class="body"> {dede:datalist} <div class="mp10 dashed"> <div&網(wǎng)站優(yōu)化seo培訓(xùn)nbsp;class="mB10"> <h3 class="fLeft"><a href='archives_do.php?dopost=viewArchives&aid={dede:field.aid/}' target='_blank'>{dede:field.title/}</a></h3> <span class="mL5 aGray">({dede:field.addtime function="MyDate('Y-m-d h:i',@me)"/})</span> </div> <div class="clearfix pB10"></div> </div> {/dede:datalist} <div class="fRight mTB10 pd10">{dede:pagelist /}</div> <div class="clearfix"></div> </dd> </dl> </div> </div> {dede:include file='footer.htm'/} </body> </html>聲明: 本文由我的SEOUC技術(shù)文章主頁發(fā)布于:2023-05-26 ,文章DEDECMS會員空間調(diào)用收藏程序開發(fā)主要講述標(biāo)簽,標(biāo)題,CMS網(wǎng)站建設(shè)源碼以及服務(wù)器配置搭建相關(guān)技術(shù)文章。轉(zhuǎn)載請保留鏈接: http://www.bifwcx.com/article/web_9602.html
為你推薦與DEDECMS會員空間調(diào)用收藏程序開發(fā)相關(guān)的文章
-
通王TWCMS 2.0.3網(wǎng)站模板程序下載
(126)人喜歡 2024-01-15 -
Windows官方原版在哪里下載
(175)人喜歡 2024-01-15 -
WordPress網(wǎng)站模板發(fā)帖標(biāo)題顏色設(shè)置
(131)人喜歡 2024-01-07 -
修改discuz論壇帖子標(biāo)題80字符的長度限制
(249)人喜歡 2024-01-07 -
wordpress程序調(diào)用不帶超鏈接的Tag標(biāo)簽
(234)人喜歡 2024-01-05 -
網(wǎng)站在不同時期需調(diào)整內(nèi)容更新的方向
(112)人喜歡 2023-08-12