目前分類:joomla (49)

瀏覽方式: 標題列表 簡短摘要

http://www.joomla.org.tw/

講解內容主要以joomla平台為主結合客戶需求 再做一個平衡

需要改非常多的原始碼及部分joomla二次開發

絕非使用套版

保證為原創設計

歡迎各界同行一起討論BUG 及不知名的錯誤問題

也希望台灣joomla 同好 能多聯絡~分享共同經驗 

一起加入這個大家庭,讓台灣joomla在世界上的能見度提高!!!~

加油!!^ ^

 

文章標籤

拓界行銷-ajlin 發表在 痞客邦 留言(0) 人氣()

AllVideo 影像檔案插入手冊

 各種影音檔標籤語法

影像格式

影像需存放的實際路徑

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整理製作

文章標籤

拓界行銷-ajlin 發表在 痞客邦 留言(0) 人氣()

joomla建置步驟說明

拓界行銷-ajlin 發表在 痞客邦 留言(0) 人氣()

轉載自Joomla!之門
作者:白健鵬

修改默認的jos_ 數據表前綴

Joomla!之門的《Joomla! 1.5網站防黑9條戒律》這篇文章中也強調要修改默認的數據表前綴,在Joomla!安裝過程中進行數據表前綴的設置當然很容易,但文章沒有說明“對於已經建成的網站,如何修改數據表前綴”。今天介紹一下這個方法:

  1. 以管理員身份登錄到Joomla! 後台;
  2. 進入“全局設置”(global configuration),找到“數據庫”標籤頁,修改原來的數據表前綴jos_ 為新的前綴(例如:fdasqw_),然後點擊“保存”;
  3. 通過phpMyAdmin 訪問你的網站數據庫;
  4. 點擊“導出”(export)標籤頁,所有參數保持默認值,直接點擊“執行”按鈕。導出過程可能需要一點時間;
  5. 導出完成後,打開得到的SQL文件,選擇全部代碼並複制,然後粘貼到文本編輯器(例如:Notepad++);
  6. 從phpMyAdmin 中選擇你數據庫中的全部數據表,刪除它們;
  7. 在Notepad++ 中,利用“查找替換”功能,將全部jos_ 字串替換為剛才設置的新前綴(fdasqw_);
  8. 完成替換後,複製全部代碼。進入phpMyAdmin,點擊SQL 標籤頁,將這些代碼粘貼到輸入框,然後點擊“執行”按鈕。

Joomla!之門提示:如果你的數據庫很大,那麼最後通過SQL方式導入的過程恐怕很難成功。對於大型數據庫文件,推薦使用BigDump工具

去掉第三方擴展的名稱及版本號

大多數安全漏洞只存在於特定擴展的特定版本中。因此,為了防止黑客根據擴展名稱及版本號來迅速尋找“肉機”,就有必要去掉網站前台顯示的第三方擴展的名稱及版本號。

有些開發人員會在後台參數中留下“是否顯示作者版權鏈接”的選項,對於這些擴展,我們選擇“否”即可;大多數第三方擴展的作者都會在前台留下一個版權鏈接,裡面含有該擴展的名稱和版本號。去掉這些hardcod 方式的版權鏈接的方法是:

假設有一個com_extension擴展,將/components/com_extension目錄複製到PC上,用Notepad++打開其中一個php文件,然後使用“在多個文件中搜索”功能(勾選“搜索子目錄”),搜索前台所顯示的那個字串,找到之後直接從源代碼中刪除即可。

Joomla!之門提示:

有些擴展的版權鏈接使用了特殊的方式嵌入,例如Artio JoomSEF,用上述方法是無法刪除的。如果你發現某個特殊版權標記無法刪除,可以到Joomla!中文論壇發帖討論。

使用SEF 友好網址組件

SEF 友好網址不僅有利於網站的搜索引擎優化(SEO),也有利於提高安全防護作用。原因是:如果不啟用SEF,則Joomla! 默認的頁面URL 中會含有第三方擴展的名稱,如網址中option=com_contact 這部分,這裡com_contact 就是“聯繫人管理”組件的名稱。

黑客當然不是通過肉眼來尋找URL裡面的擴展名稱,他們會使用Google搜索技巧中的inurl方法來快速尋找。

推薦使用Artio JoomSEF,或者sh404SEF,或者其它某個SEF組件來對Joomla!默認的動態網址進行靜態化重寫,一方面隱藏了擴展名稱,另一方面也增強了SEO效果。

使用最新版本的Joomla! 核心及擴展

經常了解一下你正在使用的Joomla! 核心和第三方擴展是否有了新版本。如果有新版,就盡快升級。一般來說,新版本總是能夠修復舊版的安全漏洞或功能bug。

Joomla!之門提示:

任何升級操作之前,請做好網站的備份工作。強烈推薦使用Akeeba Backup備份工具

給目錄及文件設置正確的權限(CHMOD)

只有當某個腳本會寫入到目錄或文件時,才將該目錄或文件的權限設置為777 或707。其它所有文件和目錄的權限都應該設置如下:

  • PHP 文件:644
  • 配置文件:666
  • 其它目錄:755

Joomla之門提示:

