最新活动:电脑PC端+手机端+微网站+自适应网页多模板选择-建站388元起价!!!
当前位置:主页 > 网站建设 > dedecms调用顶级栏目名称和URL链接,DEDE技术

dedecms调用顶级栏目名称和URL链接,DEDE技术

时间:2023-07-18 09:07:18 阅读: 文章分类: 网站建设 作者: dede开发者

导读:DEDE技术DEDE技术问题: 在2级栏目页面单独调用该栏目的顶级栏目名称! 方法思路: 在 {dede:type} a href=[field:typelink /][field:tdede58模板。

dede58模板问题:    在2级栏目页面单独调用该栏目的顶级栏目名称!    方法思路:    在 {dede:type} <a href="[field:typelink /]">[field:typename /]</a>  {/dede:type} 标签的基础上进行修改。   调用方法: {dede:type2} <a href="[field:typelink /]">[field:typename /]</a>  {/dede:type2}   新标签放置位置: \include\taglib\type2.lib.php保存为type2.lib.php标签就可以使用   <?php /* vim: set expandtab tabstop=4 shiftwidth=4: */ // +----------------------------------------------------------------------+ // | PHP version 5                                                        | // +织梦模板安装----------------------------------------------------------------------+ // | Copyright (c) 1997-2004 The PHP Group                                | // +----------------------------------------------------------------------+ // | This source file is subject to version 3.0 of the PHP license,       | // | that is bundled with this package in the file LICENSE, and is        | // | available through the world-wide-web at the following url:           | // | http://www.php.net/license/3_0.txt.                                  | // | If you did not receive a copy of the PHP license and are unable to   | // | obtain it through the world-wide-web, please send a note to          | // | license@php.net so we can mail you a copy immediately.               | // +----------------------------------------------------------------------+ // | Authors: Original Author <author@example.com>                        | // |          Your Name <you@example.com>                                 | // +----------------------------------------------------------------------+ // // $Id:$   if (!defined('DEDEINC')) exit('Request Error!'); function lib_type2(&$ctag, &$refObj) {     global $dsql, $envs;     $attlist = 'typeid|0';     FillAttsDefault($ctag->CAttribute->Items, $attlist);     extract($ctag->CAttribute->Items, EXTR_SKIP);     $innertext = trim($ctag->GetInnerText());     if ($typeid == 0) {         $typeid = (isset($refObj->TypeLink->TypeInfos['topid']) ? $refObj->TypeLink->TypeInfos['topid'] : $envs['typeid']); //echo "ssssssssss1".$refObj->TypeLink->TypeInfos['topid']; //echo "ssssssssss2".$envs['typeid']; exit;     } //echo "typeid:".$typeid; exit; //lyy 如果topid==0 就是顶级分类,取当前记录 if($refObj->TypeLink->TypeInfos['topid']==0){ $typeid=$refObj->TypeLink->TypeInfos['id']; } //echo "typeid:".$typeid; exit;     if (empty($typeid)) return '';  $row = $dsql->GetOne("SELECT id,typename,typedir,isdefault,ispart,defaultname,namerule2,moresite,siteurl,sitepath 织梦文章模板;                           FROM `dede_arctype` WHERE id='$typeid'");       if (!is_array($row)) return '';     if (trim($innertext) == '') $innertext = GetSysTemplets("part_type_list.htm");     $dtp = new DedeTagParse();     $dtp->SetNameSpace('field', '[', ']');     $dtp->LoadSource($innertext);     if (!is_array($dtp->CTags)) {         unset($dtp);         return '';     } else { //lyy 以下getTypeUrl($row[topid]错的,换成 $row['id'] echo  $row['id']."sssss";exit;         $row['typelink'] = GetTypeUrl($row['id'], MfTypedir($row['typedir']) , $row['isdefault'], $row['defaultname'], $row['ispart'], $row['namerule2'], $row['siteurl'], $row['sitepath']);   //print_r($row);exit;         foreach ($dtp->CTags as $tagid => $ctag) {             if (isset($row[$ctag->GetName() ])) $dtp->Assign($tagid, $row[$ctag->GetName() ]);         }         $revalue = $dtp->GetResult();         unset($dtp);         return $revalue;     } } ?>   相关dede58模板。

关键词标签: 栏目 链接 名称

声明: 本文由我的SEOUC技术文章主页发布于:2023-07-18 ,文章dedecms调用顶级栏目名称和URL链接,DEDE技术主要讲述名称,栏目,链接网站建设源码以及服务器配置搭建相关技术文章。转载请保留链接: https://www.seouc.com/article/web_29324.html

我的IDC 网站建设技术SEOUC.COM
专注网站建设,SEO优化,小程序设计制作搭建开发定制网站等,数千家网站定制开发案例,网站推广技术服务。
  • 5000+合作客服
  • 8年从业经验
  • 150+覆盖行业
  • 最新热门源码技术文章