歡迎光臨, 訪客. 請先 登入註冊一個帳號.
四月 16, 2024, 09:33:23 下午
19595 文章 在 3865 主題 由 4580 會員
最新註冊會員: aa123aa1
  列出文章
頁: [1] 2 3
1  站務 / 站務公告 / Re: LifeType 1.1-beta1 釋出以供測試 於: 七月 25, 2006, 11:32:36 下午
抢先下载,抢先测试。 微笑
2  測試 / LifeType 1.1 測試 / Re: LifeType 1.1 開始進行 Development 版本測試了! 於: 四月 28, 2006, 04:47:35 下午
强烈支持.要怎么帮忙测试?
3  支援 / 安裝與設定 / Re: 不用邮件确认出错 於: 四月 02, 2006, 05:12:18 下午
找到原因了,是改了注册的时候跳过模板选择那里没有在程序里指定哪个为默认模板,所以出错,改了回来就没事了。
4  支援 / 使用與操作 / Re: 請問在用戶註冊的時候,能不能去掉選擇模版那一步,讓用戶使用默認的 於: 四月 02, 2006, 05:01:27 下午

试了
是Tbreeze的正确
我的会出错。
5  支援 / 安裝與設定 / 不用邮件确认出错 於: 四月 02, 2006, 02:34:11 下午
设定注册不用邮件确认,但进不了blog的页面
显示为

Exception message: filemtime(): Stat failed for /main.template (errno=2 - No such file or directory)
Error code: 2
-- Backtrace --
D:\www\xytown.net\blog\class\template\smarty\Smarty.class.php(1566): filemtime
D:\www\xytown.net\blog\class\template\smarty\Smarty.class.php(1433): cachedtemplate._fetch_resource_info
D:\www\xytown.net\blog\class\template\smarty\Smarty.class.php(1279): cachedtemplate._compile_resource
D:\www\xytown.net\blog\class\template\cachedtemplate.class.php(48): smarty.fetch
D:\www\xytown.net\blog\class\view\smartyview.class.php(207): cachedtemplate.fetch
D:\www\xytown.net\blog\class\view\blogview.class.php(224): smartyview.render
D:\www\xytown.net\blog\class\view\defaultview.class.php(82): blogview.render
D:\www\xytown.net\blog\class\controller\controller.class.php(329): defaultview.render
D:\www\xytown.net\blog\index.php(42): blogcontroller.process

Exception message: Smarty error: unable to read resource: "/main.template"
Error code: 512
-- Backtrace --
D:\www\xytown.net\blog\class\template\smarty\Smarty.class.php(1108): trigger_error
D:\www\xytown.net\blog\class\template\smarty\Smarty.class.php(1604): cachedtemplate.trigger_error
D:\www\xytown.net\blog\class\template\smarty\Smarty.class.php(1433): cachedtemplate._fetch_resource_info
D:\www\xytown.net\blog\class\template\smarty\Smarty.class.php(1279): cachedtemplate._compile_resource
D:\www\xytown.net\blog\class\template\cachedtemplate.class.php(48): smarty.fetch
D:\www\xytown.net\blog\class\view\smartyview.class.php(207): cachedtemplate.fetch
D:\www\xytown.net\blog\class\view\blogview.class.php(224): smartyview.render
D:\www\xytown.net\blog\class\view\defaultview.class.php(82): blogview.render
D:\www\xytown.net\blog\class\controller\controller.class.php(329): defaultview.render
D:\www\xytown.net\blog\index.php(42): blogcontroller.process


但可以进控制面板
而且我用管理员的id进去后再其blog的设置里面点修改提交一下,不动其他的地方,就可以了,奇怪哦~
是什么原因呢?
6  支援 / 使用與操作 / Re: 請問在用戶註冊的時候,能不能去掉選擇模版那一步,讓用戶使用默認的 於: 四月 01, 2006, 02:51:26 下午
试了一下,不知道是不是要这样的效果




1. 修改class\summary\action\doblogregistration.class.php
    注释最下面几行

  function perform()
        {
            // validated values
            //我注释掉下面的
       //     $tf = new Textfilter();
         
            // create the new view and clean the cache
       //     $this->_view = new BlogTemplateChooserView();
       //     $this->setValues();
       //     $this->setCommonData();
       
       SummaryController::setForwardAction( "RegisterStep5" );
       }
    }

然后加上红色那句
2.到管理面板设置默认模版
7  開發 / 模版設計 / Re: 想修改下dashboard模板,但改不成功 於: 三月 30, 2006, 03:44:25 下午
明白,有点头绪了,晚上试下.
谢谢mark老大了~

搞定了
谢谢mark老大
8  開發 / 模版設計 / Re: 想修改下dashboard模板,但改不成功 於: 三月 30, 2006, 08:15:39 上午
微笑
我把其中一段改成

