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

 找回密码
 立即注册
搜索

关于《学校信息》插件1.5RC3的修改方法,11月30号之前修改的朋友进来重新修改一下

[复制链接]
捣蛋少帅 发表于 2008-11-27 20:28:44 | 显示全部楼层 |阅读模式
UCHome插件
语言编码:  
插件名称:
插件作者:
适用版本:
本帖最后由 捣蛋少帅 于 2008-11-30 01:55 编辑

除了下面的要修改的文件~其他都照这个帖子改
https://discuz.dismall.com/viewth ... A7%D0%A3&page=1



打开“template/default/space_index.htm”

论坛有人反应~设置个人隐私后~用游客登陆主页变形~现在已经解决~11月30号之前修改的人要重新修改下下面这段代码

找到这段代码
                                        <li>MSN:$space[msn]</li>
                                        <!--{/if}-->
                               
                                        <!--{loop $fields $fieldid $value}-->
                                        <!--{if $space["field_$fieldid"] && empty($value['invisible'])}-->
                                        <!--{eval $fieldvalue = $space["field_$fieldid"]; $urlvalue = rawurlencode($fieldvalue);}-->
                                        <li>$value[title]:<!--{if $value[allowsearch]}-->
                                        <a href="network.php?ac=space&field_$fieldid=$urlvalue&searchmode=1">$fieldvalue</a>
                                        <!--{else}-->$fieldvalue<!--{/if}--></li>
                                        <!--{/if}-->
                                        <!--{/loop}-->
                                </ul>
                                <!--{/if}-->                               
                               
                        </div>


在下面插入

                        <!--{if ckprivacy('school')}-->
                        <div id="space_feed" class="feed">
                                <h3 class="feed_header">
                                        <span class="r_option">
                                        <!--{if $space[self]}--><a href="cp.php?ac=school" class="action">编辑学校信息</a><!--{/if}-->
                                        </span>
                                        <span class="entry-title">学校信息</span>
                                </h3>               
                                <div class="box_content">
<table cellspacing="2" cellpadding="2" class="infotable">

<!--{if $space[univs_name]}-->

<tr>

<th width="54"><div align="right">大学:</div></th>

<td width="509"><a href="network.php?ac=space&searchmode=1&univs_name=$space[univs_name]" title="寻找来自 $space[univs_name] 的校友" target="_blank">$space[univs_name]</a><!--{if $space[univs_year]}--> - $space[univs_year]级<!--{/if}--><!--{if $space[univs_department]}--> - $space[univs_department]<!--{/if}--></td>
</tr>

<!--{/if}-->

<!--{if $space[highschool]}-->

<tr>

<th><div align="right">高中:</div></th>

<td><a href="network.php?ac=space&searchmode=1&highschool=$space[highschool]" title="寻找来自 $space[highschool] 的校友" target="_blank">$space[highschool]</a><!--{if $space[highschool_year]}--> - $space[highschool_year]级<!--{/if}--></td>
</tr>

<!--{/if}-->

<!--{if $space[juniorhighSchool]}-->

<tr>

<th><div align="right">初中:</div></th>

<td><a href="network.php?ac=space&searchmode=1&juniorhighSchool=$space[juniorhighSchool]" title="寻找来自 $space[juniorhighSchool] 的校友" target="_blank">$space[juniorhighSchool]</a><!--{if $space[juniorhighSchool_year]}--> - $space[juniorhighSchool_year]级 <!--{/if}--></td>
</tr>

<!--{/if}-->

<!--{if $space[elementarySchool]}-->

<tr>

<th><div align="right">小学:</div></th>

<td><a href="network.php?ac=space&searchmode=1&elementarySchool=$space[elementarySchool]" title="寻找来自 $space[elementarySchool] 的校友" target="_blank">$space[elementarySchool]</a><!--{if $space[elementarySchool_year]}--> - $space[elementarySchool_year]级 <!--{/if}--></td>
</tr>

<!--{/if}-->
</table>

<!--{else}-->
                        <div id="space_feed" class="feed">
                                <h3 class="feed_header">
                                        <span class="r_option">
                                        <a href="cp.php?ac=friend&op=add&uid=$space[uid]" target="_blank" title="未公开!"><img  src="image/lock01.gif" /></a>
                                        </span>
                                        <span class="entry-title">学校信息</span>
                                </h3>
                                <div class="box_content">
                                        <ul>
                                        </ul>


<!--{/if}-->
                                </div>
                        </div>



截图:
school.jpg
回复

使用道具 举报

天涯客栈 发表于 2008-11-27 20:39:46 | 显示全部楼层
强大的沙发支持
回复

使用道具 举报

天涯客栈 发表于 2008-11-27 20:43:54 | 显示全部楼层
少帅
期待你整理出来
同城、同乡、同校、同生缘的修改方法
回复

使用道具 举报

kokococo 发表于 2008-11-27 20:56:51 | 显示全部楼层
RC3的数据库在哪里升级的呀
回复

使用道具 举报

 楼主| 捣蛋少帅 发表于 2008-11-27 21:08:44 | 显示全部楼层
RC3的数据库在哪里升级的呀
kokococo 发表于 2008-11-27 20:56



要手动升级!phpMyAdmin
回复

使用道具 举报

kokococo 发表于 2008-11-27 21:10:51 | 显示全部楼层
知道啦 谢谢诶
回复

使用道具 举报

落伍之秀 发表于 2008-11-27 21:49:10 | 显示全部楼层
回复

使用道具 举报

kokococo 发表于 2008-11-27 22:53:58 | 显示全部楼层
照你这个改了后个人主页变形了呀
回复

使用道具 举报

 楼主| 捣蛋少帅 发表于 2008-11-28 10:37:16 | 显示全部楼层
照你这个改了后个人主页变形了呀
kokococo 发表于 2008-11-27 22:53


加QQ:76282539
回复

使用道具 举报

 楼主| 捣蛋少帅 发表于 2008-11-28 10:38:28 | 显示全部楼层
照你这个改了后个人主页变形了呀
kokococo 发表于 2008-11-27 22:53


加QQ:76282539
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-9-13 09:26 , Processed in 0.133266 second(s), 19 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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