Joomla! Discussion Forums



It is currently Thu Nov 26, 2009 3:56 am (All times are UTC )

 


Forum rules

Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.



Post new topic Reply to topic  [ 28 posts ] 
Author Message
Posted: Wed Jan 16, 2008 10:49 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Wed Jan 16, 2008 7:02 pm
Posts: 15
Hello!

I'm completely new to Joomla having almost no idea about css etc...and as my web designer has no time in these days I ended here to ask question regarding web site which I'm preparing:

I don't know if this is the right place for this question but i need to replace top picture on www.sky-xs.sk (with China airlines logo) to flash animation but I don't know how. My webdesigner told me that I have to change template  :o but I don't want to do so. P.S.:I have installed flash modules into joomla. Can you please let me know how to replace header1.jpg (which is the name of the picture) to let say header1.swf?

Many thanks for your help in advance, i really appreciate it.

Martin


Top
   
 
Posted: Wed Jan 16, 2008 11:20 pm 
User avatar
Joomla! Exemplar
Joomla! Exemplar
Offline

Joined: Sun Feb 19, 2006 6:47 pm
Posts: 9587
Location: Toledo, OH
embe1000 wrote:
Hello!

I'm completely new to Joomla having almost no idea about css etc...and as my web designer has no time in these days I ended here to ask question regarding web site which I'm preparing:

I don't know if this is the right place for this question but i need to replace top picture on www.sky-xs.sk (with China airlines logo) to flash animation but I don't know how. My webdesigner told me that I have to change template  :o but I don't want to do so. P.S.:I have installed flash modules into joomla. Can you please let me know how to replace header1.jpg (which is the name of the picture) to let say header1.swf?

Many thanks for your help in advance, i really appreciate it.

Martin


It appears to me your developer is correct about needing to make some changes to the template.

_________________
I call it "Common Sense Joomla!"
Simplify your life. See "Common Sense Joomla! at http://www.harpervance.com
or follow me at: http://twitter.com/ranwilli (I tweet only about Joomla! stuff)


Top
  E-mail  
 
Posted: Wed Jan 16, 2008 11:43 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Wed Jan 16, 2008 7:02 pm
Posts: 15
ranwilli wrote:
It appears to me your developer is correct about needing to make some changes to the template.


But that's the problem...he is not able to do it within some weeks...:-(

I have some basic knowledge about joomla and how to edit index.php etc...so I would be happy if somebody helps me where and what to put/edit...


Top
   
 
Posted: Thu Jan 17, 2008 12:04 am 
User avatar
Joomla! Exemplar
Joomla! Exemplar
Offline

Joined: Sun Feb 19, 2006 6:47 pm
Posts: 9587
Location: Toledo, OH
embe1000 wrote:
ranwilli wrote:
It appears to me your developer is correct about needing to make some changes to the template.


But that's the problem...he is not able to do it within some weeks...:-(

I have some basic knowledge about joomla and how to edit index.php etc...so I would be happy if somebody helps me where and what to put/edit...


We do have a forum for template issues - moving this thread there.

_________________
I call it "Common Sense Joomla!"
Simplify your life. See "Common Sense Joomla! at http://www.harpervance.com
or follow me at: http://twitter.com/ranwilli (I tweet only about Joomla! stuff)


Top
  E-mail  
 
Posted: Thu Jan 17, 2008 2:19 am 
User avatar
Joomla! Ace
Joomla! Ace
Offline

Joined: Sat Oct 14, 2006 9:37 am
Posts: 1145
Location: Washington
The thread link below may be of interest...

http://forum.joomla.org/index.php/topic,253023.0.html


Chad

_________________
-Chad
JTS- Post Assistant: http://forum.joomla.org/viewtopic.php?f=428&t=272481
Joomla! Documentation: http://docs.joomla.org/Main_Page


Top
  E-mail  
 
