歡迎光臨, 訪客. 請先 登入註冊一個帳號.
三月 29, 2024, 02:01:00 下午
19595 文章 在 3865 主題 由 4580 會員
最新註冊會員: aa123aa1
  列出文章
頁: [1] 2 3 4
1  支援 / 使用與操作 / Re: tinymce,edit html souce問題.................. 於: 四月 15, 2007, 09:17:40 上午
to nba23:

I use LT1.1, insert all in flash.zip
and amend the tinymce js.

still cannot see the flash.icon, any hints ?
2  建議 / 發表與交流 / LT 1.1 - 我的新 Blog 於: 九月 20, 2006, 10:58:57 上午
http://cwchin.no-ip.com/lifetype

請交流指教 .. !
3  測試 / LifeType 1.1 測試 / Re: LT 1.1 simplified URL (簡潔綱址) problem 於: 九月 18, 2006, 10:00:48 上午
Thanks 大雄 ....

OK !
4  測試 / LifeType 1.1 測試 / LT1.1 cache problem 於: 九月 18, 2006, 10:00:05 上午
- 毎次需要將 /var/www/html/lifetype/tmp/1

所有files 刪除,

已更改的template 頁面才能更新 ?

已set 所有cache-lifetime = 0

請指教...
5  測試 / LifeType 1.1 測試 / Re: LT 1.1 simplified URL (簡潔綱址) problem 於: 九月 17, 2006, 09:39:24 上午
my .htaccess

it is original, only changed:

ErrorDocument 401 /lifetype/error.php
ErrorDocument 403 /lifetype/error.php
ErrorDocument 404 /lifetype/error.php


程式碼:

<Files .htaccess>
deny from all
</Files>

<Files config.properties.php>
deny from all
</Files>

Options -Indexes
Options +FollowSymLinks

<IfModule mod_rewrite.c>

RewriteEngine On
RewriteBase /

# Permalink to the blog entry (i.e. /1_userfoo/archive/3_title-foo-bar.html)
RewriteRule ^([0-9]+)_[^/]+/archive/([0-9]+)_[^.]+\.html$ index.php?op=ViewArticle&blogId=$1&articleId=$2 [L,NC]

# Monthly archive (i.e. /1_userfoo/archive/200401.html)
RewriteRule ^([0-9]+)_[^/]+/archive/([0-9]{6})\.html$ index.php?blogId=$1&Date=$2 [L,NC]
# -- same as above but with paging included
RewriteRule ^([0-9]+)_[^/]+/archive/([0-9]{6})\.html\.page\.([1-9]+)$ index.php?blogId=$1&Date=$2&page=$3 [L,NC]

# Daily archive (i.e. /1_blogfoo/archive/20040101.html)
RewriteRule ^([0-9]+)_[^/]+/archive/([0-9]{8})\.html$ index.php?blogId=$1&Date=$2 [L,NC]
# -- same as above but with paging included
RewriteRule ^([0-9]+)_[^/]+/archive/([0-9]{8})\.html\.page\.([1-9]+)$ index.php?blogId=$1&Date=$2&page=$3 [L,NC]

# Album (i.e. /88_userfoo/albums/34_title-foo-bar.html)
RewriteRule ^([0-9]+)_[^/]+/albums/([0-9]+)_[^.]+\.html$ index.php?op=ViewAlbum&blogId=$1&albumId=$2 [L,NC]
# -- same as above but with paging included
RewriteRule ^([0-9]+)_[^/]+/albums/([0-9]+)_[^.]+\.html\.page\.([1-9]+)$ index.php?op=ViewAlbum&blogId=$1&albumId=$2&page=$3 [L,NC]

# Albums (i.e. /88_userfoo/albums/)
RewriteRule ^([0-9]+)_[^/]+/albums/$ index.php?op=ViewAlbum&blogId=$1&albumId=0 [L,NC]

# Category view (i.e. /88_userfoo/categories/4_cat-foobar.html)
RewriteRule ^([0-9]+)_[^/]+/categories/([0-9]+)_[^.]+\.html$ index.php?blogId=$1&postCategoryId=$2 [L,NC]
# -- same as above but with paging included
RewriteRule ^([0-9]+)_[^/]+/categories/([0-9]+)_[^.]+\.html\.page\.([1-9]+)$ index.php?blogId=$1&postCategoryId=$2&page=$3 [L,NC]

# Category-Feeds (i.e. /3_userfoo/feeds/categories/2_category/atom)
RewriteRule ^([0-9]+)_[^/]+/feeds/categories/([0-9]+)_[^.]+/(.*)$ rss.php?blogId=$1&categoryId=$2&profile=$3 [L,NC]

# Feeds (i.e. /3_userfoo/feeds/atom)
RewriteRule ^([0-9]+)_[^/]+/feeds/(.*)$ rss.php?blogId=$1&profile=$2 [L,NC]

# Trackbacks (i.e. /3_userfoo/trackbacks/34_title-foo-bar.html)
RewriteRule ^([0-9]+)_[^/]+/trackbacks/([0-9]+)_[^.]+\.html$ index.php?op=Trackbacks&blogId=$1&articleId=$2 [L,NC]

# Comment form (i.e. /88_userfoo/comment/34_title-foo-bar.html)
RewriteRule ^([0-9]+)_[^/]+/comment/([0-9]+)_[^.]+\.html$ index.php?op=Comment&blogId=$1&articleId=$2 [L,NC]

