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

 找回密码
 立即注册
搜索

[已答复] ss主页里面为什么点击会员显示空白页呢

[复制链接]
chaoyinsu 发表于 2009-10-20 08:48:58 | 显示全部楼层 |阅读模式
本帖最后由 chaoyinsu 于 2009-10-20 13:10 编辑

ss主页里面为什么点击会员显示空白页呢,换成官方的默认模板也是这样,按道理应该直接进入该会员的主页,但是只显示空白页,求助!主页网址http://dmt8.net/index.php
未命名.jpg
回复

使用道具 举报

玻璃屋女孩 发表于 2009-10-20 10:10:42 | 显示全部楼层
uchome的访问地址是?
回复

使用道具 举报

云天一 发表于 2009-10-20 11:56:46 | 显示全部楼层
可能是ss的会员空间模板改错了
回复

使用道具 举报

 楼主| chaoyinsu 发表于 2009-10-20 13:09:59 | 显示全部楼层
这个是不是home地址啊? http://www.dmt8.net/home/space.php?do=home
ss会员模板是那个文件啊?
回复

使用道具 举报

 楼主| chaoyinsu 发表于 2009-10-20 14:21:29 | 显示全部楼层
顶((em:13))((em:13))
回复

使用道具 举报

云天一 发表于 2009-10-20 14:24:54 | 显示全部楼层
space.html.php  这个
回复

使用道具 举报

 楼主| chaoyinsu 发表于 2009-10-20 15:02:28 | 显示全部楼层
space.html.php 这个文件在哪,SS根目录 还是home根目录?
回复

