1 UCenter安装运行顺利,但是在安装UChome是 总是停留在第2步(2.设置UCenter信息),长时间没响应,也没有出错信息。点击下面的“提交 UCenter 配置信息”即可。--------------提交以后就是一个空白页,没有任何提示。域名 设置 www.xxx.cn/ucenter 可访问 www.xxx.cn/uchome 目录 安装 这样设置好像有问题。
3 UCHOME 里注册用户有没有上传附件(rar、doc、pdf。。。)的地方? 招了一圈好像没发现,日志、群组里有上传照片,就是没有上传其他附件的。
4 safari浏览器下,uchome的验证码始终出错,刷新图片,重新输入还是不行
重启了几次浏览器后莫名解决
5 uchome里面,开启实名后,用户名(真石姓名:xxx),真实姓名只对好友可见,能设置吗?开启实名的前提下!让游客无法看到实名只看到用户名
默认程序没有这项设置
暂时解决方法:可以把
打开templatedefaultspace_index.htm文件找到
- <h2>
- <!--{if $_SCONFIG[realname] && $space[name] && $space[namestatus]}-->$space[name] <em>(用户名:$space[username])</em><!--{else}-->$space[username]<!--{if $space[name]}--> <em>(姓名:$space[name])</em><!--{/if}--><!--{/if}-->
- </h2>
修改为:
- <h2>
- <!--{if $_SCONFIG[realname] && $space[name] && $space[namestatus]}-->$space[username] <em>(实名:$space[name])</em><!--{else}-->$space[username]<!--{if $space[name]}--> <em>(姓名:$space[name])</em><!--{/if}--><!--{/if}-->
- </h2>
6 uchome的日志编辑器上传图片时,点击插入图片,这时候,在日志编辑区里图片显示是xx的,看不见图,然后点击保存后,打开日志,图片是正常的。uch发布日志:下面上传图片,点插入不好使
修改文件:sourcescript_upload.js
找到:
- edit_insert('<img id="_uchome_localimg_' + id + '" src="' + picPath + '">');
复制代码
修改为:
- edit_insert('<img id="_uchome_localimg_' + id + '" src="' + $('attach_' + id).value + '">');
复制代码
其他不变,上传script_upload.js覆盖后,后台更新缓存即可。
7 想去掉基本资料中“婚恋”和“血型”两项
修改
templatedefaultcp_profile.htm
templatedefaultspace_index.htm
templatedefaultspace_info.htm
这三个文件中的“婚恋状态”和“血型”
8 怎么uchome不能退出
uchome登录后就不能退出,点击退出,提示你已经正常退出,可是 还是跳转到已经登录页面。
根目录下config.php文件的
$_SC['cookiepre'] = 'uchome_'; //COOKIE前缀 这里设置 uchome_xxxx (xxx随意)
9 更改首下面的 copyright powered by 信息
template/default/footer.htm(header.htm)
data/tpl_cache/template_default_network.php(类似的n个文件)
uchome升级到Discuz!X的 相关问题