discuz积分充值页面添加链接

PC端修改,找到 template/default/home目录下找到spacecp_credit_base.htm,在文件的19行左右找到如下代码

<li><em><!--{if $credit[img]}--> {$credit[img]}<!--{/if}--> {$credit[title]}: </em><!--{echo getuserprofile('extcredits'.$id);}--> {$credit[unit]}</li>

在下面一行添加如下代码

<a href="https://google.com" target="_blank"><span style="font-size:14px;color:#009900;"><strong>要显示的文字</strong></span></a>

即可在PC版的充值页面看到链接。

移动端:

找到template/default/touch/home 目录下找到 spacecp_credit_base.htm,在文件里找到

<!--{template home/spacecp_credit_buy}-->

在下面一行添加如下代码:

<div class="btn_login"><a href="https://google.com" target="_blank"><button type="button"  style="background-color: #E05215;width: 100%;height: 40px;color: #FFFFFF">要显示的按钮文字</button></div>

即可完成添加。请按照自己的需求修改相关链接及显示文字

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注