Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

个人中心用户栏目的修改

[复制链接]
wansi 发表于 2010-3-23 17:19:43 | 显示全部楼层 |阅读模式
本帖最后由 wansi 于 2010-3-23 17:27 编辑

看到论坛有的用户想要修改论坛个人中心的用户栏目。不想要下面的支付宝账号,msn什么的,想换成其他的栏目。
1、删除不想要的栏目
   需要修改论坛的.\templates\default\memcp_profile.htm文件,删除掉相应代码段
个人网站代码
  1. <tr>
  2. <th><label for="sitenew">{lang homepage}</label></th>
  3. <td><input type="text" name="sitenew" id="sitenew" size="25" value="<!--{if $member[site]}-->$member[site]<!--{else}-->http://<!--{/if}-->" class="txt" /></td>
  4. </tr>
复制代码
QQ代码
  1. <tr>
  2. <th><label for="qqnew">QQ</label></th>
  3. <td><input type="text" name="qqnew" id="qqnew" size="25" value="$member[qq]" class="txt"  prompt="modifyprofile_qq" /></td>
  4. </tr>
复制代码
ICQ代码
  1. <tr>
  2. <th><label for="icqnew">ICQ</label></th>
  3. <td><input type="text" name="icqnew" id="icqnew" size="25" value="$member[icq]" class="txt" /></td>
  4. </tr>
复制代码
Yahoo代码
  1. <tr>
  2. <th><label for="yahoonew">Yahoo</label></th>
  3. <td><input type="text" name="yahoonew" id="yahoonew" size="25" value="$member[yahoo]" class="txt" /></td>
  4. </tr>
复制代码
支付宝账号代码
  1. <tr>
  2. <th><label for="alipaynew">{lang alipay}</label></th>
  3. <td><input type="text" name="alipaynew" id="alipaynew" size="25" value="$member[alipay]" class="txt" /></td>
  4. </tr>
复制代码
阿里旺旺代码段
  1. <tr>
  2. <th><label for="taobaonew">{lang taobao}</label></th>
  3. <td><input type="text" name="taobaonew" id="taobaonew" size="25" value="$member[taobao]" class="txt" /></td>
  4. </tr>
复制代码
MSN代码段
  1. <tr>
  2. <th><label for="msnnew">MSN</label></th>
  3. <td><input type="text" name="msnnew" id="msnnew" size="25" value="$member[msn][0]" class="txt" /></td>
  4. </tr>
复制代码
如果把这写项目都删掉,效果就变为下图样子

2、添加用户栏目
后台=》用户=》用户栏目定制,添加即可

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
youfu125 发表于 2010-3-23 23:05:04 | 显示全部楼层
学习了~~~~~~~~
回复

使用道具 举报

abcnic1 发表于 2010-3-30 10:29:41 | 显示全部楼层
不错
回复

使用道具 举报

huidoo 发表于 2010-3-30 10:54:35 | 显示全部楼层
那样的话帖子也没的信息相应的代码也得修改!
回复

使用道具 举报

iougames 发表于 2010-3-31 01:14:04 | 显示全部楼层
非常感谢。
回复

使用道具 举报

17hezu 发表于 2010-3-31 16:49:36 | 显示全部楼层
学习下  顶~!
回复

使用道具 举报

liwenbin05 发表于 2010-5-22 15:03:41 | 显示全部楼层
为什么后台用户定制用户栏不成功呢?
回复

使用道具 举报

小钰钰 发表于 2010-5-26 09:05:43 | 显示全部楼层
不是Discuz !X中的吧!
回复

使用道具 举报

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

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-24 05:40 , Processed in 0.026960 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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