Posted: Thu Jan 17, 2008 8:25 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Wed Jan 16, 2008 7:02 pm
Posts: 15
leahcim_dach wrote:
The thread link below may be of interest...
http://forum.joomla.org/index.php/topic,253023.0.html

Chad

[code
Thanks Chad, the problem is where exactly I have to put this code (of course code which suits to my flash...) because I don't want to replace a logo which should be on the left top corner but picture which name is header1.jpg. Here is my index.php:

Code:
";*/
global $ja_color_themes, $ja_header_images, $ja_width_default, $ja_color_default, $ja_font_size_default, $ja_tool, $ja_menutype, $ja_template_path, $ja_template_absolute_path, $ja_headerimg, $ja_color, $ja_width, $ja_font_size, $ja_template_name;
global $jaMainmenuLastItemActive;
$jaMainmenuLastItemActive = false;

$ja_template_name = 'ja_mageia';

# BEGIN: TEMPLATE CONFIGURATIONS ##########
####################################
#support extra color themes
$ja_color_themes = array('default','red','orange','cyan'); // You can add more color array if needed
$ja_header_images_wide = array ('header1.jpg','header2.jpg','header3.jpg','header4.jpg','header5.jpg');
$ja_header_images_narrow = array ('header1-n.jpg','header2-n.jpg','header3-n.jpg','header4-n.jpg','header5-n.jpg');
####################################
# Change the width of the template
$ja_width_default = 'wide'; // 'narrow': 800x600; 'wide': 1024x768
# default color
$ja_color_default = 'default'; //blank for default, else pick one of in extra color themes $ja_color_themes
#font size default
$ja_font_size_default = 3;
# Enable users option
$ja_tool = 0; // 0: 0: disable all; 1: Screen tool; 2: font tool; 3: screen + font; 4: color tool; 5: screen + color; 6: font + color; 7: all;
# Choose your prefer Menu Type
$ja_menutype = 4; // 1: Split Menu; 2: Son of Suckerfish Dropdown Menu; 3: Transmenu; 4: Moomenu
# END: TEMPLATE CONFIGURATIONS ##########

# Define the template path ##########
$ja_template_path = $mosConfig_live_site.'/templates/'.$ja_template_name;
$ja_template_absolute_path = $mosConfig_absolute_path.'/templates/'.$ja_template_name;
include ($ja_template_absolute_path."/ja_templatetools.php");

$topnav = "";
$subnav = "";
if ($ja_menutype == 1) {
   require($ja_template_absolute_path."/ja_splitmenu.php");
   $subnav = $jasplmenu->hasSubMenu (1);
}

# Auto Collapse Divs Functions ##########
$ja_left = mosCountModules('left') || ($ja_menutype == 1 && $jasplmenu->hasSubMenu (2));
$ja_right = mosCountModules('right');

if ( $ja_left && $ja_right ) {
   $divid = '';
   } elseif ( $ja_left ) {
   $divid = '-fr';
   } elseif ( $ja_right ) {
   $divid = '-fl';
   } else {
   $divid = '-f';
}

$curidx = getCurrentMenuIndex();
if ($curidx) $curidx--;
$ja_header_img = 'header.jpg';
$ja_header_images = ($ja_width=='narrow')? $ja_header_images_narrow:$ja_header_images_wide;
if (count($ja_header_images)) {
   $curidx = $curidx % count($ja_header_images);
   $ja_header_img = $ja_header_images[$curidx];
}
$msie='/msie\s(5\.[5-9]|[6]\.[0-9]*).*(win)/i';
$supported_browsers = !isset($_SERVER['HTTP_USER_AGENT']) ||
   !preg_match($msie,$_SERVER['HTTP_USER_AGENT']) ||
   preg_match('/opera/i',$_SERVER['HTTP_USER_AGENT']);
?>
" />
/css/template_css.css" rel="stylesheet" type="text/css" />
/scripts/ja.script.js">
id ) { initEditor(); } ?>
.clearfix {height: 1%;}
#ja-pathwaywrap {
   background: none;
   filter:   progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/opaque-.png',sizingMethod='scale');
}
.clearfix {display: inline-block;}
/css/colors/.css" rel="stylesheet" type="text/css" />
">
   #ja-content" title="Skip to content">Skip to content
   #ja-mainnav" title="">Skip to main navigation
   #ja-col1" title="">Skip to 1st column
   #ja-col2" title="">Skip to 2nd column
     genMenu (0);        
           break;
           case 2:
         case 4:
              include($ja_template_absolute_path."/ja_cssmenu.php");
           break;
           case 3:
              echo "";
              include($ja_template_absolute_path."/ja_transmenu.php");
              echo "";
           break;
        }
     ?>
) no-repeat top right;"> 
">
      ">
