Introducing
在多人使用的環境下,如果不能修改原先的模板的情況下,最方便的方法當然是修改 CSS 了,這樣每個人都會有自行的特色,並且安全性也提高了許多。其實這重要的是, Lyceum 或是 Wordpress 的 Theme 設計方法都是直接用 php 顯示的,並不像是 Lifetype 是使用 Smarty 作為模板。所以如果要讓一般使用者直接更動 Theme 的話,有很大的安全性的問題。
This is a CSS editor for Lyceum & Wordpress.You can modify css online,and easy way to download other css file save to server.
Features
- 可以直接輸入 CSS 位置即可直接下載到 editor 裡。
- 可以顯示、使用多個 CSS 檔,並不會限制於一個檔而已。
Download
Version:0.1
你可以在此下載:
svn checkout http://csseditorforlyceum.googlecode.com/svn/trunk/ csseditorforlyceum
You can download from svn:
svn checkout http://csseditorforlyceum.googlecode.com/svn/trunk/ csseditorforlyceum
Installation
- 使用 svn 下載後,放置到 plugin 目錄。
Use svn checkout download it. - 在管理者界面啟用它。
Active it in admin interface. - 完成。
all is done.
ChangeLog
None
16 comments
Comments feed for this article
Trackback link
http://blog.twkang.net/2006/09/24/css-editor-for-lyceum-wordpress/trackback/
九月 24, 2006 at 3:31 pm
JellyCatz果凍喵
邪惡計畫萬歲~~ \^o^~ (逃)
[持續的陷入地獄週中……]
九月 27, 2006 at 8:05 pm
roga
酷,不過我最近沒力氣攪這些東西..
好慘。
我等到畢業專題結束之後,有好多 IDEA 想做 ..
九月 28, 2006 at 12:31 pm
whatup
我也有很多 Idea 想作啊,不過工作和課業的壓力太大了!!
九月 30, 2006 at 5:29 pm
JellyCatz果凍喵
SVN網址應該改成
http://csseditorforlyceum.googlecode.com/svn/trunk/
少掉後面的目錄~ & Windows使用的話要把檔案的把斷行存成Windows專用~ 不然會爆出很恐怖的畫面|||
then~ 這東西可以用成System plug-in嗎? [沒測X”D]
十月 1, 2006 at 7:47 am
telankes
你好
我写了个lyceum的tags插件
碰到了点困难,想请教你.
lyceum有两种插件形式,一种是放在/wp-content/plugins目录下,需要每个用户自己去单独激活
还有一种是放在/wp-content/systemplugins 目录下由管理员激活作用于每一个用户
但是我把插件放在/wp-content/systemplugins下激活后用户并不能立刻使用,而需要他们分别访问他们各自的插件激活页面,而且他们在激活页面也不到什么插件需要激活,但如果他们不访问这个页面就不能使用全局插件.
我尝试了很多其他的插件,在管理员激活后都需要用户去访问他们各自的激活页面才能使用.
不知道您是否知道解决方法?
谢谢了先
十月 1, 2006 at 12:14 pm
whatup
因為我的東西並不需要預先塞值進 database
如果你的 plugin 要預先塞值進去的話,可能要稍加判定。
例如在 wp_head 裡先寫入?判定看有沒有值,沒值的話先寫入就這樣
十月 1, 2006 at 5:13 pm
JellyCatz果凍喵
[發覺我之前把上面的svn網址和下面的那段字看成同一行|||| ^^” 抱歉]~
System plug-in實測良好
十月 4, 2006 at 2:30 am
Tony
试用了一下这个外挂,它没有自动读取当前的style.css档哦?
在下拉菜单没得选取的哦. 
whatup, 那个css路径一定要绝对路径吗? 可以用相对路径啊? 我觉得用相对路径直接用调用当前theme的.css档来修改啊.
修改后保存,可以用脚本实现先备份原.css档,这样万一改得不好,还可以恢复原先的.css档啊.
十月 4, 2006 at 10:13 pm
hrob_
Hi!
I wolud like to use this editor, but I dont’t know where to put the css.php.
Do you help me?
Greetings from Hungary!
十月 5, 2006 at 1:23 am
whatup
Put the whole directory on the wp-content/plugins or wp-content/system-plugins/.
十月 5, 2006 at 2:00 pm
hrob_
Hi!
Thanks the answer!
I put it into there. Next question.
How can I edit an personal css file? Because I create an new, but don’t seeing change. So I don’t use personal theme.
Have You an idea?
十月 5, 2006 at 2:54 pm
whatup
Maybe you must clean you cache or use ctrl+ f5.
It need to reload your css file.
十月 5, 2006 at 6:49 pm
hrob_
I use portable Firefox…
Please create a test account in my site. http://jateklap.hu/blog
十月 7, 2006 at 12:15 pm
whatup
i already modify it for none subdomain mode. can you try the new version of css editor ?
十月 10, 2006 at 7:06 pm
hrob_
Yes. Where is it?
Thanks a lot for helping!
十月 11, 2006 at 1:20 am
whatup
svn checkout http://csseditorforlyceum.googlecode.com/svn/trunk/ csseditorforlyceum
or you can use “svn up” in your old directory ,it will update your css editor.