找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 5168|回复: 4

怎么改每日签到的位置弄到红框区域里??

  [复制链接]
发表于 2014-11-29 15:41:41 | 显示全部楼层 |阅读模式
本帖最后由 安哲唏 于 2014-11-29 15:42 编辑

模版:克米黑色摄影风格X3.1


问题:怎么改每日签到的位置弄到红框区域里??




截图

截图
回复

使用道具 举报

发表于 2014-11-29 16:51:19 | 显示全部楼层
本帖最后由 技术帮助 于 2014-11-29 16:54 编辑

打开文件header_userstatus.php
找到:
  1. <!--{if $_G['uid'] && getstatus($_G['member']['allowadmincp'], 1)}-->
  2. <span class="pipe">|</span><a href="admin.php" target="_blank">{lang admincp}</a>
  3. <!--{/if}-->
  4. <span class="pipe">|</span><a href="member.php?mod=logging&action=logout&formhash={FORMHASH}">{lang logout}</a>
复制代码

在这段代码下面的
  1. <span class="pipe">|</span><a href="member.php?mod=logging&action=logout&formhash={FORMHASH}">{lang logout}</a>
复制代码
之前加上
  1. <span class="pipe">|</span><a href="<font color="#ff0000">改成签到的URL地址</font>">每日签到</a>
复制代码
修改后的效果就是
  1. <!--{if $_G['uid'] && getstatus($_G['member']['allowadmincp'], 1)}-->
  2.                         <span class="pipe">|</span><a href="admin.php" target="_blank">{lang admincp}</a>
  3.                 <!--{/if}-->
  4.                 <span class="pipe">|</span><a href="改成签到的URL地址">每日签到</a>
  5.                 <span class="pipe">|</span><a href="member.php?mod=logging&action=logout&formhash={FORMHASH}">{lang logout}</a>
复制代码

如图:
修改前:
修改前.jpg

修改后:
修改后.jpg


按照此方法修改就可以得到你想要的效果!
回复 1 0

使用道具 举报

发表于 2014-11-29 15:50:28 | 显示全部楼层
需要提供这套模板的common文件夹
回复

使用道具 举报

 楼主| 发表于 2014-11-29 16:27:39 | 显示全部楼层
技术帮助 发表于 2014-11-29 15:50
需要提供这套模板的common文件夹

common文件夹

common.zip

20.92 KB, 下载次数:

commom文件

回复

使用道具 举报

 楼主| 发表于 2014-11-29 18:59:34 | 显示全部楼层
谢谢你的帮助
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|小黑屋|Discuz代码分析|Discuz目录结构|DZ起点网 ( 蜀ICP备13000518号-15 )

GMT+8, 2024-12-24 00:55 , Processed in 0.056904 second(s), 25 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表