tyle="width: ;">       
           " style="width: ;">   
         hasSubMenu (1)) {
            echo '';
            echo ''.$jasplmenu->getParentText (1).' Menu';
            $jasplmenu->genMenu (1);
            echo '';
         } ?>
       #Top" title="Go to top" style="text-decoration: none;">/images/top.gif" title="Goto top" alt="Goto top" />


Last edited by embe1000 on Thu Jan 17, 2008 8:28 am, edited 1 time in total.

Top
   
 
Posted: Thu Jan 17, 2008 9:20 am 
User avatar
Joomla! Ace
Joomla! Ace
Offline

Joined: Sat Oct 14, 2006 9:37 am
Posts: 1145
Location: Washington
There are a couple different ways to go about this. Do you already have the .swf created and want to drop it right in that spot or are you looking to create a module position for the flash module you mentioned earlier?


Chad

_________________
-Chad
JTS- 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 Thu Jan 17, 2008 10:00 am, edited 1 time in total.

Top
  E-mail  
 
Posted: Thu Jan 17, 2008 2:52 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Wed Jan 16, 2008 7:02 pm
Posts: 15
leahcim_dach wrote:
There are a couple different ways to go about this. Do you already have the .swf created and want to drop it right in that spot or are you looking to create a module position for the flash module you mentioned earlier?


Chad


Hi Chad, I have already .swf file and I only want to replce that China Airlines image with this swf...


Top
   
 
Posted: Thu Jan 17, 2008 7:14 pm 
User avatar
Joomla! Ace
Joomla! Ace
Offline

Joined: Sat Oct 14, 2006 9:37 am
Posts: 1145
Location: Washington
If your .swf is the same dimensions, you could do something like the following...
Code:
[b]
[/b]


With that modification it will look in your template directory for the .swf. If you place the .swf in joomla_root/templates/ja_mageia/images/header/default it should pick it up fine. If you place it somewhere else like /images/stories/banners or something like that you will need to make the necessary changes to reflect the correct location. Make sure you make a backup of your index.php before making any changes to it.
Chad

_________________
-Chad
JTS- Post Assistant: http://forum.joomla.org/viewtopic.php?f=428&t=272481
Joomla! Documentation: http://docs.joomla.org/Main_Page


Top
  E-mail  
 
Posted: Thu Jan 17, 2008 9:08 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Wed Jan 16, 2008 7:02 pm
Posts: 15
Hi Chad,

