Archive for the ‘lmj.tw’ Category

Joomla 1.1.0 alpha 2 to 1.5.0 beta

Saturday, December 30th, 2006

The meat of a site lies in the table `jos_content`. To import the old dump of `jos_content` from Joomla 1.1.0 alpha 2 into the latest 1.5.0 beta, you must take account of the new row presented in 1.5. To do this, use any text editor that has a replace string function and open up the sql dump of the `jos_content` section.

Replace ); with ,''); and save the file in UTF-8 if it contains special characters. Then simply import the file into phpmyadmin and then all the previous articles are imported.

You might have different Section/Category ID in the new Site, to update the database to reflect change:
UPDATE jos_content
SET `sectionid`=NEWID
WHERE `sectionid`=OLDID

replace `sectionid` with `catid` for categories.

雖然說昨天就把 http://lmj.tw/ 弄好了,但是忘記把 Apache 密碼拿掉,大概會被認為又沒有弄好吧.. XD 不過現在還長的真醜,晚點來把網頁美化。

Joomla Template 更新 & innerHTML

Wednesday, February 15th, 2006

四處找了找, Joomlashack 裡面有幾個還可以看的免費 template , 於是順手將診所原本使用的那個預設 template 換掉. 診所文章內容順便也重新分類了一次, 並直接由 HTML 修改了一些編輯不完善的文章, 看來 Joomla 本身的 WYSIWYG Editor 還有待加強阿. 雖然說多了 table 與 class 和其他的支援, 但是問題還是一大堆. 相對比起來 Wordpress 的強太多了.

在著手開始弄診所網站之前, 剛好在 Digg 上面看到了這篇 Image Cross Fader, 於是呢, 就整合進診所首頁了… XD

crossfaderlmj.png

比較好奇的是 javascript 裡面 .innerHTML 的用法. 雖然這應該不是什麼新的東西, 但是對不常接觸這些東西的我來說很神奇了.

考完 (不知道多久以後的事情) 之後再來弄個比較像樣的 Logo.

Joomla! CMS

Wednesday, November 9th, 2005

上個禮拜在找要用什麼軟體來幫老北診所+台語的網站, 本來想說用 1&1 送的 Plesk SiteBuilder, 可是設定(好像)好麻煩, 根本不想也沒時間去翻 doc, 所以 forget about it. 於是逛去 CMSMatrix, 發現了一個陌生的臉孔: Joomla!

(more…)

All Rights Reserved Copyright © 2008 Design by StyleShout and Clazh