# Resources (i.e. /88_userfoo/resources/this-is-a-resource-name.pdf.html)
RewriteRule ^([0-9]+)_[^/]+/resources/([^.]+)\.([^.]+)\.html$ index.php?op=ViewResource&blogId=$1&resource=$2.$3 [L,NC]

# Download a resource (i.e. /88_userfoo/get/this-is-a-resource-name.pdf)
RewriteRule ^([0-9]+)_[^/]+/get/(.+)$ resserver.php?blogId=$1&resource=$2 [L,NC]

# A non-default blog (i.e. /88_userfoo)
RewriteRule ^([0-9]+)(_[^/]+)?$ index.php?blogId=$1 [L,NC]
# -- same as above but with paging included
RewriteRule ^([0-9]+)(_[^/]+)\.page\.([1-9]+)$ index.php?blogId=$1&page=$3 [L,NC]

# Static Pages (i.e /3_userfoo/demosites)
RewriteRule ^([0-9]+)_[^/]+/(.+)$ index.php?op=Template&blogId=$1&show=$2 [NC]

</IfModule>



<Files post>
 ForceType application/x-httpd-php
</Files>

<Files archives>
 ForceType application/x-httpd-php
</Files>

<Files static>
 ForceType application/x-httpd-php
</Files>

<Files rss>
 ForceType application/x-httpd-php
</Files>

<Files category>
 ForceType application/x-httpd-php
</Files>

<Files trackbacks>
 ForceType application/x-httpd-php
</Files>

<Files comment>
 ForceType application/x-httpd-php
</Files>

<Files resource>
 ForceType application/x-httpd-php
</Files>

<Files get>
 ForceType application/x-httpd-php
</Files>

<Files album>
 ForceType application/x-httpd-php
</Files>

<Files blog>
 ForceType application/x-httpd-php
</Files>

<Files user>
 ForceType application/x-httpd-php
</Files>

<Files page>
 ForceType application/x-httpd-php
</Files>

ErrorDocument 401 /lifetype/error.php
ErrorDocument 403 /lifetype/error.php
ErrorDocument 404 /lifetype/error.php
6  測試 / LifeType 1.1 測試 / Re: LT 1.1 simplified URL (簡潔綱址) problem 於: 九月 17, 2006, 07:06:58 上午
Still not ok ....
7  測試 / LifeType 1.1 測試 / LT 1.1 simplified URL (簡潔綱址) problem 於: 九月 16, 2006, 06:05:35 下午

簡潔綱址
不能認出

http://mydomain.com/lifetype/1

如何解決 ?

http://mydomain.com/lifetype (ok)
8  測試 / LifeType 1.1 測試 / 1.1 中文 文章變成亂碼 於: 九月 16, 2006, 01:53:31 上午
是editor 的問題嗎?

只見中文變成 ???

---------------------------

查過 config/config.properities.php 檔:

$config["db_persistent"] = true;
$config["db_character_set"] = "utf8";

---SOLVED -----

I delete and define lifetype database with "utf8-general-ci" collating;

using phpMyAdmin, ok !

ps, if allow lifetype to define the database, still failed.
9  開發 / 外掛程式 / 香港新聞外掛程式 for lifetype 1.0.x 於: 八月 09, 2006, 10:45:46 下午
Plugin: HK News
Author: Matthew Chin and Gary Chun
Release Date: 2006/08/08
Version: 2.6

This plugin display the HK News.  Usage as follow:

You can use:
1. $hknews->isEnabled() to check the plugin is enabled or not.
2. $hknews->getHKNews() to get the hk news.

Where:

Example:
{if $hknews->isEnabled()}
<h2>HK News</h2>
{ $hknews->getHKNews() }   
{/if}


Download:
http://cwchin.no-ip.com/plog/hknews.rar
10  開發 / 外掛程式 / 香港天氣外掛程式 for lifetype 1.0.x 於: 八月 05, 2006, 06:30:02 上午
Mark:

Pls help verify this plugins created by me and Gary. 

I tested it should work - see:
http://cwchin.no-ip.com/plog (I selected Chinese for display)

config item:
lang for display - either chinese or english


download:
http://cwchin.no-ip.com/plog/hkweather.zip

Thanks,
Matthew / Gary (from HK)
11  開發 / 手冊文件 / Re: 並不存在的頁面 - Wiki links 於: 七月 30, 2006, 11:52:38 上午
 謝謝...

可否給我指引一個最簡單的 1.0.x plugin 呢?

(現有的plugin 都頗複雜 ...)
12  開發 / 手冊文件 / 並不存在的頁面 - Wiki links 於: 七月 30, 2006, 06:35:25 上午
想看看 plugin 的 wiki, 但不知是否真的死 link ?


外掛程式管理 - 並不存在的頁面


實做一個簡單的外掛程式 (Hello World) - 並不存在的頁面

實做一個複雜的外掛程式 (Recent Comments) - 並不存在的頁面

(可否給我指引一個最簡單的 1.0.x plugin 呢? 謝謝 !)
13  站務 / 站務公告 / Re: 新的 LifeType 1.1 測試站台 於: 五月 07, 2006, 06:55:59 上午
Mark,

許久不見, 1.1 會預計何時有正式版 ?

btfans
14  建議 / 發表與交流 / Re: 誰可以幫我截一張中國google的圖? 於: 二月 12, 2006, 10:20:04 上午
google cn 網 址:

http://www.google.com/intl/zh-CN/
15  建議 / 網誌文化與業界動態 / 2005年第一屆全球華文部落格大獎 於: 十月 21, 2005, 09:38:57 下午
詳情:

http://blogaward.chinatimes.com/
頁: [1] 2 3 4