講解內容主要以joomla平台為主結合客戶需求 再做一個平衡
需要改非常多的原始碼及部分joomla二次開發
絕非使用套版
保證為原創設計
歡迎各界同行一起討論BUG 及不知名的錯誤問題
也希望台灣joomla 同好 能多聯絡~分享共同經驗
一起加入這個大家庭,讓台灣joomla在世界上的能見度提高!!!~
加油!!^ ^
講解內容主要以joomla平台為主結合客戶需求 再做一個平衡
需要改非常多的原始碼及部分joomla二次開發
絕非使用套版
保證為原創設計
歡迎各界同行一起討論BUG 及不知名的錯誤問題
也希望台灣joomla 同好 能多聯絡~分享共同經驗
一起加入這個大家庭,讓台灣joomla在世界上的能見度提高!!!~
加油!!^ ^
各種影音檔標籤語法
影像格式 |
影像需存放的實際路徑 |
AllVideos 的插入指令 |
---|---|---|
FLV |
images/stories/videos/nadasurf.flv |
{flv}nadasurf{/flv} |
FLV |
http://www.filehosting.com/nadasurf.flv |
{flvremote}http://www.filehosting.com/nadasurf.flv{/flvremote} |
MP3 |
images/stories/audio/pixies_bonemachine.mp3 |
{mp3}pixies_bonemachine{/mp3} |
MP3 |
http://www.filehosting.com/pixies_bonemachine.mp3 |
{mp3remote}http://www.filehosting.com/pixies_bonemachine.mp3{/mp3remote} |
SWF (flash) |
images/stories/videos/presentation.swf |
{swf}presentation{/swf} |
SWF |
http://www.filehosting.com/presentation.swf |
{swfremote}http://www.filehosting.com/presentation.swf{/swfremote} |
WMV |
images/stories/videos/nadasurf.wmv |
{wmv}nadasurf{/wmv} |
WMV |
http://www.filehosting.com/nadasurf.wmv |
{wmvremote}http://www.filehosting.com/nadasurf.wmv{/wmvremote} |
WMA |
images/stories/audio/pixies_bonemachine.wma |
{wma}pixies_bonemachine{/wma} |
WMA |
http://www.filehosting.com/pixies_bonemachine.wma |
{wmaremote}http://www.filehosting.com/pixies_bonemachine.wma{/wmaremote} |
MOV |
images/stories/videos/nadasurf.mov |
{mov}nadasurf{/mov} |
MOV |
http://www.filehosting.com/nadasurf.mov |
{movremote}http://www.filehosting.com/nadasurf.mov{/movremote} |
MP4 (H.264 Video) |
images/stories/videos/nadasurf.mp4 |
{mp4}nadasurf{/mp4} |
MP4 |
http://www.filehosting.com/nadasurf.mp4 |
{mp4remote}http://www.filehosting.com/nadasurf.mp4{/mp4remote} |
3GP Video |
images/stories/videos/nadasurf_mobile.3gp |
{3gp}nadasurf{/3gp} |
3GP Video (放在遠端) |
http://www.filehosting.com/nadasurf_mobile.3gp |
{3gpremote}http://www.filehosting.com/nadasurf_mobile.3gp{/3gpremote} |
DivX Video |
images/stories/videos/nadasurf.divx |
{divx}nadasurf{/divx} |
DivX Video (放在遠端) |
http://www.filehosting.com/nadasurf.divx |
{divxremote}http://www.filehosting.com/nadasurf.divx{/divxremote} |
由Joomla123整理製作
joomla建置步驟說明
Joomla!之門的《Joomla! 1.5網站防黑9條戒律》這篇文章中也強調要修改默認的數據表前綴,在Joomla!安裝過程中進行數據表前綴的設置當然很容易,但文章沒有說明“對於已經建成的網站,如何修改數據表前綴”。今天介紹一下這個方法:
Joomla!之門提示:如果你的數據庫很大,那麼最後通過SQL方式導入的過程恐怕很難成功。對於大型數據庫文件,推薦使用BigDump工具。
大多數安全漏洞只存在於特定擴展的特定版本中。因此,為了防止黑客根據擴展名稱及版本號來迅速尋找“肉機”,就有必要去掉網站前台顯示的第三方擴展的名稱及版本號。
有些開發人員會在後台參數中留下“是否顯示作者版權鏈接”的選項,對於這些擴展,我們選擇“否”即可;大多數第三方擴展的作者都會在前台留下一個版權鏈接,裡面含有該擴展的名稱和版本號。去掉這些hardcod 方式的版權鏈接的方法是:
假設有一個com_extension擴展,將/components/com_extension目錄複製到PC上,用Notepad++打開其中一個php文件,然後使用“在多個文件中搜索”功能(勾選“搜索子目錄”),搜索前台所顯示的那個字串,找到之後直接從源代碼中刪除即可。
Joomla!之門提示:
有些擴展的版權鏈接使用了特殊的方式嵌入,例如Artio JoomSEF,用上述方法是無法刪除的。如果你發現某個特殊版權標記無法刪除,可以到Joomla!中文論壇發帖討論。
SEF 友好網址不僅有利於網站的搜索引擎優化(SEO),也有利於提高安全防護作用。原因是:如果不啟用SEF,則Joomla! 默認的頁面URL 中會含有第三方擴展的名稱,如網址中option=com_contact 這部分,這裡com_contact 就是“聯繫人管理”組件的名稱。
黑客當然不是通過肉眼來尋找URL裡面的擴展名稱,他們會使用Google搜索技巧中的inurl方法來快速尋找。
推薦使用Artio JoomSEF,或者sh404SEF,或者其它某個SEF組件來對Joomla!默認的動態網址進行靜態化重寫,一方面隱藏了擴展名稱,另一方面也增強了SEO效果。
經常了解一下你正在使用的Joomla! 核心和第三方擴展是否有了新版本。如果有新版,就盡快升級。一般來說,新版本總是能夠修復舊版的安全漏洞或功能bug。
Joomla!之門提示:
任何升級操作之前,請做好網站的備份工作。強烈推薦使用Akeeba Backup備份工具。
只有當某個腳本會寫入到目錄或文件時,才將該目錄或文件的權限設置為777 或707。其它所有文件和目錄的權限都應該設置如下:
Joomla之門提示:
這裡所說的CHMOD 權限系統是Linux/*nix 服務器平台特有的功能,如果你使用的是Windows 平台服務器,就沒有這個功能。強烈建議將Joomla! 運行在Linux 服務器上。
有時候你可能安裝了某個擴展之後不久又不喜歡它了,多數用戶這時會進行“取消發布”操作,而不是“卸載”。如果是“取消發布”,則該擴展的文件仍然存放在你的網站空間,如果該擴展的PHP 文件正好存在一個安全漏洞,就很可能被黑客利用。因此,當你不再需要某個第三方擴展時,立即將它徹底刪除,而不要“取消發布”。
Joomla!之門提示:
當你通過Joomla!後台卸載某些組件後,其數據表或許並未刪除。如果你確認不再需要該組件,建議通過phpMyAdmin將其數據表也徹底刪除,以免某個設計不嚴謹的數據表遭到SQL Injection劫持。
用文本編輯器Notepad++打開你Joomla網站根目錄下的.htaccess文件,添加下面的代碼進去:
########## Begin - Rewrite rules to block out some common exploits# # Block out any script trying to set a mosConfig value through the URL RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1 ,21}(=|%3D) [OR] # Block out any script trying to base64_encode crap to send via URL RewriteCond %{QUERY_STRING} base64_encode.*(.*) [OR] # Block out any script that includes a < script > tag in URL RewriteCond %{QUERY_STRING} (<|%3C).*script.*(>|%3E) [NC,OR] # Block out any script trying to set a PHP GLOBALS variable via URL RewriteCond %{QUERY_STRING} GLOBALS(=|[|%[0-9A-Z]{0,2}) [OR] # Block out any script trying to modify a _REQUEST variable via URL RewriteCond %{QUERY_STRING} _REQUEST(=|[|%[0 -9A-Z]{0,2}) [OR] # Block out any script that tries to set CONFIG_EXT (com_extcal2 issue) RewriteCond %{QUERY_STRING} CONFIG_EXT([|%20|%5B).*= [NC,OR ] # Block out any script that tries to set sbp or sb_authorname via URL (simpleboard) RewriteCond %{QUERY_STRING} sbp(=|%20|%3D) [OR] RewriteCond %{QUERY_STRING} sb_authorname(=|%20|%3D ) # Send all blocked request to homepage with 403 Forbidden error! RewriteRule ^(.*)$ index.php [F,L] # ########## End - Rewrite rules to block out some common exploits |
With Tabber you can make content tabs anywhere in Joomla!
The syntax simply looks like:
{tab=Tab Title 1}
Your text…
{tab=Tab Title 2}
Your text…
{/tabs}
To make links to certain tabs in your page, you can use Tab Links, like:
{tablink=Tab Title 2}Link text{/tablink}
And many more cool features
Fill in the blank the modules ID whether they are Enabled or not, separated by commas. Those modules will show in tabs or sliders use Joomla JPane. Custom CSS: modules/mod_veevaa_tabs/assets/style.css
Simple ! Yes Just simple tab and slider module for joomla. Displays multiple modules with tabs/Slider. This modules is developed using the joomla tab/slide api JPane. This modules uses the joomla own resource like css, image from admin khepri template. Your feedback will help me to make more helpfull extentions
2J Tabs (component + module + plugin) – it’s a fresh breath for your website layout. Very easy and comfortable way to organize your front end content most effective way.
2J Tabs can emulate multi-pages structure based on the joomla content articles as result your visitors will get easy access to the big content articles (no need to scroll through a large page). Also 2JTabs have ability to load up joomla external modules to the tabs from joomla template locations (for example: left, right, banner, user1 and etc…).
jTabs allow to created jQuery Tabs and Accordion via joomla modules and free to insert HTML code for tabs.
Look for more information on jquery http://jquery.com/ To modify styles check http://jqueryui.com/themeroller/
Dinamod is a special extension to easily render modules in highly customizable tabs. Just install, define a new position for the tabs (default is “dinamod”), publish each desired module in that position and finally configure and publish mod_dinamods. Some featured options are:
IceTabs module marks another immense milestone at IceTheme. We can say without any single doubt that this module is one of the best ever built Joomla Extensions by our club and also on all the Joomla! market as well. But… why?!
First let’s describe what is the scope of the IceTab module.
IceTab module can display any content/banner/images/K2/VirtueMart information with a smooth and nice interface based on the tabular interface. So to describe more clearly, you may display your Joomla content and this is the primary scope of this module but you may easily use it to be a image gallery by switching to the “image” mode. Also you may use to display content from the popular K2 extension an to display products from the VirtueMart extension. The IceTab module is bult-in all parameters needed so that you have the possibility to adjust perfectly in the way you like.
RokTabs is a tabbed content module, standalone and sporting its own themes (light and dark). Content is transitions, either by fade or scroll, and is powered by mootools.
The module has the ability to be fully automated, switching based on time or manually by user interaction.
RokTabs also has support for the plugin allowing to load modules inside it, as well as supporting K2.
Exhausted to waste space in your Joomla! powered website with a lot of modules? Put a lot of modules in just one position using jooTabs Features : 1. Option to change active tab with mouseover or mouseclick 2. 8 ready-to-use tab template 3. Up to 10 tab available 4. Option to use AutoChange of the Tabs and the delay time of each transition 5. Option to change the width of tabs 6. Option to choose which tab that you want to open after first page loading (to attract users attention) 7. Assign specific module into each tab 8. Set the title of each tab 9. Option to show or hide the modules title inside the tabs 10. Module Class Suffix ready 11. Show everything: Images, Scripts, Links… inside the tabs
An overview of Tabs Manager GK3 component key features:
注意:若您是要電子商務用的請參考這篇電子商務下拉式選單
Maxi Menu CK也有出 for virtuemart 的 有需要模組的朋友再與我聯繫
許多模板都沒有下拉選單,而漂亮的選單通常都需要付費,為大家介紹一個免費的下拉式選單Maxi Menu CK for Joomla!1.6。
下列步驟將為您做詳細步驟解說。
轉到擴展 >> 擴展管理 >> 瀏覽... >> 上傳及安裝
轉到擴展 >> 模組管理 >> Maxi Menu CK for Joomla!1.6
選擇哪些頁面要show出模組。
其餘的參數,你可以配置你自己的喜好。
下拉式選單創立成功~
這是一套開放源碼網站管理平台,以PHP及MySQL為基礎開發。具有強大的擴充功能及佈景管理系統,知名實例如保時捷 (巴西) 、古根漢美術館 、Linux基金會、Palm ,在台灣也有建興電子 、自由軟體鑄造廠、台灣國家公園 、慈濟 等…。
如果你聽過有關於內容管理系統(Content Management Systems, CMS),你一定大概知道以下的三件事:CMS是令人興奮從事生意的好方式、CMS是真正很複雜操作的、CMS也十分地令人不敢置信的貴。
Joomla(有人稱其為逐浪)是一套採用 PHP+MySQL 開發,可跨平臺運行的優秀內容管理系統(CMS)他除了具有新聞文章管理,文檔圖片管理,網站佈局設置,範本主題管理等一些基本功能之外,還可通過其開源 社區提供的上千個外掛程式進行功能擴展,這裡收集了一些對於 Joomla 主題及外掛程式模組開發非常有用的資源分享給大家。
Joomla! 是為了要改變以上的所有… Joomla!與一般的入口網站軟體的模式是大不相同的。首先,它的操作並不複雜。Joomla!是開發給大眾使用的。它的授權是基於 GNU/GPL授權 規定,很容易安裝和管理,而且也很可靠。當Joomla!開始上線或執行之後,甚至不需要使用者或管理者要熟悉HTML就可以操作它。
Joomla! 的特性:
完整的資料庫導向網站引擎
新聞、產品或服務單元完整地編輯及管理
主題單元可讓投稿者進行新增
完全可以客製化的版面,包含了左、中間、右選單區 塊
使用瀏覽器可以上傳圖片到圖片庫中,然後可以在網站的每一處使用
動態的論壇/投票/評分功能可以立即得到回應
可在Linux、FreeBSD、MacOSX 伺服器、Solaris及AIX上執行
延申性的管理 功能:
可以改變包含新聞、問答集、文章等等物件的排列順序
隨機式的新聞快報產生功能
隨 機式的作者提供文章模組,可針對新聞、文件、問答集或網站連結
物件層次分明 – 可以新增無限的單元、部門、分類和頁面
圖片庫 – 儲存所有的PNG檔、PDF檔、DOC檔、XLS檔、GIF檔和JPEG檔,方便的在線上取用
自動式的路徑尋找。放上一張 圖,Joomla!會協助修正連結
新聞聯播管理員。選擇超過360個來自全世界的新聞聯播
封存管理員。讓舊文章 到固定的存放區,而不需要刪除它們
每篇文章均有Email給朋友和友善列印的功能
附在其中的文字編輯器,類似文 字編輯軟體Word Pad
會員可編輯風格和樣式
投票/調查 – 可在每頁面都放到不同主題的
客製的頁面模組。下載各式各樣的客製頁面模組可以豐富您的網站
佈景主題管理員。下載佈景主題和使用它們只需要花幾秒鐘的時間
版 面設計的預覽。在上線前可先看看它們長的樣子
廣告看板管理員。可在你的網站上提供向外賺錢的方法
原文網站 / 轉載自: Terence 海平一船
這是一套開放源碼網站管理平台,以PHP及MySQL為基礎開發。具有強大的擴充功能及佈景管理系統,知名實例如保時捷 (巴西) 、古根漢美術館 、Linux基金會、Palm ,在台灣也有建興電子 、自由軟體鑄造廠、台灣國家公園 、慈濟 等…。
如果你聽過有關於內容管理系統(Content Management Systems, CMS),你一定大概知道以下的三件事:CMS是令人興奮從事生意的好方式、CMS是真正很複雜操作的、CMS也十分地令人不敢置信的貴。
Joomla(有人稱其為逐浪)是一套採用 PHP+MySQL 開發,可跨平臺運行的優秀內容管理系統(CMS)他除了具有新聞文章管理,文檔圖片管理,網站佈局設置,範本主題管理等一些基本功能之外,還可通過其開源 社區提供的上千個外掛程式進行功能擴展,這裡收集了一些對於 Joomla 主題及外掛程式模組開發非常有用的資源分享給大家。
Joomla! 是為了要改變以上的所有… Joomla!與一般的入口網站軟體的模式是大不相同的。首先,它的操作並不複雜。Joomla!是開發給大眾使用的。它的授權是基於 GNU/GPL授權 規定,很容易安裝和管理,而且也很可靠。當Joomla!開始上線或執行之後,甚至不需要使用者或管理者要熟悉HTML就可以操作它。
Joomla! 的特性:
完整的資料庫導向網站引擎
新聞、產品或服務單元完整地編輯及管理
主題單元可讓投稿者進行新增
完全可以客製化的版面,包含了左、中間、右選單區 塊
使用瀏覽器可以上傳圖片到圖片庫中,然後可以在網站的每一處使用
動態的論壇/投票/評分功能可以立即得到回應
可在Linux、FreeBSD、MacOSX 伺服器、Solaris及AIX上執行
延申性的管理 功能:
可以改變包含新聞、問答集、文章等等物件的排列順序
隨機式的新聞快報產生功能
隨 機式的作者提供文章模組,可針對新聞、文件、問答集或網站連結
物件層次分明 – 可以新增無限的單元、部門、分類和頁面
圖片庫 – 儲存所有的PNG檔、PDF檔、DOC檔、XLS檔、GIF檔和JPEG檔,方便的在線上取用
自動式的路徑尋找。放上一張 圖,Joomla!會協助修正連結
新聞聯播管理員。選擇超過360個來自全世界的新聞聯播
封存管理員。讓舊文章 到固定的存放區,而不需要刪除它們
每篇文章均有Email給朋友和友善列印的功能
附在其中的文字編輯器,類似文 字編輯軟體Word Pad
會員可編輯風格和樣式
投票/調查 – 可在每頁面都放到不同主題的
客製的頁面模組。下載各式各樣的客製頁面模組可以豐富您的網站
佈景主題管理員。下載佈景主題和使用它們只需要花幾秒鐘的時間
版 面設計的預覽。在上線前可先看看它們長的樣子
廣告看板管理員。可在你的網站上提供向外賺錢的方法
原文網站 / 轉載自: Terence 海平一船
FB_ad_couponcodes_1.3.1
FB_aec_0.12.6.2rev2591
FB_app_book_pro_1.4.5
FB_cb_awd_wall_1.5.3
FB_community-polls_1.5.9(2)
FB_community-polls_1.5.9
FB_facebook_toolbar_1.0.0
FB_flippingbook_1.5.10_nulled__addons
FB_gsuite_1.0(2)
FB_gsuite_1.0
FB_jbolo_2.7.2
FB_jdonation_2.6.1
FB_jmylife_pro1.0.12
FB_jomsocialmigrator_1.0
FB_joomisp_1.0rc2
FB_joomla_vb_integration_2.0.8
FB_joomsef_3.6.2_1_
FB_js_1.6.288_nulled
FB_js_awd_wall_pro_1.6
FB_js_geommunity_1.2
FB_moofaq_1.5.5
FB_oce_membership_4.3.09_build16022010_1_
FB_oce_webmail_2.0.00.build.08402010
FB_pj_multi_rotator_1.2.9
FB_pj_smart_flash_header_1.1.8
FB_pro_ultra_spinner_1.1.1
FB_zoo_2.0_final_app_bundle
joomla繁體中文模組下載