您现在的位置: 动易技术中心 >> 动易产品知识库 >> SiteFactory常见问题 >> 正文
SiteWeaver版本升级到SiteFactory版本后标签修改说明

 

17、错误:读图时代显示不出图片
修改操作步骤:登录后台-----系统设置-------模板管理-----首页模板------设置好的模板
原因是根栏目ID指定不对应该为35
这时刷新首页,样式还是不对 带图片内容列表_文章_普通式 是输出<ul><li>aaa</li><li>bbb</li></ul>,要想改变其显示样式只要在外面加上<div></div>用CSS样式就可以控制一行显示的列数了。
具体如下:

<td class=main_tdbg_575 vAlign=center align=middle height=131>
{PE.Label id="带图片内容列表_文章_普通式" parentid="34" arrnodeid="0" includechild="true" specialid="0" shownum="4" ishot="false" iselite="false" datenum="0" ordertype="1" ShowType="1" imgwidth="120" imgheight="90" titlelen="20" contentlen="0" showtips="true" Cols="4" /} </td>
改为:
<td class=main_tdbg_575 vAlign=center align=middle height=131>
<div class="imglist_2">
{PE.Label id="带图片内容列表_文章_普通式" parentid="35" arrnodeid="0" includechild="true" specialid="0" shownum="4" ishot="false" iselite="false" datenum="0" ordertype="1" ShowType="1" imgwidth="120" imgheight="90" titlelen="20" contentlen="0" showtips="true" Cols="4" /}</div> </td>

打开skin/动易2006Ind_arthd模板风格.css
加入:
.imglist_2{margin:0px;padding:0px;}
.imglist_2 ul
{
width: 100%;
float: left;
}
.imglist_2 li
{
width: 24.5%;
float: left;
}

 

18、错误:动漫更新,图片不显示、标签不解析
{$GetArticleList(0,0,false,0,0,20,false,false,"",0,1,2,26,0,false,1,true,false,0,true,false,true,true,false,false,1,2,True,bbb,False)}
修改操作步骤:登录后台-----系统设置-------模板管理-----首页模板------设置好的模板
图片不显示根栏目指定ID不对
标签不解析,模板中将该标签删除并替换成相应的标签。
具体如下:
<td width=70>
{PE.Label id="带图片内容列表_文章_普通式" parentid="34" arrnodeid="0" includechild="true" specialid="0" shownum="2" ishot="false" iselite="false" datenum="0" ordertype="1" ShowType="1" imgwidth="70" imgheight="70" titlelen="10" contentlen="0" showtips="true" Cols="1" /} </td>
<td width="88%">
{$GetArticleList(0,0,false,0,0,20,false,false,"",0,1,2,26,0,false,1,true,false,0,true,false,true,true,false,false,1,2,True,bbb,False)}</td>

改为:
<td width=70>
{PE.Label id="带图片内容列表_文章_普通式" parentid="35" arrnodeid="0" includechild="true" specialid="0" shownum="2" ishot="false" iselite="false" datenum="0" ordertype="1" ShowType="1" imgwidth="70" imgheight="70" titlelen="10" contentlen="0" showtips="true" Cols="1" /} </td>
<td width="88%">
{PE.Label id="文章信息列表_表格式" parentid="35" arrnodeid="0" includechild="true" specialid="0" urltype="0" shownum="16" ishot="false" iselite="false" inputername="" datenum="0" ordertype="3" showtype="1" titlelen="20" contentlen="0" shownodename="false" showpropertytype="3" showincludepic="false" showauthor="false" showdatetype="0" showhits="true" showhotsign="false" shownewsign="false" showtips="true" showcommentlink="false" usepage="false" opentype="_blank" cols="2" hits="0" elitelevel="0" /}

</td>

 

19、错误:教案下载标签不解析
{$GetSoftList(2,0,false,0,0,8,false,false,"",0,1,2,15,0,false,4,false,0,true,false,false,true,false,1)}

修改操作步骤:登录后台-----系统设置-------模板管理-----首页模板------设置好的模板
先将不解析的标签删除掉,点左侧的内容标签项,在标签里找到 软件信息列表_表格式 标签,设置好参数后添加为标签。

<td class=left_tdbg1 vAlign=top>
{$GetSoftList(2,0,false,0,0,8,false,false,"",0,1,2,15,0,false,4,false,0,true,false,false,true,false,1)}</td>
改为:
<td class=left_tdbg1 vAlign=top>
{PE.Label id="软件信息列表_表格式" parentid="36" arrnodeid="0" includechild="true" specialid="0" urltype="0" shownum="8" ishot="true" iselite="false" inputername="" datenum="0" ordertype="3" showtype="1" titlelen="20" contentlen="0" shownodename="false" showpropertytype="1" showincludepic="false" showauthor="false" showdatetype="0" showhits="true" showhotsign="false" shownewsign="false" showtips="true" showcommentlink="false" usepage="false" opentype="_blank" cols="1" hits="0" elitelevel="0" /}
</td>

 

