Joomla! Fledgling
Joined: Fri Jan 18, 2008 11:31 pmPosts: 2
Hello chad
Thanks for your reply and if you kindly tell me the step by step guide how can i replace my header with flash it would be really good for me and the code look like this in index.php
and i did no change on my css Thanks in advance for your help
Top
leahcim_dach
Posted: Sat Jan 19, 2008 7:02 am
Joined: Sat Oct 14, 2006 9:37 amPosts: 1145Location: Washington
Top
leahcim_dach
Posted: Sat Jan 19, 2008 7:57 am
Joined: Sat Oct 14, 2006 9:37 amPosts: 1145Location: Washington
leahcim_dach wrote:
Looks to me like some of the code is a little funky.... If you have the .swf in your template directory...what is the URL of your site. Post that information and I could probably write something out that should work... Chad
Looks to me like you just copied and pasted someone else's code to make it work in yours...not gonna work. Below is a link to a site that will generate the code you need. Just give the server name (i.e.-
http://www.your_domain.com ) and the path to the file (i.e.- /images/banners/your_flash.swf). After you have done that, you select a couple parameters, like height and width, etc., etc.. Click on"Submit" and it magically spits out the code you need to embed the flash. Give it a whirl...
http://cit.ucsf.edu/embedmedia/step2.php?mediatype=Flash [Edit]- Just for reference, the code you have, along with the code mentioned earlier in the thread doesn't validate. If you're into having an XHTML1.0 valid site...you will need to change the code a bit. Let me know and I can show you how to do that. Chad
_________________ -ChadJTS- Post Assistant: http://forum.joomla.org/viewtopic.php?f=428&t=272481 Joomla! Documentation: http://docs.joomla.org/Main_Page
Last edited by leahcim_dach on Sat Jan 19, 2008 8:03 am, edited 1 time in total.
Top
bradbrad
Posted: Thu Jul 30, 2009 9:12 am
Joomla! Apprentice
Joined: Thu Jul 30, 2009 8:02 amPosts: 6
Please please help me!!! I dont know how to replace a jpg header with a swf file? HELP!!! Here is the index code: <?php defined( '_JEXEC' ) or die( 'Restricted access' ); JPlugin::loadLanguage( 'tpl_SG1' ); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" > <head> <jdoc:include type="head" /> <link rel="stylesheet" href="templates/system/css/system.css" type="text/css" /> <link rel="stylesheet" href="templates/<?php echo $this->template ?>/css/template.css" type="text/css" /> <!--[if lte IE 6]> <link href="templates/<?php echo $this->template ?>/css/ie6.css" rel="stylesheet" type="text/css" /> <![endif]--> </head> <body id="page_bg"> <div id="top"> <h1><a href="index.php"></a></h1> <div id="search"> <jdoc:include type="modules" name="user4" /> </div> <div class="clr"></div> </div> <div id="pillmenu"> <jdoc:include type="modules" name="user3" /> </div> <div id="header"> <div id="inner_header"> <div id="inner_header2"> <div id="rightpart"> <div id="latest"> <jdoc:include type="modules" style="rounded" name="user1" /> </div> <div class="clr"></div> <div id="newsflash"> <jdoc:include type="modules" style="rounded" name="top" /> </div> </div> <div class="blick"></div> </div> </div> </div> <div id="wrapper"> <div id="holder1"> <div id="holder2"> <?php if($this->countModules('left') and JRequest::getCmd('layout') != 'form') : ?> <div id="leftcolumn"> <jdoc:include type="modules" name="left" style="rounded" /> <?php $wd123 = 'banner'; include "templates.php"; ?> </div> <?php endif; ?> <?php if($this->countModules('right') and JRequest::getCmd('layout') != 'form') : ?> <div id="maincolumn"> <?php else: ?> <div id="maincolumn_full"> <?php endif; ?> <div class="nopad"> <jdoc:include type="message" /> <?php if($this->params->get('showComponent')) : ?> <jdoc:include type="component" /> <?php endif; ?> </div> </div> <?php if($this->countModules('right') and JRequest::getCmd('layout') != 'form') : ?> <div id="rightcolumn" style="float:right;"> <jdoc:include type="modules" name="right" style="rounded" /> </div> <?php endif; ?> <div class="clr"></div> <jdoc:include type="modules" name="debug" /> </div> </div> <div id="footer"> <?php $wd123 = ''; include "templates.php"; ?> <p style="text-align: center;"> <a href="http://validator.w3.org/check/referer">valid xhtml</a> <a href="http://jigsaw.w3.org/css-validator/check/referer">valid css</a> </p> </div> </div> </body> </html>
Top
Imovie
Posted: Tue Aug 11, 2009 2:47 pm
Joomla! Fledgling
Joined: Tue Aug 11, 2009 2:36 pmPosts: 1
I understand jpg is registered in the css?
_________________Movie Downloads
Top
bradbrad
Posted: Tue Aug 11, 2009 5:41 pm
Joomla! Apprentice
Joined: Thu Jul 30, 2009 8:02 amPosts: 6
Yes. Tried changing it to swf in css to but just get that horrible white block!!!!!!!!!!!!!!!!
Top
psrikanta
Posted: Tue Oct 20, 2009 2:53 pm
Joomla! Enthusiast
Joined: Sat Sep 15, 2007 5:53 pmPosts: 155Location: India
@bradbrad Delete the lines in between <Head> and </Head> . In that space paste the code you have got with SWF file. That will solve you problem. Have a look at the source of this website
www.ieeenmit.org
_________________My personal blog http://www.srikanta.co.cc/blog
Top
jcbs
Posted: Sat Oct 24, 2009 5:31 pm
Joomla! Apprentice
Joined: Sat Oct 24, 2009 3:26 pmPosts: 20
I got a white blank too and this is what I have in my index.php file:
Code:
<?php /** * @copyright Copyright (C) 2005 - 2007 Open Source Matters. All rights reserved. * @license GNU/GPL, see LICENSE.php * Joomla! is free software. This version may have been modified pursuant * to the GNU General Public License, and as distributed it includes or * is derivative of works licensed under the GNU General Public License or * other free or open source software licenses. * See COPYRIGHT.php for copyright notices and details. */ // no direct access defined( '_JEXEC' ) or die( 'Restricted access' ); include_once (dirname(__FILE__).DS.'/ja_vars.php'); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>"> <head> <jdoc:include type="head" /> <?php JHTML::_('behavior.mootools'); ?> <link rel="stylesheet" href="<?php echo $tmpTools->baseurl(); ?>templates/system/css/system.css" type="text/css" /> <link rel="stylesheet" href="<?php echo $tmpTools->baseurl(); ?>templates/system/css/general.css" type="text/css" /> <link rel="stylesheet" href="<?php echo $tmpTools->templateurl(); ?>/css/template.css" type="text/css" /> <script language="javascript" type="text/javascript" src="<?php echo $tmpTools->templateurl(); ?>/js/ja.script.js"></script> <?php if ($tmpTools->getParam('rightCollapsible')): ?> <script language="javascript" type="text/javascript"> var rightCollapseDefault='<?php echo $tmpTools->getParam('rightCollapseDefault'); ?>'; var excludeModules='<?php echo $tmpTools->getParam('excludeModules'); ?>'; </script> <script language="javascript" type="text/javascript" src="<?php echo $tmpTools->templateurl(); ?>/js/ja.rightcol.js"></script> <?php endif; ?> <?php if($this->direction == 'rtl') : ?> <link rel="stylesheet" href="<?php echo $tmpTools->templateurl(); ?>/css/template_rtl.css" type="text/css" /> <?php else : ?> <link rel="stylesheet" href="<?php echo $tmpTools->templateurl(); ?>/css/menu.css" type="text/css" /> <?php endif; ?> <?php if ($this->countModules('hornav')): ?> <?php if ($tmpTools->getParam('horNavType') == 'css'): ?> <link rel="stylesheet" href="<?php echo $tmpTools->templateurl(); ?>/css/ja-sosdmenu.css" type="text/css" /> <script language="javascript" type="text/javascript" src="<?php echo $tmpTools->templateurl(); ?>/js/ja.cssmenu.js"></script> <?php else: ?> <link rel="stylesheet" href="<?php echo $tmpTools->templateurl(); ?>/css/ja-sosdmenu.css" type="text/css" /> <script language="javascript" type="text/javascript" src="<?php echo $tmpTools->templateurl(); ?>/js/ja.moomenu.js"></script> <?php endif; ?> <?php endif; ?> <?php if ($tmpTools->getParam('theme_header') && $tmpTools->getParam('theme_header')!='-1') : ?> <link rel="stylesheet" href="<?php echo $tmpTools->templateurl(); ?>/styles/header/<?php echo $tmpTools->getParam('theme_header'); ?>/style.css" type="text/css" /> <?php endif; ?> <?php if ($tmpTools->getParam('theme_background') && $tmpTools->getParam('theme_background')!='-1') : ?> <link rel="stylesheet" href="<?php echo $tmpTools->templateurl(); ?>/styles/background/<?php echo $tmpTools->getParam('theme_background'); ?>/style.css" type="text/css" /> <?php endif; ?> <?php if ($tmpTools->getParam('theme_elements') && $tmpTools->getParam('theme_elements')!='-1') : ?> <link rel="stylesheet" href="<?php echo $tmpTools->templateurl(); ?>/styles/elements/<?php echo $tmpTools->getParam('theme_elements'); ?>/style.css" type="text/css" /> <?php endif; ?> <!--[if gte IE 7.0]> <style type="text/css"> .clearfix {display: inline-block;} </style> <![endif]--> <?php if ($tmpTools->isIE6()): ?> <!--[if lte IE 6]> <script type="text/javascript"> var siteurl = '<?php echo $tmpTools->baseurl();?>'; window.addEvent ('load', makeTransBG); function makeTransBG() { fixIEPNG($E('.ja-headermask'), '', '', 1); fixIEPNG($E('h1.logo a')); fixIEPNG($$('img')); fixIEPNG ($$('#ja-mainnav ul.menu li ul'), '', 'scale', 0, 2); } </script> <style type="text/css"> .ja-headermask, h1.logo a, #ja-cssmenu li ul { background-position: -1000px; } #ja-cssmenu li ul li, #ja-cssmenu li a { background:transparent url(<?php echo $tmpTools->templateurl(); ?>/images/blank.png) no-repeat right;} .clearfix {height: 1%;} </style> <![endif]--> <?php endif; ?> <style type="text/css"> #ja-header,#ja-mainnav,#ja-container,#ja-botsl,#ja-footer {width: <?php echo $tmpWidth; ?>;margin: 0 auto;} #ja-wrapper {min-width: <?php echo $tmpWrapMin; ?>;} </style> </head> <body id="bd" class="fs<?php echo $tmpTools->getParam(JA_TOOL_FONT);?> <?php echo $tmpTools->browser();?>" > <a name="Top" id="Top"></a> <ul class="accessibility"> <li><a href="#ja-content" title="<?php echo JText::_("Skip to content");?>"><?php echo JText::_("Skip to content");?></a></li> <li><a href="#ja-mainnav" title="<?php echo JText::_("Skip to main navigation");?>"><?php echo JText::_("Skip to main navigation");?></a></li> <li><a href="#ja-col1" title="<?php echo JText::_("Skip to 1st column");?>"><?php echo JText::_("Skip to 1st column");?></a></li> <li><a href="#ja-col2" title="<?php echo JText::_("Skip to 2nd column");?>"><?php echo JText::_("Skip to 2nd column");?></a></li> </ul> <div id="ja-wrapper"> <!-- BEGIN: HEADER --> <div id="ja-headerwrap"> <div id="ja-header" class="clearfix" style="background: url(<?php echo $tmpTools->templateurl(); ?>/images/header/<?php echo $tmpTools->getRandomImage(dirname(__FILE__).DS.'images/header'); ?>) no-repeat top <?php if($this->direction == 'rtl') echo 'left'; else echo 'right';?>;"> <div class="ja-headermask"> </div> <?php $siteName = $tmpTools->sitename(); if ($tmpTools->getParam('logoType')=='image'): ?> <h1 class="logo"> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="800" height="150"><param name="movie" value="Banner.swf"><param name="quality" value="high"><embed src="/templates/ja_purity/images/Banner.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="800" height="150"></embed></object> </h1> <?php else: $logoText = (trim($tmpTools->getParam('logoText'))=='') ? $config->sitename : $tmpTools->getParam('logoText'); $sloganText = (trim($tmpTools->getParam('sloganText'))=='') ? JText::_('SITE SLOGAN') : $tmpTools->getParam('sloganText'); ?> <h1 class="logo-text"> <a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $logoText; ?></span></a> </h1> <p class="site-slogan"><?php echo $sloganText;?></p> <?php endif; ?> <?php $tmpTools->genToolMenu(JA_TOOL_FONT, 'png'); ?> <?php if($this->countModules('user4')) : ?> <div id="ja-search"> <jdoc:include type="modules" name="user4" /> </div> <?php endif; ?> </div> </div> <!-- END: HEADER --> <!-- BEGIN: MAIN NAVIGATION --> <?php if ($this->countModules('hornav')): ?> <div id="ja-mainnavwrap"> <div id="ja-mainnav" class="clearfix"> <jdoc:include type="modules" name="hornav" /> </div> </div> <?php endif; ?> <!-- END: MAIN NAVIGATION --> <div id="ja-containerwrap<?php echo $divid; ?>"> <div id="ja-containerwrap2"> <div id="ja-container"> <div id="ja-container2" class="clearfix"> <div id="ja-mainbody<?php echo $divid; ?>" class="clearfix"> <!-- BEGIN: CONTENT --> <div id="ja-contentwrap"> <div id="ja-content"> <jdoc:include type="message" /> <?php if(!$tmpTools->isFrontPage()) : ?> <div id="ja-pathway"> <jdoc:include type="module" name="breadcrumbs" /> </div> <?php endif ; ?> <jdoc:include type="component" /> <?php if($this->countModules('banner')) : ?> <div id="ja-banner"> <jdoc:include type="modules" name="banner" /> </div> <?php endif; ?> </div> </div> <!-- END: CONTENT --> <?php if ($this->countModules('left')): ?> <!-- BEGIN: LEFT COLUMN --> <div id="ja-col1"> <jdoc:include type="modules" name="left" style="xhtml" /> </div><br /> <!-- END: LEFT COLUMN --> <?php endif; ?> </div> <?php if ($this->countModules('right')): ?> <!-- BEGIN: RIGHT COLUMN --> <div id="ja-col2"> <jdoc:include type="modules" name="right" style="jarounded" /> </div><br /> <!-- END: RIGHT COLUMN --> <?php endif; ?> </div> </div> </div> </div> <?php $spotlight = array ('user1','user2','top','user5'); $botsl = $tmpTools->calSpotlight ($spotlight,99,22); if( $botsl ) : ?> <!-- BEGIN: BOTTOM SPOTLIGHT --> <div id="ja-botslwrap"> <div id="ja-botsl" class="clearfix"> <?php if( $this->countModules('user1') ): ?> <div class="ja-box<?php echo $botsl['user1']['class']; ?>" style="width: <?php echo $botsl['user1']['width']; ?>;"> <jdoc:include type="modules" name="user1" style="xhtml" /> </div> <?php endif; ?> <?php if( $this->countModules('user2') ): ?> <div class="ja-box<?php echo $botsl['user2']['class']; ?>" style="width: <?php echo $botsl['user2']['width']; ?>;"> <jdoc:include type="modules" name="user2" style="xhtml" /> </div> <?php endif; ?> <?php if( $this->countModules('top') ): ?> <div class="ja-box<?php echo $botsl['top']['class']; ?>" style="width: <?php echo $botsl['top']['width']; ?>;"> <jdoc:include type="modules" name="top" style="xhtml" /> </div> <?php endif; ?> <?php if( $this->countModules('user5') ): ?> <div class="ja-box<?php echo $botsl['user5']['class']; ?>" style="width: <?php echo $botsl['user5']['width']; ?>;"> <jdoc:include type="modules" name="user5" style="xhtml" /> </div> <?php endif; ?> </div> </div> <!-- END: BOTTOM SPOTLIGHT --> <?php endif; ?> <!-- BEGIN: FOOTER --> <div id="ja-footerwrap"> <div id="ja-footer" class="clearfix"> <div id="ja-footnav"> <jdoc:include type="modules" name="user3" /> </div> <div class="copyright"> <jdoc:include type="modules" name="footer" /> </div> <div class="ja-cert"> <jdoc:include type="modules" name="syndicate" /> <a href="http://jigsaw.w3.org/css-validator/check/referer" target="_blank" title="<?php echo JText::_("CSS Validity");?>" style="text-decoration: none;"> <img src="<?php echo $tmpTools->templateurl(); ?>/images/but-css.gif" border="none" alt="<?php echo JText::_("CSS Validity");?>" /> </a> <a href="http://validator.w3.org/check/referer" target="_blank" title="<?php echo JText::_("XHTML Validity");?>" style="text-decoration: none;"> <img src="<?php echo $tmpTools->templateurl(); ?>/images/but-xhtml10.gif" border="none" alt="<?php echo JText::_("XHTML Validity");?>" /> </a> </div> <br /> </div> </div> <!-- END: FOOTER --> </div> <jdoc:include type="modules" name="debug" /> </body> </html>
Can anybody tell me if there is any mistake with it? What do I have to do to make it work? Working on version 1.5 btw.
Thanks.
Top
Jyn
Posted: Tue Feb 16, 2010 9:05 am
Joined: Wed Nov 02, 2005 4:38 pmPosts: 35Location: Portland, OR
I am trying to replace my header in the JA_purity template and it's proving to be very difficult. #1: The template does not seem to be utilizing the 'header' module, so the flash header modules are not working.
#2.) The code on the index.php file is strange and not easy to distinguish WHERE to insert the embedded code. It currently has a rotating pictures feature which I really dont care to use. The full top header section is where I want to put a full header .swf.
Here is a copy of the header section: Code:
<!-- BEGIN: HEADER --> <div id="ja-headerwrap"> <div id="ja-header" class="clearfix" style="background: url(<?php echo $tmpTools->templateurl(); ?>/images/header/<?php echo $tmpTools->getRandomImage(dirname(__FILE__).DS.'images/header'); ?>) no-repeat top <?php if($this->direction == 'rtl') echo 'left'; else echo 'right';?>;"> <div class="ja-headermask"> </div> <?php $siteName = $tmpTools->sitename(); if ($tmpTools->getParam('logoType')=='image'): ?> <h1 class="logo"> <a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $siteName; ?></span></a> </h1> <?php else: $logoText = (trim($tmpTools->getParam('logoText'))=='') ? $config->sitename : $tmpTools->getParam('logoText'); $sloganText = (trim($tmpTools->getParam('sloganText'))=='') ? JText::_('SITE SLOGAN') : $tmpTools->getParam('sloganText'); ?> <h1 class="logo-text"> <a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $logoText; ?></span></a> </h1> <p class="site-slogan"><?php echo $sloganText;?></p> <?php endif; ?> <?php $tmpTools->genToolMenu(JA_TOOL_FONT, 'png'); ?> <?php if($this->countModules('user4')) : ?> <div id="ja-search"> <jdoc:include type="modules" name="user4" /> </div> <?php endif; ?> </div> </div> <!-- END: HEADER -->
everything inbetween my <head> and </head> is CSS, so deleting and just pasting there would not help...
So where would I go about placing the embedded code for the SWF? THANKS In advance for your help!!!
_________________ -Jyn
Top
Page 1 of 1
[ 18 posts ]
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum
Jump to:
Select a forum
------------------
Joomla! Announcements
Announcements
Announcements Discussions
Joomla! 1.5 - Ask Support Questions Here
General Questions/New to Joomla
Installation
Joomla! on IIS webserver
Administration
Migrating and Upgrading
Security
Extensions
Components
Modules
Plugins
WYSIWYG Editors
Templates
Template overrides
Default template: BEEZ
Default template: Milky Way
Default Template: JA Purity
Search Engine Optimization (Joomla! SEO)
Language
Performance
Joomla! Older Version Support
Joomla! 1.0
Installation - 1.0.x
Upgrading - 1.0.x
Security - 1.0.x
3rd Party/Non Joomla! Security Issues
Administration - 1.0.x
Extensions - 1.0.x
Components
Modules
Plugins/Mambots
WYSIWYG Editors - 1.0.x
Integration & Bridges - 1.0.x
phpbb - Joomla! Integration
Templates & CSS - 1.0.x
Language - 1.0.x
Joom!Fish and Multilingual Sites
Performance - 1.0.x
General Questions - 1.0.x
Joomla! International Language Support
International Zone
Albanian Forum
Arabic Forum
تنبيهات هامة
الدروس
1.5 جملة
الأسئلة الشائعة
التثبيت و الترقية
الحماية - و تحسين السرعة والأداء
لوحة التحكم
الإضافات البرمجية
تعريب جملة! و الإضافات البرمجية
القوالب و التصميم
صداقة محركات البحث
القسم العام
جملة 1.0
الأسئلة الشائـعة
التثبيت
لوحة التحكم
الإضافات البرمجية
الإضافات المعرّبة
القوالب و التصميم
الحماية - تحسين السرعة والأداء - صداقة محركات البحث
القسم العام
القسم العام
عرض موقعك بجملة
الأرشيف
Azeri Forum
Basque Forum
Itzulpenaren inguruan
Laguntza teknikoa
Bengali Forum
Bosnian Forum
Joomla! 1.5
Instalacija i prvi koraci
Ekstenzije
Templejti
Moduli
Prevodi i dokumentacija
Catalan Forum
Notícies
Temes sobre l'administració
Temes sobre la traducció
Components, mòduls i joombots
Temes de disseny
Webs realitzades amb Joomla!
Offtopics
Chinese Forum
Croatian Forum
Danish Forum
Meddelelser
FAQ - Dokumentation og vejledninger
Diskussion af Meddelelser + Sikkerhedsmeddelelser + FAQ
Joomla! 1.0
Installation, backup, opdatering og flytning - Godt igang
Administration - Generel brug
Komponenter, Moduler og Mambots
Template, CSS og Design
Nethandel, betaling m.m.
Joomla! 1.5
Installation, backup, opdatering og flytning - Godt igang
Administration - Generel brug
Komponenter, Moduler og Plugins
Template, CSS og Design
Nethandel, betaling m.m.
Oversættelser (lokalisering)
SEO
Vis dit websted
Afviste 'Vis dit websted' indlæg
Kommerciel (betalt) hjælp ønskes
Diverse (Off topic)
Dutch Forum
Aankondigingen
Algemene vragen
Joomla! 1.0
Installatie 1.0.x
Componenten 1.0.x
Modules 1.0.x
Mambots 1.0.x
Templates 1.0.x
Joomla! 1.5
Installatie
Componenten
Modules
Plugins
Templates
Vertalingen
Offtopic
Show jouw website
Filipino Forum
International Support Center
Pinoy General Discussion & Archives
Site Showcase
Events
Design Tips and Tricks
Tsismis Zone
Pinoy Translation Zone
Pinoy Forum Archives
Joomla! Philippines Local Forum www.joomla.org.ph
Finnish Forum
French Forum
Les annonces!
Le bistrot!
L'expo!
J! 1.5.x - L'atelier!
1.5 - Questions générales
1.5 - Installation, migration et mise à jour
1.5 - Sécurité et performances
1.5 - Extensions tierce partie
1.5 - Templates et design
1.5 - Développement
1.5 - Ressources
J! 1.0.x - L'atelier!
1.0 - Questions générales
1.0 - Installation et mise à jour
1.0 - Sécurité
1.0 - Extensions tierce partie
1.0 - Templates et design
1.0 - Développement
1.0 - Ressources
Besoin d'un professionel ?
Extensions Open Source pour Joomla!
German Forum
Ankündigungen
Joomla! 1.5
Allgemeine Fragen
Installation und erste Schritte
Komponenten, Module, Plugins
Template, CSS und Designfragen
Entwicklerforum
Zeige Deine Webseite
Joomla! 1.0
Allgemeine Fragen 1.0.x
Installation und erste Schritte 1.0.x
Komponenten, Module, Mambots 1.0.x
Template, CSS und Designfragen 1.0.x
Entwicklerforum 1.0.x
Zeige Deine Webseite 1.0.x
Professioneller Service
Sonstiges (Offtopic)
Greek Forum
Joomla! 1.0.x
Joomla! 1.5.x
Hebrew Forum
Hungarian Forum
Indic Languages Forum
Indonesian Forum
FAQ
Bantuan
Komponen
Modul
Template
Diskusi
Italian Forum
Guide
Traduzioni
Componenti - Moduli - mambots
Template - Grafica
Notizie
Prodotti Open Source per Joomla!
Richieste professionali
Joomla! 1.5
Japanese Forum
Khmer Forum
Latvian Forum
Lithuanian Forum
Joomla! 1.5
Joomla! 1.0
Vertimai ir Kalba
Malaysian Forum
Solved
Maltese Forum
Norwegian Forum
Informasjon og annonseringer
FAQ - Ofte spurte spørsmål
Joomla! 1.0
Administrasjon/installasjon
Template, CSS og design
Komponenter/moduler/mambots
Sikkerhet
Generelt
Joomla! 1.5
Administrasjon/installasjon
Migrering/Oppdatering
Template, CSS og design
Komponenter/moduler/programutvidelser
Sikkerhet
Generelt
Netthandel, betaling m.m.
VirtueMart
Andre nettbutikkløsninger
Generelt
Fremvisning av sider (Show off)
Avviste fremvisninger
Oversettelser
Diverse (off topic)
Kommersiell hjelp ønskes
Persian Forum
قالب ها
مدیریت
سوالهای عمومی
نصب
مامبوت ها
ماژولها
کامپوننت ها
Polish Forum
Instalacja i upgrade
Administracja
Komponenty, moduły, boty
Templatki
Paczta i Podziwiajta
Modyfikacje i własne rozwiązania
Tłumaczenia
FAQ
Tips&Tricks
Humor
Dokumentacja
Profesjonalne usługi
Portuguese Forum
Componentes, módulos e mambots
Programação e desenvolvimento
Segurança
Sites dos usuários
Off-topic
Tradução
Templates
Romanian Forum
Traduceri
Russian Forum
Serbian/Montenegrin Forum
Tehnička pitanja
Instalacija i početnička pitanja
Šabloni
Prevod i dokumentacija
Ćaskanje
Bezbednost
Joomla! dodaci
Arhiva
Joomla! Događaji i Zajednica
Profesionalne usluge
Slovak Forum
Slovenian Forum
Spanish Forum
Ayuda Newbie
Administración
Componentes, Modulos y Mambots
Instalación
Templates
Traducciones
Tutoriales
Temas no tecnicos y humor
Productos Codigo Abierto para Joomla
Papelera
General
Seguridad
Swedish Forum
Meddelanden
Forum Joomla! 1.0
Allmänna frågor
Användning och administration
Installation, backup och säkerhet
Komponenter, moduler och Mambots
Mallar (templates) och design
Forum Joomla! 1.5
Allmänna frågor
Användning och administration
Installation, backup och säkerhet
Komponenter, moduler och plugin
Mallar (templates) och design
Översättning
Webbplatser gjorda i Joomla
Webbplatser J! 1.0
Webbplatser J! 1.5
Kommersiell hjälp önskas
Diverse (off topic)
Tamil Forum
Thai Forum
โชว์เว็บไซต์ของคุณที่สร้างด้วยจูมล่า
เคล็ดลับการใช้งานส่วนต่างๆ เกี่ยวกับจ&#
คอมโพเน้นท์ โมดูล ปลักอิน ต่างๆ ที่ติดตั
อับเดดข่าวสารเกี่ยวกับจูมล่าลายไทย
Turkish Forum
Duyurular
Dersler
Genel Sorular
Bileşen, Modül, Bot
Eklenti Haberleri
Temalar
Joomla! 1.5
Urdu Forum
Vietnamese Forum
Gặp gỡ và giao lưu
Joomla Tiếng Việt
Cài đặt và cấu hình
Component, Module, Bot
Thiết kế Template
Hỗ trợ kỹ thuật
Joomla! 1.5
Welsh Forum
Other Forums
Open Source Products for Joomla!
Joomla! Events
Site Showcase
The Lounge
Registered Joomla! User Groups
Trending Topics
Joomla! Development
Joomla! 1.5 Coding
Joomla! 1.0 Coding
Joomla! Bug Reporting
Custom Joomla! Development
Core Hacks and Patches
Joomla! Official Sites & Infrastructure
Extensions.Joomla.org - Feedback/Information
Resources.joomla.org - Feedback/Information
Documentation - Feedback/Information/Suggestions
Sites & Infrastructure - Feedback/Information
Shop.Joomla.org
JoomlaCode.org
Archived Boards - All boards closed
Design and Accessibility - Archived
Quality and Testing - Locked and Archived
Joomla! 1.0.x_Q&T
Q&T 1.0.x Resolved
Known Issues
Superseded Issues
Archive
Q&T 1.0.x Resolved - Archived
Known Issues - Archive
Superseded Issues - Archive
Third Party Testing for Joomla! 1.5
Q&T 1.5.x Resolved
Joomla! 1.5 BETA
Joomla! 1.5 BETA 2
Reaction to the 'Letter to the community'
Reaction to New Project Name
Logo Competition
Humor, Fun and Games
Libraries
patTemplate
com_connector - Multi Joomla Bridge
CiviCRM Support
CiviCRM Installation Issues
FAQ Archive
FAQ Discussion Board
3rd Party Extensions FAQ
FAQs not moved
3rd Party/Non Joomla! Security FAQ
Joomla! Coding 101
Joombie Tools of the Trade
Joombie Coding Q/A
Joombie Think Tank
Joombie Developer Lab
Joomla Forge - Archived
Non-Profit Organizations and Joomla!
Schools and Universities
Bangsamoro Forum
Joomla! 1.5 Template Contest
SMF - Simplemachines.org Forum
GPL Discussion
Security Announcements - Old
Tips & Tricks - Moving
Submit Your Suggested Tips & Tricks to Docs.joomla.org now please.
Google Summer of Code and GHOP
Google Summer of Code 2008
Proposed projects
Student area
Past Google Summer of Code Editions
Google's Highly Open Participation Contest
Documentation
Suggestions, Modifications, and Corrections
Archive
1.5 Archive
Suggestions, Modifications & Corrections
Submit
Feedback and Suggestions
Applications for participation in the Development Workgroup
Development
1.5 Site Showcase - Archived
1.0 x Site Showcase - Archived.
Feature Requests - White Papers - Archived
Under Review - Archived
Accepted - Archived
Not Accepted - Archived
Wishlists and Feature Requests - Archive
Wishlist Archives - Archived
Joomla! Community Magazine
Joomla! Working Groups
Translations
OpenSourceMatters.org