Author Archive
email製作
Posted by jellyyoyo in Uncategorized, WEB on 十月 29th, 2010
email製作跟網頁有一點不同
首先有些軟體可能上面會是信件的目錄,下面才會是內容區塊。
所以最上面300xp最好要有一些簡短的重要訊息
而比較好的寬度是600px以內
放上取消訂閱連結
如果方便取消訂閱會比他把mail設定為垃圾郵件好
joomla灌兩個一樣的module
基本上如果都是同樣的功能要出現在畫面兩個地方
就用同一個module就好
但是有時候你希望其中一個有一點不一樣,就需要改一下
改module的話同樣的名子就不能安裝兩次,不過基本上會自己寫的人就會去寫這個了
所以我也不知道寫這篇出來是要幹嘛,所以這是給我自己看得大家不要看我這篇
把module解壓縮之後
php跟xml 檔名改你要的名子改一樣
叫做mod_aaa好了mod_aaa.php mod_aaa.xml
接下來xml的部分
在很前面的地方
1 | <name>aaa</name> |
這邊是你在後台會看到的module名稱
這個像我一樣一開始忘記改的人,就只好像我一樣很可憐在後台試著裝一下看他是哪一個
1 2 3 | <files> <filename module="mod_aaa">mod_aaa.php</filename> </files> |
這樣就可以安裝了
改joomla 後台及icon
Posted by jellyyoyo in Uncategorized, joomla on 九月 6th, 2010
改joomla 後台及icon
joomla 後台的路徑在joomla/administrator/templates/khepri/images/h_green
icon的路徑在joomla/installations/ Read the rest of this entry »
Newsflash Scroller for joomla 跑馬燈
Posted by jellyyoyo in Uncategorized, joomla on 八月 22nd, 2010
首先article裡面要先有文章
This module is for joomla 1.0
如果使用joomla 1.5
要去Plugin Manager 找到System-Legacy把他打勾
接著安裝
安裝完之後進入 Module Manager並且在這個頁面點進去設定
在右邊選了Sections 之後 去前台看就會看到那些文章在跑馬燈了
不過你會看到上面有個連到他們網站
以及你可能不希望這邊出現內文,只要點進去再看到文章就好
連結的部分 到設定 下面有個Return Link 改成no
內文的部分 可以到文章設定 把閱讀全文放在最上面
安裝完joomlat出現It is not safe to rely on the system's timezone settings..
joomlae 剛安裝完會在很多地方出現
It is not safe to rely on the system's timezone settings..
.........xampp\htdocs\Joomla\libraries\joomla\utilities\date.php
find out php.ini
it's located in xampp/php
;date.timezone =
replace with
date.timezone = "Asia/Taipei"
illustrator畫好多好多的格子呦
Posted by jellyyoyo in Uncategorized on 六月 30th, 2010
因為可以直接畫一個方格往右複製完
再往下複製,所以一直就沒有發現這個功能了
不過最近剛好需要話到準確的間距的東西
這個功能就可以做到了 Read the rest of this entry »
IE6沒有min-height
min-height:100px;
height: auto !important;
height: 100px;
只有
height: 100px;
是給IE6
IE6的height就是min-height