i did it as above but the only thing which happened is that the original image dissapeared and no flash... :( I made it like this by editing index.php:
and I also tried:

bot none of these works :( swf file has the same height but it's a bit wider about 30px but this shouldn't be a problem (?)

Where I made a mistake? Tks...


Last edited by embe1000 on Thu Jan 17, 2008 9:20 pm, edited 1 time in total.

Top
   
 
Posted: Thu Jan 17, 2008 9:24 pm 
User avatar
Joomla! Ace
Joomla! Ace
Offline

Joined: Sat Oct 14, 2006 9:37 am
Posts: 1145
Location: Washington
Not a mistake on your part...the code I proposed obviously didn't work. Most likely you may need to introduce a container for the flash...then some css to position it. Something like the following...
Code:
[b]

[color=green][/color][color=red][/color][color=green][/color][/b]

[u]CSS for the banner container:[/u]

[b]#flash_banner{
float:right;
background: #000;
}[/b]

Also, use the code shown in the above mentioned thread as an example....HTH!


Chad

_________________
-Chad
JTS- Post Assistant: http://forum.joomla.org/viewtopic.php?f=428&t=272481
Joomla! Documentation: http://docs.joomla.org/Main_Page


Top
  E-mail  
 
Posted: Thu Jan 17, 2008 9:32 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Wed Jan 16, 2008 7:02 pm
Posts: 15
:-) thanks mate but this is completely out of me...really, I don't know nothing about css and also about flash code...

Isn't there a way how to do it together (me & you) because I will not make it for sure  :(

E.g. i can give you an access to ftp and also send you everything necessary etc... hm?

I'm not lazy but I'm really completely lost here...


Last edited by embe1000 on Thu Jan 17, 2008 9:54 pm, edited 1 time in total.

Top
   
 
Posted: Fri Jan 18, 2008 5:50 am 
User avatar
Joomla! Ace
Joomla! Ace
Offline

Joined: Sat Oct 14, 2006 9:37 am
Posts: 1145
Location: Washington
Well...here is what I come up with. It doesn't quite look the same as your site...for a couple reasons. The flash images pushed the darker opaque image that is in the pathway container down. I am not positive, but I believe the image cannot overlap the flash...unlike it does on your site (yours overlaps a .jpg not flash).

Another issue I ran into was getting your logo and flash image to line up. The flash you sent was slightly off dimensionally with the logo. I do not know your corporate policy about modifying the corp. logo, but I cropped it by 5px along the bottom so both the logo and flash would line up nicely. Otherwise, the flash ended up pushed down 5px, leaving a gap between the image and menu across the top. Looked rather ugly.

I also had to make some padding adjustments so the site would render in both Firefox and IE7 the same. Plus it validates XHTML1.0...so that's a bonus. I only have Firefox (Linux) at home, and Windows versions of Firefox and IE7 here at work...I could not verify with anything other than those browsers.

Anyrate, take a look and let me know what you think.

http://demo.mckissick.net


Chad

_________________
-Chad
JTS- Post Assistant: http://forum.joomla.org/viewtopic.php?f=428&t=272481
Joomla! Documentation: http://docs.joomla.org/Main_Page


Top
  E-mail  
 
Posted: Fri Jan 18, 2008 8:18 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Wed Jan 16, 2008 7:02 pm
Posts: 15
Good morning Chad,

it's great! really! I will only play with the flash itself and maybe with logo dims but that's easy...your changes to logo are not visible but I have to compare it because of mentioned corporate policy...

So finally pls send me those files back + some info what to put where (if necessary)

Mant many thanks!

Martin


Top
   
 
Posted: Fri Jan 18, 2008 8:57 am 
User avatar
Joomla! Ace
Joomla! Ace
Offline

Joined: Sat Oct 14, 2006 9:37 am
Posts: 1145
Location: Washington
1. Need to move the .swf, but that is no big deal. Take the header1.swf out of the template image directory and place it in /images/banners/, through the Media Manager.

Code:
[b]2.[/b] Make a back-up of your [i]index.php[/i] and [i]template_css.css[/i], just in case something should go south.

[b]3.[/b] Make the following changes in your [i]index.php[/i].

[u][b]Original:[/b][/u]
) no-repeat top right;">

[u][b]Replace with:[/b][/u]
[color=red]
[/color]
[b]4.[/b] You will need to make the following additions and/or changes to your style sheets. These changes are to be made to [i]template_css.css[/i].

[u][b]Original:[/b][/u]
#ja-container {
padding: 20px 0 0;
}

#ja-header {
height: 200px;
}