使用道具 举报

 楼主| chaoyinsu 发表于 2009-10-20 15:12:04 | 显示全部楼层
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gbk" />
<title>$title $_SCONFIG[seotitle] Powered by idaren</title>
<meta name="keywords" content="$keywords $_SCONFIG[seokeywords]" />
<meta name="description" content="$description $_SCONFIG[seodescription]" />
<link rel="stylesheet" type="text/css" href="{S_URL}/templates/$_SCONFIG[template]/css/space.css" />
</head>
<body>
<div id="wrap">
    <dl id="header">
        <dt><img src="{S_URL}/templates/$_SCONFIG[template]/images/space/logo.gif" align="absmiddle" /></dt>
        <dd>
            <!--{if empty($_SCONFIG['defaultchannel'])}-->
            <a href="{S_URL}/index.php">首页</a> |
            <!--{/if}-->
                        <!--{loop $channels['menus'] $key $value}-->
            <a href="$value[url]">$value[name]</a> |
            <!--{/loop}-->
        </dd>
    </dl>
    <div id="main">
        <div id="main_left">
            <h1></h1>
            <dl class="user_avatar">
                <dt><a href="{S_URL}/space.php?uid=$member[uid]" target="_blank"><img src="{UC_API}/avatar.php?uid=$member[uid]" /></a><dt>
                <dd><a href="{S_URL}/space.php?uid=$member[uid]" target="_blank">$member[username]</a></dd>
            </dl>
            <div class="user_profield">
                用户组:<!--{if $member['groupid']}--><!--{eval echo $_SGLOBAL['grouparr'][{$member['groupid']}]['grouptitle']}--><!--{else}-->-<!--{/if}--><br />
                开通时间:$member[dateline]<br />
                更新时间:$member[updatetime]<br />
                上次登录时间:$member[lastlogin]
            </div>
            <!--{if uchome_exists()}-->
            <ul class="app_list">
                <li><img src="$uchurl/image/app/doing.gif"><a href="$uchurl/space.php?do=doing">记录</a></li>
                                <li><img src="$uchurl/image/app/album.gif"><a href="$uchurl/space.php?do=album">相册</a><em><a href="$uchurl/cp.php?ac=upload">上传</a></em></li>
                                <li><img src="$uchurl/image/app/blog.gif"><a href="$uchurl/space.php?do=blog">日志</a><em><a href="$uchurl/cp.php?ac=blog">发表</a></em></li>
                                <li><img src="$uchurl/image/app/mtag.gif"><a href="$uchurl/space.php?do=thread">群组</a><em><a href="$uchurl/cp.php?ac=thread">话题</a></em></li>
                                <li><img src="$uchurl/image/app/share.gif"><a href="$uchurl/space.php?do=share">分享</a></li>
            </ul>
            <!--{/if}-->
        </div>
        <div id="main_right">
            <ul class="nav">
                <li<!--{if $_GET['op'] == 'news'}--> class="current"<!--{/if}-->><a href="#uid/$_GET[uid]/op/news#">资讯</a></li>
                <!--{if uchome_exists() && !in_array('uchblog', $_SCONFIG['closechannels'])}-->
                <li<!--{if $_GET['op'] == 'uchblog'}--> class="current"<!--{/if}-->><a href="#uid/$_GET[uid]/op/uchblog#">日志</a></li>
                <!--{/if}-->
                <!--{if uchome_exists() && !in_array('uchphoto', $_SCONFIG['closechannels'])}-->
                <li<!--{if $_GET['op'] == 'uchphoto'}--> class="current"<!--{/if}-->><a href="#uid/$_GET[uid]/op/uchphoto#">相册</a></li>
                <!--{/if}-->
                <!--{if discuz_exists() && !in_array('bbs', $_SCONFIG['closechannels'])}-->
                <li<!--{if $_GET['op'] == 'bbs'}--> class="current"<!--{/if}-->><a href="#uid/$_GET[uid]/op/bbs#">论坛</a></li>
                <!--{/if}-->
            </ul>
            <!--{if $_GET['op'] == 'uchblog' && uchome_exists() && !in_array('uchblog', $_SCONFIG['closechannels'])}-->
                <!--{block name="uchblog" parameter="uid/$_GET['uid']/order/dateline DESC/perpage/10/cachetime/3600/showdetail/1/messagelen/200/messagedot/1/cachename/infobody"}-->
            <!--{elseif $_GET['op'] == 'uchphoto' && uchome_exists() && !in_array('uchphoto', $_SCONFIG['closechannels'])}-->
                <!--{block name="uchphoto" parameter="uid/$_GET['uid']/order/updatetime DESC/perpage/8/subjectlen/30/messagedot/0/cachetime/3600/cachename/infobody"}-->
            <!--{elseif $_GET['op'] == 'bbs' && discuz_exists() && !in_array('bbs', $_SCONFIG['closechannels'])}-->
                <!--{block name="bbsthread" parameter="authorid/$_GET['uid']/order/dateline DESC/perpage/10/cachetime/3600/showdetail/1/messagelen/200/messagedot/1/cachename/infobody"}-->
            <!--{else}-->
                <!--{block name="spacenews" parameter="uid/$_GET['uid']/order/i.dateline DESC/perpage/10/cachetime/3600/showdetail/1/messagelen/200/messagedot/1/cachename/infobody"}-->
            <!--{/if}-->
            <!--{if $_GET['op'] == 'uchphoto'}-->
            <ul class="photo_list">
                <!--{loop $_SBLOCK['infobody'] $key $value}-->
                <li><a href="$value[url]"><img src="$value[pic]"></a><span>$value[albumname]</span></li>
                <!--{/loop}-->
            </ul>
            <!--{else}-->
            <ul class="news_list">
                <!--{loop $_SBLOCK['infobody'] $key $value}-->
                <!--{if $_GET['op'] == 'bbs'}--><!--{eval $value[replynum] = $value[replies];}--><!--{/if}-->
                <li>
                    <h4><a href="$value[url]" title="$value[subjectall]" target="_blank">$value[subject]</a></h4>
                    <p>$value[message]</p>
                    <p>
                        <span class="more">
                        <!--{if ($_SGLOBAL[timestamp] - $value[dateline]) > 86400}-->
                        #date("Y-m-d", $value[dateline])#
                        <!--{else}-->
                        <!--{eval echo intval(($_SGLOBAL[timestamp] - $value[dateline]) / 3600 + 1);}-->小时之前
                        <!--{/if}--> |
                        <!--{if $_GET['op'] == 'bbs'}-->
                        评论($value[replies]) | 阅读($value[views])
                        <!--{else}-->
                        评论($value[replynum]) | 阅读($value[viewnum])
                        <!--{/if}-->
                        </span>
                        <a href="$value[url]">点击此处查看原文</a>
                    </p>
                </li>
                <!--{/loop}-->
            </ul>
            <!--{/if}-->
            <div class="btm">
                <!--{if !empty($_SBLOCK[infobody_multipage])}-->
                                $_SBLOCK[infobody_multipage]
                <!--{/if}-->
            </div>
        </div>
    </div>
</div>
</body>
</html>
找到这个文件了,但看不出来那的问题
回复

使用道具 举报

 楼主| chaoyinsu 发表于 2009-10-20 15:31:32 | 显示全部楼层
解决了,谢谢你们,自己搞定的,少了一个文件
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-9-13 23:59 , Processed in 0.118319 second(s), 17 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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