|
    
- 帖子
- 18854
- 积分
- 27949
- 威望
- 1134
- 金币
- 444 个
- 体力
- 15014
|

仿5d6d访问推广
其实这个一段很简单的代码,我看到有许多人要就做了一份
演示地址:www.5d6d.com/bbs.php
打开discuz.htm模版
找到- <!--{/if}-->
- </table></div><br><br></div>
- <!--{/if}-->
复制代码 替换为- <!--{/if}-->
- </table></div><br>
- <!--{/if}-->
- <!--{if $discuz_uid && ($creditspolicy['promotion_visit'] || $creditspolicy['promotion_register'])}-->
- <script language="javascript">
- function copyurl(urlid) {
- var o = $(urlid);
- o.select();
- var js=o.createTextRange();
- js.execCommand("Copy");
- alert("复制成功!");
- }
- </script>
- <div class="spaceborder" style="width: {TABLEWIDTH}">
- <table cellspacing="{INNERBORDERWIDTH}" cellpadding="{TABLESPACE}" width="100%" align="center">
- <tr><td class="header"><a href="member.php?action=credits&view" target="_blank"><img src="{IMGDIR}/credits.gif" alt="{lang credits_policy_view}" align="right" border="0" /></a>
- <span class="bold">论坛推广</span></td></tr>
- <tr><td align="center">
- <div class="subtable outertxt option" style="width:500px;padding:8px 0px 0px 0px;align:center;height:27px!important;height:40px;">
- <input type="button" class="button" value="注册推广" onclick=copyurl('reg_popularize') style="width:120px;text-align:center;margin:0px 63px;" />
- <input type="button" class="button" value="访问推广" onclick=copyurl('vis_popularize') style="width:120px;text-align:center;margin:0px 63px;" />
- <input type="hidden" id="reg_popularize" value="{$boardurl}?fromuid={$discuz_uid}"></input>
- <input type="hidden" id="vis_popularize" value="{$boardurl}?fromuid={$discuz_uid}"></input>
- </div>
- </td></tr>
- <tr><td align="center">点击按钮即可复制推广链接地址</td></tr>
- </table>
- </div><br></div>
- <!--{/if}-->
复制代码 就OK了,其中- <!--{if $discuz_uid && ($creditspolicy['promotion_visit'] || $creditspolicy['promotion_register'])}-->
- <script language="javascript">
- function copyurl(urlid) {
- var o = $(urlid);
- o.select();
- var js=o.createTextRange();
- js.execCommand("Copy");
- alert("复制成功!");
- }
- </script>
- <div class="spaceborder" style="width: {TABLEWIDTH}">
- <table cellspacing="{INNERBORDERWIDTH}" cellpadding="{TABLESPACE}" width="100%" align="center">
- <tr><td class="header"><a href="member.php?action=credits&view" target="_blank"><img src="{IMGDIR}/credits.gif" alt="{lang credits_policy_view}" align="right" border="0" /></a>
- <span class="bold">论坛推广</span></td></tr>
- <tr><td align="center">
- <div class="subtable outertxt option" style="width:500px;padding:8px 0px 0px 0px;align:center;height:27px!important;height:40px;">
- <input type="button" class="button" value="注册推广" onclick=copyurl('reg_popularize') style="width:120px;text-align:center;margin:0px 63px;" />
- <input type="button" class="button" value="访问推广" onclick=copyurl('vis_popularize') style="width:120px;text-align:center;margin:0px 63px;" />
- <input type="hidden" id="reg_popularize" value="{$boardurl}?fromuid={$discuz_uid}"></input>
- <input type="hidden" id="vis_popularize" value="{$boardurl}?fromuid={$discuz_uid}"></input>
- </div>
- </td></tr>
- <tr><td align="center">点击按钮即可复制推广链接地址</td></tr>
- </table>
- </div><br>
- <!--{/if}-->
复制代码 是推广连接可以放到任何位置 |
Discuz!7.0.0正式版发布时间
 |
|