LifeType 中文開發論壇

開發 => 外掛程式 => 主題作者是: brhhk 於 十月 24, 2005, 10:58:38 上午



主題: 不知道怎么安装templateeditor
作者: brhhk十月 24, 2005, 10:58:38 上午
1、我把templateeditor复制到插件目录下面后,进入插件中心就出现下面的错误。
Fatal error: Only variables can be passed by reference in C:\AppServ\www\plog\class\plugin\pluginmanager.class.php on line 204
如果将插件删除就正常老。
还有,我安装templateeditor后,怎么使用呢?在模板里面都看不到新东东。

2、我现在基本知道怎么改一些简单东西,但是我想知道在什么地方改页面结构哦?比如将面板什么的放到页面的左边或者在Logo下面装一排导航栏。

3、不知道Logo能不能换成Flash哦?怎么换呢?

4、最后一个问题:如果要系统学习模板的设计,应该怎么开始呢?有没有详细的教程哦? :-D


主題: Re: 不知道怎么安装templateeditor
作者: lss十月 24, 2005, 04:10:02 下午
請先看一下這個
↓↓,謝謝!


主題: Re: 不知道怎么安装templateeditor
作者: james十月 25, 2005, 07:32:38 上午
4、最后一个问题:如果要系统学习模板的设计,应该怎么开始呢?有没有详细的教程哦? :-D
回答一下你的最後一個問題:

請參考這篇文章:http://wiki.lifetype.net/index.php/PLog_1.0/Templates

你可以先找一個模版對照上面那篇文章觀看,我想你會更清楚模版是怎樣運作的  :-)

應該對你會有所幫助的。

James.

ps:上面文章都是英文的。


主題: Re: 不知道怎么安装templateeditor
作者: brhhk十月 25, 2005, 08:42:43 下午
Fatal error: Only variables can be passed by reference in C:\AppServ\www\plog\class\plugin\pluginmanager.class.php on line 204
我只要在插件目录下面安装了插件,进入插件中心,就会出现上面的错误。怎么办呢?难道我不能用插件?


主題: Re: 不知道怎么安装templateeditor
作者: markwu十月 25, 2005, 08:46:12 下午
Fatal error: Only variables can be passed by reference in C:\AppServ\www\plog\class\plugin\pluginmanager.class.php on line 204
我只要在插件目录下面安装了插件,进入插件中心,就会出现上面的错误。怎么办呢?难道我不能用插件?

你是用 php 5.0.5 嗎?他有很嚴重的 memory leak 的 bug,請 downgrade 回 5.0.3/4 ,或是直接使用 php4。

Mark