給沒能完全顯示的標題加上…,給圖片和圖片鏈接加上title(2)_DedeCms教程

      編輯Tag賺U幣
      教程Tag:暫無Tag,歡迎添加,賺取U幣!

      //處理一些非凡字段
      $row["description"] = cn_substr($row["description"],$infolen);
      $row["id"] = $row["ID"];
      if($row["litpic"]=="") $row["litpic"] = $GLOBALS["cfg_plus_dir"]."/img/default.gif";
      $row["picname"] = $row["litpic"];
      $row["arcurl"] = $this->GetArcUrl($row["id"],$row["typeid"],$row["senddate"],$row["title"],$row["ismake"],$row["arcrank"],$row["namerule"],$row["typedir"],$row["money"]);
      $row["typeurl"] = $this->GetListUrl($row["typeid"],$row["typedir"],$row["isdefault"],$row["defaultname"],$row["ispart"],$row["namerule2"]);
      $row["info"] = $row["description"];
      $row["filename"] = $row["arcurl"];
      $row["stime"] = GetDateMK($row["pubdate"]);
      $row["typelink"] = "<a href='".$row["typeurl"]."'>".$row["typename"]."</a>";
      //zouql
      $row["imglink"] = "<a href='".$row["filename"]."'><img alt='".$row["title"]."' src='".$row["picname"]."'></a>";
      $row["image"] = "<img title='".$row["title"]."' src='".$row["picname"]."'>";
      //zouql標題沒有顯示完全后面顯示的省略號...,為空則不開啟本功能
      $cfg_list_slh = "…";
      if ($cfg_list_slh != "") $slh = strlen($cfg_list_slh);
      $row["title_full"] = $row["title"];
      $row["title"] = cn_substr($row["title"],$titlelen);
      $row["title_2"] = cn_substr($row["title_full"],$titlelen-$slh);
      if($row["title"] != $row["title_full"]) $row["title"] = $row["title_2"].$cfg_list_slh;
      $row["textlink"] = "<a title='".$row["title_full"]."' href='".$row["filename"]."'>".$row["title"]."</a>";
      if($row["color"]!="") $row["title"] = "<font color='".$row["color"]."'>".$row["title"]."</font>";
      if($row["iscommend"]==5||$row["iscommend"]==16) $row["title"] = "<b>".$row["title"]."</b>";
      $row["phpurl"] = $GLOBALS["cfg_plus_dir"];
      $row["templeturl"] = $GLOBALS["cfg_templets_dir"];
      //--------------------------- [Copy to clipboard]

      ----------------------------------------------------------------------------------------------------------

      查看更多 DedeCms教程  織夢模板  織夢DedeCms視頻教程  織夢dedecms專題

      來源:模板無憂//所屬分類:DedeCms教程/更新時間:2007-01-28
      相關DedeCms教程