[u][b]Replace with:[/b][/u]
[color=red]#ja-container {
margin: 25px 0 0 0;
padding: 10px 0 0 0;
}

#ja-header {
height: 195px;
}[/color]


That should be about it...barring I have forgotten anything. I don't believe I have, though. If you rework the header1.swf, don't forget to make the necessary adjustments to the code in the index.php and template_css.css to reflect that change in dimensions. All you should have to change is the height of #ja-header, and the height and width of the flash object code in index.php. Hope it works out for you!


Chad

_________________
-Chad
JTS- Post Assistant: http://forum.joomla.org/viewtopic.php?f=428&t=272481
Joomla! Documentation: http://docs.joomla.org/Main_Page


Top
  E-mail  
 
Posted: Fri Jan 18, 2008 9:02 am 
User avatar
Joomla! Ace
Joomla! Ace
Offline

Joined: Sat Oct 14, 2006 9:37 am
Posts: 1145
Location: Washington
Oh, yeah...I think I will keep that template installed on the demo site for a couple days...at least until you have yours up and running. In case there are any issues, and I can poke sticks at the template an help you get it fixed. I will however, change the default so your template is not appearing in the Front-end. Once you have it where you want it...I will uninstall the template and delete all files associated with it. Of course, if that's alright with you.


Chad

_________________
-Chad
JTS- Post Assistant: http://forum.joomla.org/viewtopic.php?f=428&t=272481
Joomla! Documentation: http://docs.joomla.org/Main_Page


Top
  E-mail  
 
Posted: Fri Jan 18, 2008 3:45 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Wed Jan 16, 2008 7:02 pm
Posts: 15
leahcim_dach wrote:
Oh, yeah...I think I will keep that template installed on the demo site for a couple days...at least until you have yours up and running. In case there are any issues, and I can poke sticks at the template an help you get it fixed. I will however, change the default so your template is not appearing in the Front-end. Once you have it where you want it...I will uninstall the template and delete all files associated with it. Of course, if that's alright with you.


Chad


Chad, I appreciate your help so much!!!! I will try tonight or latest tomorrow, you explained it perfectly so it shouldn't be a problem...

Your posts will probably help also to other noobs like me  :)

I will let you know.

Thanks again.

Martin


Top
   
 
Posted: Fri Jan 18, 2008 10:20 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Wed Jan 16, 2008 7:02 pm
Posts: 15
leahcim_dach wrote:
Oh, yeah...I think I will keep that template installed on the demo site for a couple days...at least until you have yours up and running. In case there are any issues, and I can poke sticks at the template an help you get it fixed. I will however, change the default so your template is not appearing in the Front-end. Once you have it where you want it...I will uninstall the template and delete all files associated with it. Of course, if that's alright with you.


Chad


Okay Chad, it's now done. You can check. I have tried both 195px and also 200px height of banner because I found that each browser shows it in a different way - worst is of course explorer and especially IE7 where pics looks bad (low resolution causes damage to text especially). It was my first flash so I will now repeat whole process again - 100% quality of pictures in Photoshp and only then adjusting quality of image in flash while exporting...this need some test...
The eaqsiest way to make menu and flash in row is to edit logo by moving it's upper grey part down by some px (5 i think). So i will make some test, now I have IE7 and firefox so I can compare...

Once again thanks as you saved my life and hours of pushing of my web administrator  ;)

Martin


Top
   
 
Posted: Fri Jan 18, 2008 11:22 pm 
User avatar
Joomla! Ace
Joomla! Ace
Offline

Joined: Sat Oct 14, 2006 9:37 am
Posts: 1145
Location: Washington
Quote:
Once again thanks as you saved my life and hours of pushing of my web administrator


You're very welcome...glad I could help! Good luck with your site.  8)


Chad

_________________
-Chad
JTS- Post Assistant: http://forum.joomla.org/viewtopic.php?f=428&t=272481
Joomla! Documentation: http://docs.joomla.org/Main_Page