20、错误:下载更新显示样式不对
软件列表不需要显示日期显示点击数
图片要显示成一行两列

修改操作步骤:登录后台-----系统设置-------模板管理-----首页模板------设置好的模板


<td class=main_tdbg_575 vAlign=top height=100>
{PE.Label id="软件信息列表_表格式" parentid="36" arrnodeid="0" includechild="true" specialid="0" urltype="0" shownum="8" ishot="true" iselite="false" inputername="" datenum="0" ordertype="3" showtype="1" titlelen="20" contentlen="0" shownodename="true" showpropertytype="1" showincludepic="false" showauthor="false" showdatetype="mm-dd" showhits="false" showhotsign="false" shownewsign="false" showtips="true" showcommentlink="false" usepage="false" opentype="_blank" cols="1" hits="0" elitelevel="0" /} </td>
<td vAlign=top width=4></td>
<td class=main_tdbg_575 vAlign=top>
{PE.Label id="带图片内容列表_软件_普通式" parentid="36" arrnodeid="0" includechild="True" specialid="0" shownum="4" ishot="false" iselite="false" datenum="0" ordertype="3" ShowType="2" imgwidth="80" imgheight="60" titlelen="12" contentlen="0" showtips="True" Cols="2" /} </td>
改为:
<td class=main_tdbg_575 vAlign=top height=100>
{PE.Label id="软件信息列表_表格式" parentid="36" arrnodeid="0" includechild="true" specialid="0" urltype="0" shownum="9" ishot="true" iselite="false" inputername="" datenum="0" ordertype="3" showtype="1" titlelen="40" contentlen="0" shownodename="false" showpropertytype="1" showincludepic="false" showauthor="false" showdatetype="0" showhits="false" showhotsign="false" shownewsign="false" showtips="true" showcommentlink="false" usepage="false" opentype="_blank" cols="1" hits="0" elitelevel="0" /}
</td>
<td vAlign=top width=4></td>
<td class=main_tdbg_575 vAlign=top>
<div class="imglist_1">
{PE.Label id="带图片内容列表_软件_普通式" parentid="36" arrnodeid="0" includechild="True" specialid="0" shownum="4" ishot="false" iselite="false" datenum="0" ordertype="3" ShowType="2" imgwidth="80" imgheight="60" titlelen="12" contentlen="0" showtips="True" Cols="2" /}
</div>
</td>

 

21、错误:最新图片文章,图片不显示
修改操作步骤:登录后台-----系统设置-------模板管理-----首页模板------设置好的模板

<script language="javascript" src="{PE.SiteConfig.installdir /}Extend/MainPicAD.asp"></script>
改为:
{PE.Label id="带图片内容列表_文章_普通式" parentid="35" arrnodeid="35" includechild="true" specialid="0" shownum="1" ishot="false" iselite="false" datenum="0" ordertype="3" imgwidth="160" imgheight="120" titlelen="20" contentlen="0" showtips="false" urltype="0" hits="0" elitelevel="0" span="" class="" /}

 

22、错误:最新留言无内容,调用的内容不对。
修改操作步骤:登录后台-----系统设置-------模板管理-----首页模板------设置好的模板

<td class=main_tdbg_575 vAlign=top width=318>
<script src="{PE.SiteConfig.installdir /}guestbook/newguest.asp?KindId=0&OnlyTitle=0&num=10&Titlelen=28&Order=1&ShowPic=7&ShowKindName=0&ShowContentLen=0&ShowUserName=0&ShowTime=0"></script> </td>
改为:
<td class=main_tdbg_575 vAlign=top width=318>
{PE.Label id="最新留言列表" shownum="8" titlelen="20" span="" class="" /}
</td>


23、友情链接的修改
后台标签管理:打开{PE.Label id="MY_hd_friendsite" /} j
将显示友情链接的标签改为:{PE.Label id="友情链接_图片_横向列表" shownum="21" /}

 

24、网站底部管理登录的链接不对
后台标签管理:打开{PE.Label id="MY_hd_bottom" /}
将管理登录的链接改为
<A class=Bottom href="{PE.SiteConfig.installdir /}{PE.SiteConfig.managedir/}/Index.aspx" target=_blank>管理登录</A>

 

现在所有首页目标中的标签都用新的标签替换好了,可以看下效果.

标签替换后的样式效果:
 

 

 

 

上一页  [1] [2] [3] 

文章录入:陈陈    责任编辑:zhenzhen 
  • 上一篇文章:

  • 下一篇文章: 没有了
  • 关闭窗口
    动易SiteFactory标签说明
    动易2006网站标签说明列表
    用户手册下载
    联系我们 | 关于动易 | 网站地图 | 相关证书 | 合作伙伴 | 招贤纳士 | 法律条款 | 隐私权声明
    安全上网网上报警
    动易网络科技有限公司版权所有 © 2003-  粤ICP备05004015号
    公安备案编号:4406063010734 本站基于 PowerEasy® SiteWeaver™ 制作