织梦dedecms首页调用系统投票模块方法



先来看dedecms默认模板里的投票模块在首页调用的代码:

<!–投票调查–>
<div class=”rlist margintop”>
<form name=’voteform’ method=’post’ action='{dede:field name=’phpurl’/}/vote.php’ target=’_blank’>
<input type=’hidden’ name=’dopost’ value=’send’>
<input type=’hidden’ name=’aid’ value=’1′>
<input type=’hidden’ name=’ismore’ value=’0′>
<div class=”title”>你是从哪儿得知本站的?</div>
<div class=”rbox vote”>
<span><input name=”voteitem” type=”radio” value=”1″ />朋友介绍</span>
<span><input name=”voteitem” type=”radio” value=”2″ />门户网站的搜索引擎</span>
<span><input name=”voteitem” type=”radio” value=”3″ />Google或百度搜索 </span>
<span><input name=”voteitem” type=”radio” value=”4″ />别的网站上的链接 </span>
<span><input name=”voteitem” type=”radio” value=”5″ />其它途径 </span>
<div class=”votesubmit”>
<input type=”submit” value=”投票” class=”submit” />
<a href=”{dede:field%20name=’phpurl’/}/vote.php?dopost=view&aid=1″>查看结果</a>
</div>
</div>
</form>
</div>
<!–投票调查结束–>
代码中从form开始即是表单区域,一般根据网站需要,需要修改的是选项(radio)里的 value属性,这个value属性是你在后台添加投票选项时对应的ID。

方法二

后台里,点击希望在主页调用的投票的“查看代码”,如下图:

将代码替换/templets/default/index.htm文件里的如下代码:

<div class=”vote mt1″>
<dl class=”tbox”>
<dt><strong>投票调查</strong></dt>
<form name=’voteform’ method=’post’ action=’/plus/vote.php’ target=’_blank’>
<input type=’hidden’ name=’dopost’ value=’send’ />
<input type=’hidden’ name=’aid’ value=’1′ />
<input type=’hidden’ name=’ismore’ value=’0′ />
<dd> <strong>你是从哪儿得知本站的?</strong>
<div class=”fb”>
<input type=”radio” name=’voteitem’ value=’1′ />
朋友介绍</div>
<div class=”fb”>
<input type=”radio” name=’voteitem’ value=’2′ />
门户网站的搜索引擎</div>
<div class=”fb”>
<input type=”radio” name=’voteitem’ value=’3′ />
google或百度引擎</div>
<div class=”fb”>
<input type=”radio” name=’voteitem’ value=’4′ />
别的网站上的链接</div>
<div class=”fb”>
<input type=”radio” name=’voteitem’ value=’5′ />
其他途径</div>
<div class=”submit”>
<button type=”submit” class=”btn-1″>投票</button>
<a href=”plus/vote.php?dopost=view&aid=1″>查看结果</a></div>
</dd>
</form>
</dl>
</div>
此方法虽简便点,但效果不太美观

PS:又鼓捣了一会,发现可将如上代码替换成:

<!– 以下为投票模块 –>
<div class=”vote mt1″>
<dl class=”tbox”>
<dt><strong>投票调查</strong></dt>
<form name=’voteform’ method=’post’ action=’/plus/vote.php’target=’_blank’>
<input type=’hidden’ name=’dopost’ value=’send’ />
<input type=’hidden’ name=’aid’ value=’1′ />
<input type=’hidden’ name=’ismore’ value=’0′ />
<dd>
<div class=”fb”>
<!– 以下粘贴投票代码 –>
{dede:vote id=’2′}
{/dede:vote}
<br />
<!– 以上粘贴投票代码 –>
</div>
</dd>
</form>
</dl>
</div>
<!– 以上为投票模块 –>
这样,每次只要更改我用特殊字体标出的投票ID(见后台)“2”,便可实现首页投票模块更新。加个</br>换行符是为了匀称。

更新完后记得要在后台更新主页HTML

效果如下:

织梦dedecms首页调用系统投票模块方法

本文由零壹源码整理自网络,如本站发布的内容若侵犯到您的权益,请邮件联系 1115211524@qq.com  删除,我们将及时处理!

==========================================

本站资源仅供学习和交流使用,本站对其所列之资源不拥有版权,版权归资源原作者所有,请在下载后24小时之内自觉删除。

若作商业用途,请购买正版及查阅最新授权相关说明,由于未及时购买和付费发生的侵权行为,与本站无关。

本站大部分资源及其所有相关信息均来自网络搜集或网友提供,不保证其完整性以及安全性,对信息的准确性不提供任何担保,亦不承担任何责任。

分享到:

Hi, 如果你对此资源有疑问,可以跟我联系哦!

联系客服