<div id="dashboard">
    {foreach from=$userblogs item=blog}
        <div class="dashboard_blog">
        <h2>{$locale->tr("login")}&raquo; <a href="?op=blogSelect&amp;blogId={$blog->getId()}">{$blog->getBlog()}</a></h2>
        <table class="dashboard_blog_layout">
            {assign var=blogId value=$blog->getId()}
            {assign var=url value=$blog->getBlogRequestGenerator()}
            <tr>
               
               <td style="width: 30%;vertical-align: top; border-right: 1px solid #DEDEDE; border-bottom: 0px; padding-left: 0px;">
               
                    <table class="dashboard_data_table_statistics">
                        {foreach from=$userblogs item=blog}
                        {assign var=blogId value=$blog->getId()}
                       {assign var=url value=$blog->getBlogRequestGenerator()}
                       
                       <tr>
                          
                         <td><a href="admin.php?op=newPost" title="发表新文章"><img border="0" src="images/newpost.jpg" ><br />发表新文章</a></td>
                       </tr>
                        <tr height="75">
                         <td><a href="admin.php?op=userSettings" title="修改您的头像"><img border="0" src="images/usersettings.jpg"><br />更换头像</a></td>
                           <td><a href="admin.php?op=editPosts" title="管理文章"><img border="0" src="images/editPosts.jpg"><br />文章管理</a></td>
                         </tr>
                       <tr height="75">
                          <td><a href="admin.php?op=newResource" title="上传资源"><img border="0" src="images/upphoto.jpg"><br />相片上传</a></td>
                           <td><a href="admin.php?op=controlCenter" title="修改各项设定"><img border="0" src="images/control.jpg"><br />控制中心</a></td>
                           <td>&nbsp;</td>
                        </tr>
                        {/foreach}
                      </table>

…………

只是想让用户可以快速进了dashboard后可以快速进入到自己要的功能版面,不用再一个一个去找,但是点了后说没权限或没认证,非得点击上方的blog名字进去才行,也就是 <h2>{$locale->tr("login")}&raquo; <a href="?op=blogSelect&amp;blogId={$blog->getId()}">{$blog->getBlog()}</a></h2>
这个,然后再点击界面里面的控制中心出来dashboard后再点击那些图标才可以,是传回的值不对吧?
图标的代码之前
{foreach from=$userblogs item=blog}
                        {assign var=blogId value=$blog->getId()}
                       {assign var=url value=$blog->getBlogRequestGenerator()}

不是传回blogid和url吗?
9  開發 / 模版設計 / 想修改下dashboard模板,但改不成功 於: 三月 29, 2006, 12:52:16 下午
想在登陆后跳转到的控制面板dashboard里面加些连接可以直接点击到选择功能截面,但是不行,点了后说是没认证,不过一旦点击登陆>>blog名字后再在里面点击控制面板回到dashboard就可以点那些连接去到功能选择界面了,是传回的值没弄对吗?
10  站務 / 站務公告 / Re: LifeType 移機完畢,謝謝智邦生活館的贊助! 於: 三月 24, 2006, 06:36:14 下午
呵呵,就是看了才以为会有惊喜的啊.原来要等到beta出来才有分类.
加油啊!努力~
感谢这么多位的辛勤工作.
11  站務 / 站務公告 / Re: LifeType 移機完畢,謝謝智邦生活館的贊助! 於: 三月 24, 2006, 03:54:50 下午
注册了1.1,但好象没发现有分类和tag这些功能啊.
12  支援 / 安裝與設定 / Re: mark, 请问一下你的Lifetype 1.1是从哪里下载的啊? 於: 二月 10, 2006, 11:57:21 上午
我也在等1.1,但是不知道什么时候才能出来。
想问下mark老大,我现在装1.03的,然后等1.1出来后升级方便吗?
是不是装1.03自己不加其他的什么功能进去的话等1.1出来后升级不会有太大问题呢?
13  建議 / 發表與交流 / Re: 如何將自架的plog推廣出去? 於: 一月 15, 2006, 08:09:05 下午
等啊等啊,1.1什么时候才能出来呢? 嚎啕大哭
14  站務 / 站務公告 / Re: LifeType 1.0.2 正式版釋出 於: 一月 14, 2006, 09:51:22 上午
没发现验证码啊,在哪呢?
还有想问问1.1什么时候可以释出呢?

呵呵,没看仔细,刚看了wiki 上的文档,找到了.
现在只是想问问1.1什么时候可以释出了. 開懷大笑
15  支援 / 安裝與設定 / Re: 问题二: life type 对服务器的要求 於: 一月 07, 2006, 08:47:19 上午
若大概有5000左右或多点的用户,各位老大建议用什么样的配置来做服务器呢?我已经买好了一台.
頁: [1] 2 3