关于BLUESKY的帮助模板问题

2016-07-07 16:26 来源:www.chinab4c.com 作者:ecshop专家

自己修改的help.dbl文件

可是显示错误了。
1:写帮助的文章分类就同时显示5个同样的
2:在帮助分类下添加文章也显示不了。。
3:会不会自动产生文字连接啊?

高手门帮帮忙
模仿京东的版式。。代码如下
<meta http-equiv="Content-Type" content="text/html; charset=gbk">
<!-- {if $helps} -->
<table width="955" height="208" border="0" bordercolor="#FFFFFF">
<tr>
<td width="952" height="49" bgcolor="#FFFFFF"><table width="955" height="46" border="0">
<tr>
<td width="191" bgcolor="#FFFFFF"><div align="center"><img src="[url=file:///C|/Documents]file:///C|/Documents[/url] and Settings/Administrator/桌面/help_gwzn.gif" width="113" height="32"></div></td>
<td width="1" bgcolor="#FFFFFF"><div align="center"></div></td>
<td width="191" bgcolor="#FFFFFF"><div align="center"><img src="[url=file:///C|/Documents]file:///C|/Documents[/url] and Settings/Administrator/桌面/help_psfs.gif" width="114" height="32"></div></td>
<td width="1" bgcolor="#FFFFFF"><div align="center"></div></td>
<td width="191" bgcolor="#FFFFFF"><div align="center"><img src="[url=file:///C|/Documents]file:///C|/Documents[/url] and Settings/Administrator/桌面/help_zffs.gif" width="113" height="32"></div></td>
<td width="1" bgcolor="#FFFFFF"><div align="center"></div></td>
<td width="191" bgcolor="#FFFFFF"><div align="center"><img src="[url=file:///C|/Documents]file:///C|/Documents[/url] and Settings/Administrator/桌面/help_tsfw.gif" width="113" height="32"></div></td>
<td width="1" bgcolor="#FFFFFF"><div align="center"></div></td>
<td width="191" bgcolor="#FFFFFF"><div align="center"><img src="[url=file:///C|/Documents]file:///C|/Documents[/url] and Settings/Administrator/桌面/help_shfw.gif" width="113" height="32"></div></td>
</tr>
</table></td>
</tr>
<tr>
<td height="50"><table width="947" border="0">
<tr>
<td width="191"><div align="center">
<table border="0">
<tr>
<!-- {foreach from=$helps item=help_cat} -->
<th>{$help_cat.cat_name}</th>
<!-- {/foreach} -->
</tr>
<tr>
<!-- {foreach from=$helps item=help_cat} -->
<td><!-- {foreach from=$help_cat.article item=item} -->
<a href="{$item.url}" title="{$item.title|escape:html}">{$item.short_title}</a><br />
<!-- {/foreach} -->
</td>
<!-- {/foreach} -->
</tr>
</table>
</div></td>
<td width="1"><img src="../../../images/help_line.gif"></td>
<td width="191"><div align="center">
<table border="0">
<tr>
<!-- {foreach from=$helps item=help_cat} -->
<th>{$help_cat.cat_name}</th>
<!-- {/foreach} -->
</tr>
<tr>
<!-- {foreach from=$helps item=help_cat} -->
<td><!-- {foreach from=$help_cat.article item=item} -->
<a href="{$item.url}" title="{$item.title|escape:html}">{$item.short_title}</a><br />
<!-- {/foreach} -->
</td>
<!-- {/foreach} -->
</tr>
</table>
</div></td>
<td width="1"><img src="../../../images/help_line.gif"></td>
<td width="191"><div align="center">
<table border="0">
<tr>
<!-- {foreach from=$helps item=help_cat} -->
<th>{$help_cat.cat_name}</th>
<!-- {/foreach} -->
</tr>
<tr>
<!-- {foreach from=$helps item=help_cat} -->
<td><!-- {foreach from=$help_cat.article item=item} -->
<a href="{$item.url}" title="{$item.title|escape:html}">{$item.short_title}</a><br />
<!-- {/foreach} -->
</td>
<!-- {/foreach} -->
</tr>
</table>
</div>
<div align="center"></div></td>
<td width="1"><img src="../../../images/help_line.gif"></td>
<td width="191"><div align="center">
<table border="0">
<tr>
<!-- {foreach from=$helps item=help_cat} -->
<th>{$help_cat.cat_name}</th>
<!-- {/foreach} -->
</tr>
<tr>
<!-- {foreach from=$helps item=help_cat} -->
<td><!-- {foreach from=$help_cat.article item=item} -->
<a href="{$item.url}" title="{$item.title|escape:html}">{$item.short_title}</a><br />
<!-- {/foreach} -->
</td>
<!-- {/foreach} -->
</tr>
</table>
</div>
<div align="center"></div></td>
<td width="1"><img src="../../../images/help_line.gif"></td>
<td width="191"><div align="center">
<table border="0">
<tr>
<!-- {foreach from=$helps item=help_cat} -->
<th>{$help_cat.cat_name}</th>
<!-- {/foreach} -->
</tr>
<tr>
<!-- {foreach from=$helps item=help_cat} -->
<td><!-- {foreach from=$help_cat.article item=item} -->
<a href="{$item.url}" title="{$item.title|escape:html}">{$item.short_title}</a><br />
<!-- {/foreach} -->
</td>
<!-- {/foreach} -->
</tr>
</table>
</div>
<div align="center"></div></td>
</tr>
</table></td>
</tr>
</table>
<!-- {/if} -->

不好意思我不懂传网络图片。本来QQ截了图。。不知道如何传上来了。
可以进我的网站看看www.tllshop.cn感谢你们帮忙解决问题

回答:
吧其他模板的相关部分覆盖之后看变化

我重新下了模板覆盖HELP文件。。
我就是不喜欢他的格局所以自己改了

本来的代码是这样的
<meta http-equiv="Content-Type" content="text/html; charset=gbk">
<!-- {if $helps} -->
<div id="globalHelp" class="globalModule">
<h3>帮助中心</h3>
<table border="0">
<tr>
<!-- {foreach from=$helps item=help_cat} -->
<th>{$help_cat.cat_name}</th>
<!-- {/foreach} -->
</tr>
<tr>
<!-- {foreach from=$helps item=help_cat} -->
<td>
<!-- {foreach from=$help_cat.article item=item} -->
<a href="{$item.url}" title="{$item.title|escape:html}">{$item.short_title}</a><br />
<!-- {/foreach} -->
</td>
<!-- {/foreach} -->
</tr>
</table>
</div>
<!-- {/if} -->
我放在DW里面改

怎么没有人解决下啊