Top
  E-mail  
 
Posted: Mon Mar 24, 2008 12:08 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Wed Jan 16, 2008 7:02 pm
Posts: 15
Hello Chad,

it seems my troubles continue. Everything's fine with the site but the problem is flash "Header1.swf. Because it's still bigger and bigger I put a very simple preloader to this swf file. Normally it works perfectly but not in IE6 nor IE7. In Firefox everything's fine. Any idea where the problems is? I spent 2 days with it but unfortunately didn't solve it :-(

Here is a link again: http://www.sky-xs.sk

Please help...

Thanks


Top
   
 
Posted: Mon Mar 24, 2008 12:00 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Wed Jan 16, 2008 7:02 pm
Posts: 15
Hi Chad,

solved. I have checked several forums and websites and based on it I changed swf part obtained from you in my index as follows (hope this helps to other people having similar or same problem):

Original index:

<!-- BEGIN: HEADER -->
<div id="ja-headerwrap" class="clearfix">
<div id="ja-header"><object type="application/x-shockwave-flash" width="730" height="200" data="http://www.sky-xs.sk/images/banners/header1.swf" align="right"><param name="movie" value="http://www.sky-xs.sk/images/banners/header1.swf" /></object>

New index, working also in IE:

<!-- BEGIN: HEADER -->
<div id="ja-headerwrap" class="clearfix">
<div id="ja-header"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="730" height="200" align="right" >
<param name="movie" value="http://www.sky-xs.sk/images/banners/header1.swf" />
<param name="quality" value="high" />
<embed src="http://www.sky-xs.sk/images/banners/header1.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="730" height="200"></embed></object>

I thought it will be not that easy! But I'm happy it was :-)


Top
   
 
Posted: Fri Mar 28, 2008 3:04 am 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Wed Sep 06, 2006 11:45 pm
Posts: 8
Location: Sacramento, CA
worked great for me. rock it.

_________________
-karl alexander
http://kineticillusions.com


Top
   
 
Posted: Fri Mar 28, 2008 12:57 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Fri Mar 28, 2008 12:44 pm
Posts: 15
Location: FreeDownloadPowerPoint.Com
finally i found this useful way to insert flash banner on my jomlaaaa....

_________________
http://freedownloadpowerpoint.com
http://forexperfect.com


Top
  E-mail  
 
Posted: Mon Jun 15, 2009 5:10 am 
User avatar
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Wed Jun 03, 2009 4:10 pm
Posts: 2
Hello, and thank you to everyone who contributes to this forum. I'm having a similar issue as posted above. I'm replacing an image with a swf file. I inserted the swf into the template index.php and this may be adding extra code that's not needed. I'm at the beginning level of development so I'm not exactly sure what I should be seeing. The url for the swf is working fine, I know the problem is in the coding. Any help would be so greatly appreciated.

my index.php:

<?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 rel="stylesheet" href="templates/<?php echo $this->template ?>/css/ie7.css" type="text/css" />
<![endif]-->

<script src="../../../Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>
<body class="body_bg">
<div id="page_bg">
<div id="logo">
<a href="index.php"><?php echo $mainframe->getCfg('sitename') ;?></a>
</div>

<div id="header_bg">
<div id="header_lbg">
<div id="header_rbg">
<div id="header_main">
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','485','height','268','title','banner_slideshow','src','http://localhost/~Robichaux/dscej/images/banners/banner_slideshow','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','http://localhost/~Robichaux/dscej/images/banners/banner_slideshow' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="485" height="268" title="banner_slideshow">
<param name="movie" value="http://localhost/~Robichaux/dscej/images/banners/banner_slideshow.swf" />
<param name="quality" value="high" />
<embed src="http://localhost/~Robichaux/dscej/images/banners/banner_slideshow.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="485" height="268"></embed>
</object></noscript>
<div class="hleft"></div>
<div class="hright">
<?php if($this->countModules('user1') and $this->countModules('user2') and JRequest::getCmd('layout') != 'form') : ?>
<div>
<div class="hwr-left">
<jdoc:include type="modules" name="user1" style="rounded" />
</div>

<div class="hwr-right">
<jdoc:include type="modules" name="user2" style="rounded" />
</div>
<div class="clr"></div>
</div>
<?php endif; ?>

<?php if($this->countModules('user1') and $this->countModules('user2') and JRequest::getCmd('layout') != 'form') : ?>
<div id="newsflash">
<?php else: ?>
<div id="newsflash" style="height: 246px;">
<?php endif; ?>
<jdoc:include type="modules" name="top" style="rounded" />
</div>
</div>
<div class="clr"></div>
</div>
</div>
</div>
</div>
<div class="pill_m">
<div id="pillmenu">
<jdoc:include type="modules" name="user3" />
</div>
</div>

<!--center start-->
<div class="center">
<div id="wrapper">
<div id="content">
<?php if($this->countModules('left') and JRequest::getCmd('layout') != 'form') : ?>
<div id="leftcolumn">
<jdoc:include type="modules" name="left" style="rounded" />

</div>
<?php endif; ?>

<?php if($this->countModules('right') and JRequest::getCmd('layout') != 'form') : ?>
<div id="maincolumn">
<!--pathway start-->
<div class="cpathway">
<div class="cpleft">
<jdoc:include type="module" name="breadcrumbs" />
</div>
</div>
<!--pathway end-->
<?php else: ?>
<div id="maincolumn_full">
<!--pathway start-->
<div class="cpathway">
<div class="cpleft">
<jdoc:include type="module" name="breadcrumbs" />
</div>
</div>
<!--pathway end-->
<?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>
</div>
</div>
</div>
<!--center end-->

<!--footer start-->
<div id="footer">
<div id="sgf">
<div>
<div style="text-align: center; padding: 10px 0 0;">
<?php $sg = ''; include "templates.php"; ?>
</div>
<div style=" padding: 5px 0; text-align: center; color: #fff;">
Valid <a style="color: #fff;" href="http://validator.w3.org/check/referer">XHTML</a> and <a style="color: #fff;" href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a>.
</div>
</div>
</div>
</div>
<!--footer end-->
</div>
<jdoc:include type="modules" name="debug" />


</body>
</html>


Thank you in advance!


Top
  E-mail  
 
Posted: Fri Jul 31, 2009 6:45 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Thu Jul 30, 2009 8:02 am
Posts: 6
What a brilliant forum!


Top
  E-mail  
 
Posted: Fri Jul 31, 2009 6:46 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Thu Jul 30, 2009 8:02 am
Posts: 6
What a great Forum!


Top
  E-mail  
 
Posted: Wed Oct 07, 2009 4:13 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sat Oct 03, 2009 5:00 am
Posts: 41
Hello to anyone still connected to this thread:

I thought I could apply this guidance above to my dilemma, but I am bleary-eyed :eek: trying to understand what is useful to me in all of the code mash above.

Here's my mission: I need to replace a current image gallery header in my JA Purity template with an SWF flash header. Can anyone tell me how to do that?

PS: I already know JA Purity does not offer a header module position, which is what the problem is. (Don't get me started on that. ) :-\ Obvioulsy I need a workaround. Any smart people ready for this? Many thanks!! :pop

SITE:
http://www.codacor.com/Joomla_ssha/


Top
  E-mail  
 
Posted: Sat Oct 31, 2009 10:50 am 
User avatar
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Sat Oct 31, 2009 10:24 am
Posts: 1
Hi friends;

I like my English is not very good.
My question.
We write your own plug-ins.
How to add Joomla without a problem.
:eek:

_________________
Please read forum rules regarding the use of signatures: viewtopic.php?f=8&t=65


Top
  E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 28 posts ] 

Quick reply

 



Who is online

Users browsing this forum: No registered users and 12 guests


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:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group