LifeType 中文開發論壇

建議 => 要求與建議 => 主題作者是: btfans 於 一月 24, 2005, 07:47:04 下午



主題: Wishlist 2
作者: btfans一月 24, 2005, 07:47:04 下午
Some (may be requested):

1) Calendar allow start by "Sun" or "Mon"
2) Include Plugins developed so far (by Mark etc) and can be enabled / disabled
3) Registration & Registered users to write new topic / post
4) Flexible search of posts / comments by:
    - order by date (asc / dec)
    - order by comment (date of comment)
    - order by category
    - order by author name
    - order by commentor / user name
    - search keyword
    - multi level search

5) Announcement
6) Top posts
7) More skins
 


Many Thanks


主題: Wishlist 2
作者: Raymond一月 24, 2005, 10:37:32 下午
1> 這應該很容易就可以改程式就做到,要的人自己改吧? (還沒有看到 1.0 的 code 所以沒有辦法立刻改) 要做成可以選擇的我是覺得沒有必要。
3> Blog 又不是 newsgroup 或 BBS,人人都可以 post new topic 就很難管理了。但我個人認為「一群作家」這種想法是有必要的。

 (H)  @_@


主題: Wishlist 2
作者: bcse一月 25, 2005, 08:33:05 上午
2. 不知道有沒有辦法 port 全部的 plug-in ,不過 Enable/Disable 功能一定會有的
4. 這個我也想要~ XD
5/6. 這個好像已經有現成的 plugin 了? (而且都是 Mark 作的)


主題: Wishlist 2
作者: btfans一月 26, 2005, 09:17:56 上午
Thanks all....for info.

Oscar said 1.0 should be released in a few more days.....

Then we test and comment later.


主題: Re: Wishlist 2
作者: markwu一月 28, 2005, 10:29:29 上午
引用自: btfans
Some (may be requested):

1) Calendar allow start by "Sun" or "Mon"
2) Include Plugins developed so far (by Mark etc) and can be enabled / disabled
3) Registration & Registered users to write new topic / post
4) Flexible search of posts / comments by:
    - order by date (asc / dec)
    - order by comment (date of comment)
    - order by category
    - order by author name
    - order by commentor / user name
    - search keyword
    - multi level search

5) Announcement
6) Top posts
7) More skins


1. It could done by javascript setting.
2. All needed plugins will have disable/enable function. But it is not really diable, it is just a method to get the enable/disable flag. And the template author can use it in thier plugins. Usage as follow:
{if $recentcomments->isEnabled()}
  show recent comments
{/if}
3. I still don't like this idea. I just think in another way==> How about integrate miniBB and pLog. It could be very cool.
4. Already done by Oscar (exist as a plugin)
5. Already done by Me, but need to port it to 1.0 (Sticky Posts)
6. Already done by me, already porting to 1.0
7. More skins? Come on, How about hold a skin/template competition, then we can acquire enough skins.

Mark