這個你直接建個自定義頁面不就好了,不需要建在欄目那里的。
普蘭店網(wǎng)站制作公司哪家好,找成都創(chuàng)新互聯(lián)!從網(wǎng)頁設(shè)計(jì)、網(wǎng)站建設(shè)、微信開發(fā)、APP開發(fā)、響應(yīng)式網(wǎng)站建設(shè)等網(wǎng)站項(xiàng)目制作,到程序開發(fā),運(yùn)營維護(hù)。成都創(chuàng)新互聯(lián)于2013年開始到現(xiàn)在10年的時(shí)間,我們擁有了豐富的建站經(jīng)驗(yàn)和運(yùn)維經(jīng)驗(yàn),來保證我們的工作的順利進(jìn)行。專注于網(wǎng)站建設(shè)就選成都創(chuàng)新互聯(lián)。
用帝國做的商城系統(tǒng),上傳了很多產(chǎn)品圖片,后來要求把縮略圖改小,很傷腦筋,結(jié)果找到上面的帖子,但怎么搞也不行,可能那不是針對6.0.所有自己加以修改終于成功?。?!
以下為修改方法:
一、首先,在t_functions.php中添加一下兩個函數(shù)
1.function Titlepic_all ($id, $classid, $userid, $username, $pwidth, $pheight)
2. {
3. global $empire,$class_r,$class_zr,$dbtbpre,$keys;
4. $count = count ($id);
5. if (!$count)
6. {
7. printerror ('Noteditpic', 'history.go(-1)');
8. }
9. for ($i = 0; ($i $count); ++$i)
10. {
11. $r = $empire-fetch1 ('select * from phome_ecms_'.$class_r[$classid][tbname].' where id='.$id[$i].' and titlepic""');
12. if(!emptyempty($r[id])){
13. ImageResize("../../".$r[titlepic],$pwidth,$pheight,"../../".$r[titlepic]);
14.
15. }
16. }
17.printerror ('TitlepicAllSuccess', $_SERVER['HTTP_REFERER']);
18. }
19.Function ImageResize($srcFile,$toW,$toH,$toFile="")
20.{
21. global $keys;
22. if($toFile==""){ $toFile = substr($srcFile,0,-4)."small".substr($srcFile,-4); }
23. $info = "";
24. $data = GetImageSize($srcFile,$info);
25. switch ($data[2])
26. {
27. case 1:
28. if(!function_exists("imagecreatefromgif")){
29. echo "你的GD庫不能使用GIF格式的圖片,請使用Jpeg或PNG格式
30.
31.!a href='fontjavascript:/fontgo(-1);'返回/a";
32. exit();
33. }
34. $im = ImageCreateFromGIF($srcFile);
35. break;
36. case 2:
37. if(!function_exists("imagecreatefromjpeg")){
38. Echo "你的GD庫不能使用jpeg格式的圖片,請使用其它格式的圖
39.
40.片!a href='fontjavascript:/fontgo(-1);'返回/a";
41. Exit();
42. }
43. $im = ImageCreateFromJpeg($srcFile);
44. break;
45. case 3:
46. $im = ImageCreateFromPNG($srcFile);
47. break;
48.}
49.$srcW = ImageSX($im);
50.$srcH = ImageSY($im);
51.$keys= 0;
52.if (($srcW$toW) or ($srH$toH)){
53.if(($srcW/$toW)=($srcH/$toH)){
54. $temp_height=$toH;
55. $temp_width=$srcW/($srcH/$toH);
56. $src_X=Abs(($toW-$temp_width)/2);
57. $src_Y=0;
58. }
59. else{
60. $temp_width=$toW;
61. $temp_height=$srcH/($srcW/$toW);
62. $src_X=0;
63. $src_Y=Abs(($toH-$temp_height)/2);
64. }
65. $temp_img=ImageCreateTrueColor($temp_width,$temp_height);
66. imagecopyResampled($temp_img,$im,0,0,0,0,$temp_width,$temp_height,$srcW,$srcH);
67. $ni=ImageCreateTrueColor($toW,$toH);
68. imagecopyResampled($ni,$temp_img,0,0,$src_X,$src_Y,$toW,$toH,$toW,$toH);
69.
70.if(Function_exists('imagejpeg')) ImageJpeg($ni,$toFile);
71. else ImagePNG($ni,$toFile);
72. ImageDestroy($ni);
73.$keys= 1;
74.}
75.ImageDestroy($im);
76.}
二、修改 e/admin/ListNews.php{還有個頁面:e/admin/ListAllInfo.php},大約在最后幾行“選中全部 /td/tr”的后面添加以下代碼:
tr bgcolor="#FFFFFF"
td height="25" colspan="8"div align="right"
縮略圖寬: input name="pwidth" type="text" value="120" width="60"
縮略圖高: input name="pheight" type="text" value="120" width="60"
input type="submit" name="Submit355" value="修改縮略圖" onClick="document.listform.enews.value='Titlepic_all';"
/div/td/tr
其中,圖寬和圖稿的默認(rèn)值可按自己的情況設(shè)定,設(shè)定好后,以后操作更方便。
三、在e/admin/ecmsinfo.php中添加如下代碼:
//批量加標(biāo)題圖片
elseif($enews=="Titlepic_all")
{
$id=$_POST['id'];
$classid=$_POST['classid'];
$bclassid=$_POST['bclassid'];
$pwidth=$_POST['pwidth'];
$pheight=$_POST['pheight'];
Titlepic_all($id,$classid,$logininid,$loginin,$pwidth,$pheight);
}
四、函數(shù)中用到“ printerror ('Noteditpic', 'history.go(-1)');”等操作提示,這個提示可加在e/data/language/gb/pub/message.php;當(dāng)然這一步不加也不影響操作
在message.php 后面加:
'Noteditpic'='沒有選擇!',
'TitlepicAllSuccess'='操作成功!',
一、esub()截取字段函數(shù)語法:esub(字符串,截取字?jǐn)?shù),后綴)
說明:后綴為截取字符后附帶內(nèi)容,此參數(shù)可以省略。
使用范例:
,返回結(jié)果為:123456
,返回結(jié)果為:123456...
二、date()轉(zhuǎn)換時(shí)間格式函數(shù)
語法:date(時(shí)間格式,時(shí)間戳)
說明:PHP本身函數(shù),使用說明可以參考:
使用范例:
,返回結(jié)果為:2010-06-30 10:30:10
三、format_datetime()轉(zhuǎn)換時(shí)間格式函數(shù)2
語法:format_datetime(正常時(shí)間,時(shí)間格式)
說明:和date()的區(qū)別是format_datetime是轉(zhuǎn)換正常時(shí)間,而date是轉(zhuǎn)換unix時(shí)間戳。
使用范例:
,返回結(jié)果為:06/30
四、通過ID取得欄目地址函數(shù)
語法:sys_ReturnBqClassname($r,9)
說明:$r為含欄目ID的數(shù)組,變量名可任意命名。
使用范例:取得欄目ID=2的欄目地址。
$cr['classid']=2;
$classurl=sys_ReturnBqClassname($cr,9);
echo $classurl;
?
通過ID取得欄目地址的其他方法:
(1)、/e/public/ClassUrl/?classid=欄目ID
(2)、/
五、取得信息內(nèi)容頁地址函數(shù)
語法:sys_ReturnBqTitleLink($r)
說明:$r為含“id,classid,newspath,filename,groupid,titleurl”字段內(nèi)容的數(shù)組,變量名可任意命名。
使用范例:取得信息ID=8的新聞頁面地址
$nr=$empire-fetch1("select
id,classid,newspath,filename,groupid,titleurl from {$dbtbpre}ecms_news where
id='8' limit 1");
$titleurl=sys_ReturnBqTitleLink($nr);
echo $titleurl;
?
通過ID取得信息內(nèi)容頁地址的其他方法:
/e/public/InfoUrl/?classid=欄目IDid=信息ID
六、提示信息函數(shù)1
語法:printerror($error,$gotourl,$ecms,$noautourl,$novar)
說明:
$error:提示信息內(nèi)容,可以為語言包變量,也可以直接提示內(nèi)容。
$gotourl:提示信息轉(zhuǎn)向鏈接地址
$ecms:0為后臺提示信息、1為前臺提示信息、8為后臺提示信息(alert方式)、9為前臺提示信息(alert方式)
$noautourl:0為自動轉(zhuǎn)向頁面,1為不自動轉(zhuǎn)向頁面。此參數(shù)可省略,默認(rèn)為0
$novar:0為提示信息內(nèi)容采用語言包變量,1為提示信息內(nèi)容為直接提示內(nèi)容。此參數(shù)可以省略,默認(rèn)為0
[e:loop={"select * from {$dbtbpre}ecms_huati order by newstime desc limit 1",6,24,0}]
......
[/e:loop]
第一部分:
"select * from {$dbtbpre}ecms_huati order by newstime desc limit 1"
查詢數(shù)據(jù)模型為 huati 的數(shù)據(jù)表,{$dbtbpre}為表前綴
order by newstime desc 排序規(guī)則,按照發(fā)布時(shí)間,倒序排列
limit 1 ,查詢結(jié)果數(shù)量控制,僅顯示一條記錄
第二部分:
6,顯示6條記錄,這個6是針對e:loop而言的,第一部分中有l(wèi)imit 1,所以,這個地方的6是不起作用的
第三部分:
24,如果第一部分是查詢函數(shù)的話,那么這個地方必須是24
第四部分:
0,表示titlepic不限制,不限制該信息是否有標(biāo)題圖片