這裡所說的CHMOD 權限系統是Linux/*nix 服務器平台特有的功能,如果你使用的是Windows 平台服務器,就沒有這個功能。強烈建議將Joomla! 運行在Linux 服務器上。

及時刪除殘留文件

有時候你可能安裝了某個擴展之後不久又不喜歡它了,多數用戶這時會進行“取消發布”操作,而不是“卸載”。如果是“取消發布”,則該擴展的文件仍然存放在你的網站空間,如果該擴展的PHP 文件正好存在一個安全漏洞,就很可能被黑客利用。因此,當你不再需要某個第三方擴展時,立即將它徹底刪除,而不要“取消發布”。

Joomla!之門提示:

當你通過Joomla!後台卸載某些組件後,其數據表或許並未刪除。如果你確認不再需要該組件,建議通過phpMyAdmin將其數據表也徹底刪除,以免某個設計不嚴謹的數據表遭到SQL Injection劫持。

修改.htaccess 文件

用文本編輯器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

文章標籤

拓界行銷-ajlin 發表在 痞客邦 留言(0) 人氣()

1. Tabber

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

2. veevaa Multi-Module Tabs

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

3. jkefel

  • * panel (tab or slider) persistence, i.e. coming back to the same page would render with the most recently active panel as open
  • * direct addressing of panels from external pages
  • * ajax loading of panels content and are either refreshed every time the panel is visited or is fetched once only
  • * load specific modules (addressed by their ids) into a panel position
  • * recursively inclusion of panels in panels
  • * while loading external content you will be able to choose how to place fetched content: by prepending, appending or replacing to existing content
  • * and of course, you can place as many tabs and/or sliders as you want on the same page and with varying UI:s (i.e. sliders or tabs) and also with varying options
  • * all features are controlled globally from the plugin parameter setting and individual tabs are modified through their own options
  • * reuses Joomla! backend styles which can be easily modified by accessing the included css file.

4. Simple Tab and Slider Module

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 :)

5.  2J Tabs

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…).

6. jTabs

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/

7. Dinamod Tab Modules

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:

  • • Showing the tabs on top or on the bottom
  • • onClik or onMouseOver selectable tabs
  • • Auto rotating within a certain time
  • • Customizing size, border, margins and each possible color

8. IceTabs

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.

9. RokTabs

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.

  • - Tabbed Content: Display multiple content items in a tabbed enclosure.
  • - Module Position Support: You can insert module positions inside the tabs.
  • - Inbuilt Styling: Both light and dark styling for standalone support
  • - Configurability: Highly configurable from options dealing with transition, to content type and layout.

10. JooTabs

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

11. Tabs Manager GK3

An overview of Tabs Manager GK3 component key features:

  • Joomla! 1.5 Native
  • Javascript Framework Mootools
  • Option for use compressed engine script
  • New technique of assets Java Scripts files
  • New, more friendly the interface
  • Creation of tabs groups presentation
  • Custom tabs names
  • Provided with Tab GK1 module for content display
  • Support for multi language translation for components, plugins, extensions and modules
  • 3 different styles presentation (horizontal – vertical and accordion)
  • Customize user style option formatting (for advanced users)
  • Integration of WYSIWYG editor for custom XHTML content production
  • Easy administration with Modalbox effect display
  • Lightweight, modern and fast-loading design
  • Different amazing styles transitions effects
  • W3C XHTML 1.0 Transitional. W3C CSS Valid
  • Fully compatible IE7+, Firefox 2+, Flock 0.7+, Netscape, Safari, Opera 9.5, Chrome

 

文章標籤

拓界行銷-ajlin 發表在 痞客邦 留言(0) 人氣()

注意:若您是要電子商務用的請參考這篇電子商務下拉式選單

Maxi Menu CK也有出 for virtuemart 的 有需要模組的朋友再與我聯繫


許多模板都沒有下拉選單,而漂亮的選單通常都需要付費,為大家介紹一個免費的下拉式選單Maxi Menu CK for Joomla!1.6。

下列步驟將為您做詳細步驟解說。

下載檔案

joomla下拉式選單設定教學  

第一步是到此下載檔案 點擊這裡直接進入下載頁面。選擇已經閱讀條款,按下Télécharger(下載)

安裝

joomla下拉式選單設定教學  

轉到擴展 >> 擴展管理 >> 瀏覽... >> 上傳及安裝

Maxi Menu CK for Joomla!1.6

joomla下拉式選單設定教學  

轉到擴展 >> 模組管理 >> Maxi Menu CK for Joomla!1.6

設定模組

joomla下拉式選單設定教學  
  • 標題 -輸入您的標題
  • 顯示標題 -通常設置為隱藏 
  • 位置 -選擇任何模塊的位置您希望選單出現。
  • 發布時間 -設置為發布 
  • 訪問 -一般公開
joomla下拉式選單設定教學  

選擇哪些頁面要show出模組

 
  • 選單呈現 -此範例中預設在TOP的位置,您可以選擇任何一個你想出現(如主選單,客戶選單等)。 
  • 模塊ID -創建一個唯一的ID

其餘的參數,你可以配置你自己的喜好。

joomla下拉式選單設定教學  

儲存

 


Joomla 下拉式選單設定教學步驟  

下拉式選單創立成功~

Joomla 下拉式選單設定教學步驟  

文章標籤

拓界行銷-ajlin 發表在 痞客邦 留言(0) 人氣()


這是一套開放源碼網站管理平台,以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 海平一船

文章標籤

拓界行銷-ajlin 發表在 痞客邦 留言(0) 人氣()


這是一套開放源碼網站管理平台,以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 海平一船

文章標籤

拓界行銷-ajlin 發表在 痞客邦 留言(0) 人氣()


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繁體中文模組下載

文章標籤

拓界行銷-ajlin 發表在 痞客邦 留言(0) 人氣()

«123