Skip to main content

Posts

Showing posts with the label Joomla

How to embed Flash slideshow to Joomla! website

How to embed Flash slideshow to Joomla! website Joomla! is an open source free content management system (CMS) platform for publishing content on the Internet. The Joomla! System is written in the PHP programming language and uses MySQL to store information. To incorporate the PFM-created flash slideshows created into an existing Joomla! article, you should manually adding the and tags to the article you want to show the Flash slideshow. When you publish a Flash slideshow with Photo Flash Maker, the program will create several files and folders as follows: Source files of the Flash slideshow created with Photo Flash Maker Among them, the fs_aux.html provides HTML code for embedding the Flash movie (.swf file) into webpage. Step 1. Upload Flash files to the media folder of your Joomla! System You should create a folder under the media folder of your Joomla! System to store the Flash files, for example, a folder named “flash”. And then you can use the Media Manager or ...

Flash Tutorial: How to upload and embed Flash SWF file into Joomla article?

This tutorial will show you how to insert Flash SWF file to Joomla article. Step 1: Make Flash SWF file. Firstly, please make your Flash file (.swf) with Adobe Flash Studio or Flash Banner Maker software, for example Aleo Flash Intro Banner Maker at http://www.aleosoft.com . Step 2: Upload Flash SWF file to your web server. Please upload the Flash .swf file to your Joomla website, normally you'd better upload the .swf file to the subfolder " images " of Joomla website. Step 3: Insert Flash SWF file to Joomla article. In Joomla article editor, click on the place where you want to show the flash banner, then click tool button "Insert / edit embedded media". In the popup "Insert / edit embedded media" dialog, enter the information of the flash .swf file, then c...

Joomla Flash Tutorial

Joomla Flash Tutorial Adding a custom-made Flash animation created with Anim-FX to Frontpage is a snap By following these simple steps, you will be up and running in no time at all and impressing all of your visitors with your talents! First create your Flash animations in Anim-FX, and make sure the *.swf and *.txt files are in the base html directory.  Do not make the mistake of uploading them into the images or images/flash directory.  Also the flash does not work if loaded into the template directory.  Both files must be in the html directory where the index.php file is located. Then you can either copy the HTML generated by Anim-FX into the index.php file to the appropriate location or use a Joomla Flash Module.  Edit the index.php file which drives your Joomla template. Method 1: Editing the index.php for your Joomla template: Copy the follow...

Creating a joomla template

Creating a Simple Template: Step 1 To understand the contents of a template, let’s start by looking at a blank Joomla template. Template File Components This section reviews the manual process of setting up template files. Normally, you would install the template using the Joomla installer, which takes care of all these steps. When constructing your own templates, you need to set up several files and folders in a coordinated manner. A template needs to contain various files and folders. These files must be placed in the /templates/ directory of a Joomla installation, each in a folder designated for that template. If you had two templates installed called Element and Voodoo, your directory would look something like this: /templates/element   /templates/voodoo   Note that the directory name for a template must be the same as the name of the template—in this case, element and voodoo. These names are case-sensitive and shouldn’t contain spaces. Within the d...

[Virtuemart] Customize Order List - adding extra column

In this post, I am going explain on how to add an extra column in Virtuemart Administrator Order List page. (Note that, in this example, I'm going to add a new address_1 column). Getting Started. In /administrator/components/com_virtuemart/html/order.order_list.php locate this section, around line 27. Then add " address_1 " into the line, as below. //$list .= "first_name, last_name FROM #__{vm}_orders, #__{vm}_order_user_info WHERE "; // This is the modified line. $list .= "first_name, last_name, address_1 FROM #__{vm}_orders, #__{vm}_order_user_info WHERE "; After that, locate this section, as usual and note that " Address_1 " is already the added column. $columns = Array( "#" => "width=\"20\"", "<input type=\"checkbox\" name=\"toggle\" value=\"\"  onclick=\"checkAll(".$checklimit.")\" />" => "width=\"20\...

Joomla Interview Questions

What is Joomla Joomla! is a content management system platform for publishing content on the World Wide Web and intranets as well as a Model–view–controller (MVC) Web Application Development framework. ---Joomla! came into being as the result of the fork of Mambo by the development team on August 17, 2005. ---Open Source ---Customize modules ---Built-in modules & plugins ---Develop by PHP ---MySql Support ---Admin & User Section ---User Management ---Media Manager ---Language Manager ---Banner Management & many more... What are Positions? Site templates divides the "pages" displayed on a site into a series of positions, each with a different name. You can view the location of positions in your default template from the administrator go to Site =>Preview=>Inline with Positions. You can annotate your positions through the administrator (backend). Go to Site=>Template Manage=>Module Positions. You can add or remove positions by...

Joomla 1.5

If you want to develop components for 1.5 then this might be a good reference: http://api.joomla.org/ Joomla! Development Wiki http://dev.joomla.org/component/option, ... Itemid,32/ MVC tutorial: http://joomlaequipment.com/content/view/47/74/ http://docs.joomla.org/Tutorial:Develop ... t_-_Part_1 http://docs.joomla.org/Tutorial:Develop ... ng_a_Model http://docs.joomla.org/Tutorial:Develop ... e_Database http://docs.joomla.org/Tutorial:Develop ... _Interface Entity Relationship Diagram for Joomla 1.5 viewtopic.php?f=60&t=155102#p1396381

Joomla 1.5 Module tutorials

  * http://help.joomla.org/content/view/20/125/&nbsp; (writing a simple module)     * http://help.joomla.org/content/view/775/125/ (Hello World Module 1)     * http://help.joomla.org/content/view/776/125/ (Hello World Module 2)     * http://help.joomla.org/content/view/777/125/ (Hello World Module 3)     * http://www.jlleblanc.com/content/view/13/54/ (create a simple module)         - http://www.mambohut.com/tutorials/creat ... odule.html

joomla 1.5 Component tutorials

    * http://help.joomla.org/content/view/773/125/     * http://help.joomla.org/content/view/774/125/     * http://devbay.com/content/view/15/43/     * http://www.moxleystratton.com/articles/mambocom/     * http://www.jlleblanc.com/content/view/9/54/     * http://www.jlleblanc.com/content/view/12/54/ (using Mambo's tabbed interface in the admin backend)     * http://www.jlleblanc.com/content/view/21/54/ (howto utilize WYSIWYG editors and the built-in calendar in your component)           - http://www.mambohut.com/tutorials/creat ... onent.html     - http://www.devbay.com/Articles/Mambo/Ma ... _Tutorial/     - http://www.lummie.co.uk/content/view/83/57/ (Creating an upgradeable component)     - http://www.lummie.co.uk/content/category/4/16/58/     - http://www.joomlaresource.com/Joomla_Tutorials/

Award-winning CMS Joomla .......Rocking .....Now

What is Joomla? Joomla is an award-winning content management system (CMS), which enables you to build Web sites and powerful online applications. Many aspects, including its ease-of-use and extensibility, have made Joomla the most popular Web site software available. Best of all, Joomla is an open source solution that is freely available to everyone. What are some real world examples of what Joomla! can do? Joomla is used all over the world to power Web sites of all shapes and sizes. For example: Corporate Web sites or portals Corporate intranets and extranets Online magazines, newspapers, and publications E-commerce and online reservations Government applications Small business Web sites Non-profit and organizational Web sites Community-based portals School and church Web sites Personal or family homepages