joomla
Posted on September 30th, 2014
[Installation Reference]
- 系統環境需求: http://www.joomla.org.tw/index.php/tutorial/install-manage/requirement
- http://ephrain.pixnet.net/blog/post/46985252-%5Bjoomla%5D-%E5%88%9D%E5%AD%B8%E5%AE%89%E8%A3%9D-joomla!-2.5.7
- http://joomla.cyut.edu.tw/index.php/download
- http://www.raidenhttpd.com/manual/cht-joomla.html
- VM: http://host.waterworld.tw/qa/software-qa-joomla.php
- Full install: http://blog.xuite.net/tolarku/blog/55481361-Joomla+%E7%B0%A1%E6%98%93%E5%AE%89%E8%A3%9D%E8%88%87%E9%8C%AF%E8%AA%A4%E6%8E%92%E9%99%A4
- http://blog.winwu.today/2013/08/joomla-3xx.html
- http://blog.soft.idv.tw/?p=1257
- XAMPP: https://www.apachefriends.org/download.html
http://www.orztw.com/2014/06/xampp-install-on-windows.html - After installing XAMPP, start the services. (Apache,MySQL, Tomcat)
- http://localhost/xampp/index.php
Check the statu , if the services are running. - To set the security for MySQL, XAMPP http://localhost/security/xamppsecurity.php
http://duckycool.pixnet.net/blog/post/138688573-%E8%87%AA%E5%B7%B1%E7%8E%A9%E6%9E%B6%E7%AB%99---xampp - Download the joolma full package : http://www.joomla.org/download.html#j3
- http://blog.winwu.today/2013/08/joomla-3xx.html
- Stuck in database installation : http://www.smartaddons.com/blog/item/1035-joomla-quickstart-package-installation-problems-and-solutions
Open file php.ini in C:\xampp\php\php.ini
Note: Stop Apache server before doing any modifications and start it again after saving these modifications.
Tip 1: Turn off "display errors"
In php.ini, find line "display_errors=On" replace with "display_errors=Off"
Tip 2: Increase execution time in php.ini
Find line "max_execution_time=30" change to "max_execution_time=3000"
Tip 3: Increase memory limit
Increase "memory_limit=128M" to "memory_limit=256M"
- Mobile joolma: http://www.mobilejoomla.com/
Templeate: http://www.mobilejoomla.com/templates.html - Template: http://extensions.joomla.org/extensions/mobile/mobile-display/24779
- 讓CMS的網頁手機版圖片不超出瀏覽界面: http://enyinfo.blogspot.tw/2012/08/cms.html
- CMS: http://www.taki.com.tw/blog/joomla3/
[Modules]
- http://www.joomla-specialist.net/
- http://extensions.joomla.org/extensions/mobile/mobile-display
- http://extensions.joomla.org/
[Blog]
- Joomla! Module 模組開發範本: http://lab.asika.tw/joomla/modules/10-joomla-module-example.html
- JOOMLA! 開發相關教學資源: http://ilovejoomla.tw/index.php/knowledge/joomla-application/development/50-joomla-related-to-the-development-of-teaching-resources.html
- 如何開發一個Joomla1.5模組-1 : http://cave-gvee.blogspot.tw/2010/09/how-to-create-joomla15-module.html
- Joomla 程式設計: http://wang.mis.au.edu.tw/index.php/component/flexicontent/8-2013-03-12-06-32-58/28-10002-joomla-3all
- http://www.joomla.org.tw/index.php/tutorial/install-manage/requirement
- Joolma Taiwain : http://www.joomla.org.tw/
- http://joomla123.com.tw/afu/2009-03-03-14-02-20.html
- http://missmarket.pixnet.net/blog/post/30785051-%E8%87%AA%E5%B7%B1%E6%9E%B6%E7%B6%B2%E7%AB%99-joomla%3A-%E8%AA%8D%E8%AD%98%E9%81%B8%E5%96%AEmenu%E3%80%81%E6%A8%A1%E7%B5%84module
[Create a module]
- Creating a simple module/Developing a Basic Module: http://docs.joomla.org/J3.x:Creating_a_simple_module/Developing_a_Basic_Module
- http://163.13.181.116/icts/modules/newbb/viewtopic.php?topic_id=367
[DB connection]
- Creating a simple module/Using the Database: http://docs.joomla.org/J2.5:Creating_a_simple_module/Using_the_Database
- http://www.phpeveryday.com/articles/Joomla-Module-Using-Helper-Part-5--P82.html
- http://www.pluginvalley.com/tutorials/joomla-tutorials/95-how-to-access-your-joomla-database-in-an-extension.html
- http://stackoverflow.com/questions/21856750/joomla-3-2-module-helper-php
- Joomla module build. Dropdown list with database connection: http://stackoverflow.com/questions/14841209/joomla-module-build-dropdown-list-with-database-connection
- Query DB without prefix : http://docs.joomla.org/Database_Table_Prefix
developers need to use the string #__ to represent the prefix. - Get data from DB : http://docs.joomla.org/J1.5:Accessing_the_database_using_JDatabase
- insert into : http://stackoverflow.com/questions/21023420/access-joomlas-helpers-from-outside-php-file
- http://www.siteground.com/joomla-templates.htm
- Swtiching template : http://docs.joomla.org/J3.x:Switching_templates
[Modules]
- http://cocoate.com/zh-hans
- http://www.open-open.com/doc/view/10e90f9d1f854a4b9e30554b9ce133b4
- http://www.joomla178.com/joomla-share/joomla-templates-tutorials.html
- http://www.joomla178.com/joomla-share/joomla-templates-tutorials/387-joomla-templates-tutorials-creat-a-simple-template.html
- Creating a simple module/Developing a Basic Module: http://docs.joomla.org/J2.5:Creating_a_simple_module/Developing_a_Basic_Module
- Creating Hello World Module: http://tutsforu.com/creating-basic-hello-world-module.html
- Joomla 2.5 hello world module development: http://stackoverflow.com/questions/11833815/joomla-2-5-hello-world-module-development
- Get user id : http://docs.joomla.org/Accessing_the_current_user_object
http://forum.joomla.org/viewtopic.php?f=304&t=282043 - Extensions Module Manager: http://docs.joomla.org/Help33:Extensions_Module_Manager
- Joomla Admin Password Reset via Database : http://www.pluginvalley.com/tutorials/joomla-tutorials/93-joomla-admin-password-reset-via-database.html
http://kb.siteground.com/how_to_reset_my_joomla_administrator_password/ - MD5(123456) = e10adc3949ba59abbe56e057f20f883e
- Developing a MVC Component/Developing a Basic Component: http://docs.joomla.org/J3.x:Developing_a_MVC_Component/Developing_a_Basic_Component
- Creating a Hello World Joomla 3 Component: http://www.inmotionhosting.com/support/edu/joomla-3/create-component/helloworld
- src : https://github.com/joomla/Joomla-3.2-Hello-World-Component
[Position]
- Module Position: http://docs.joomla.org/Module_Position
[ebook]
- The Art of joolma: http://learn.theartofjoomla.com/building-components.html
[config]