<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Download Dynamic Header Images 1.5.1</title>
	<atom:link href="http://blog.oneduality.com/2009/01/22/download-dynamic-header-images-made-easy/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.oneduality.com/2009/01/22/download-dynamic-header-images-made-easy/</link>
	<description>So you don&#039;t have to!</description>
	<lastBuildDate>Tue, 07 Sep 2010 04:07:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Lonnie</title>
		<link>http://blog.oneduality.com/2009/01/22/download-dynamic-header-images-made-easy/comment-page-1/#comment-289</link>
		<dc:creator>Lonnie</dc:creator>
		<pubDate>Tue, 05 May 2009 15:31:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.oneduality.com/?p=88#comment-289</guid>
		<description>I&#039;ve updated the main posting to include some screen shots that may be helpful</description>
		<content:encoded><![CDATA[<p>I&#8217;ve updated the main posting to include some screen shots that may be helpful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lonnie</title>
		<link>http://blog.oneduality.com/2009/01/22/download-dynamic-header-images-made-easy/comment-page-1/#comment-176</link>
		<dc:creator>Lonnie</dc:creator>
		<pubDate>Mon, 30 Mar 2009 15:18:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.oneduality.com/?p=88#comment-176</guid>
		<description>The module can do that very easily :)

1. You first install the module and publish it, assign it to a position and preferably make sure it&#039;s the only module in that position.
2. You must have some basic knowledge on loading modules into your template file .. 

http://docs.joomla.org/Jdoc_statements  this page on docs.joomla.org contains the information relevant to this task, you will want to look at the module section of this.. essentially you would look for the html in your template pertaining to the image for the header, and replace it with the jdoc:include tag ..  the name portion of this tag is the name of the position you&#039;re using.

Whenever I use this module I called it something like &quot;dynamic_header&quot; and then the jdoc:include just references that name ..

When you&#039;ve added it to your template and all that, and you first view the site.. you&#039;ll get an error message letting you know the image it&#039;s trying to load, this is there to help you ..  create your header image with the name it suggests and then move on to the next page and continue, when you&#039;re done with that, you will then probably want to create the default image.</description>
		<content:encoded><![CDATA[<p>The module can do that very easily :)</p>
<p>1. You first install the module and publish it, assign it to a position and preferably make sure it&#8217;s the only module in that position.<br />
2. You must have some basic knowledge on loading modules into your template file .. </p>
<p><a href="http://docs.joomla.org/Jdoc_statements" rel="nofollow">http://docs.joomla.org/Jdoc_statements</a>  this page on docs.joomla.org contains the information relevant to this task, you will want to look at the module section of this.. essentially you would look for the html in your template pertaining to the image for the header, and replace it with the jdoc:include tag ..  the name portion of this tag is the name of the position you&#8217;re using.</p>
<p>Whenever I use this module I called it something like &#8220;dynamic_header&#8221; and then the jdoc:include just references that name ..</p>
<p>When you&#8217;ve added it to your template and all that, and you first view the site.. you&#8217;ll get an error message letting you know the image it&#8217;s trying to load, this is there to help you ..  create your header image with the name it suggests and then move on to the next page and continue, when you&#8217;re done with that, you will then probably want to create the default image.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://blog.oneduality.com/2009/01/22/download-dynamic-header-images-made-easy/comment-page-1/#comment-175</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Mon, 30 Mar 2009 15:07:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.oneduality.com/?p=88#comment-175</guid>
		<description>Hey I want have a diffrent header with
every page and i&#039;ve download 
Download Dynamic Header Images 1.5.1
but I still dont understand how to change is
am i missing something?
Bye Jeff.</description>
		<content:encoded><![CDATA[<p>Hey I want have a diffrent header with<br />
every page and i&#8217;ve download<br />
Download Dynamic Header Images 1.5.1<br />
but I still dont understand how to change is<br />
am i missing something?<br />
Bye Jeff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lonnie</title>
		<link>http://blog.oneduality.com/2009/01/22/download-dynamic-header-images-made-easy/comment-page-1/#comment-170</link>
		<dc:creator>Lonnie</dc:creator>
		<pubDate>Thu, 26 Mar 2009 14:33:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.oneduality.com/?p=88#comment-170</guid>
		<description>Are you actually loading the module into your template? you have to edit the source code of the template in order to put the module in the proper location, assuming you&#039;re using it for headers and not for some other purpose.

Let&#039;s say that you installed your module into a position called &quot;header_image&quot; .. you would then need to edit your template and put something like this in the right place in the code.
&lt;code&gt;
&lt;jdoc:include type=&quot;modules&quot; name=&quot;&lt;strong&gt;header_image&lt;/strong&gt;&quot; style=&quot;none&quot; /&gt; 
&lt;/code&gt;
Also insure that your module is pubished, this is an insanely common issue ... even for me, and I&#039;ve been doing this for a long time!</description>
		<content:encoded><![CDATA[<p>Are you actually loading the module into your template? you have to edit the source code of the template in order to put the module in the proper location, assuming you&#8217;re using it for headers and not for some other purpose.</p>
<p>Let&#8217;s say that you installed your module into a position called &#8220;header_image&#8221; .. you would then need to edit your template and put something like this in the right place in the code.<br />
<code><br />
<jdoc:include type="modules" name="<strong>header_image" style="none" /><br />
</jdoc:include></code><br />
Also insure that your module is pubished, this is an insanely common issue &#8230; even for me, and I&#8217;ve been doing this for a long time!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cathair</title>
		<link>http://blog.oneduality.com/2009/01/22/download-dynamic-header-images-made-easy/comment-page-1/#comment-157</link>
		<dc:creator>Cathair</dc:creator>
		<pubDate>Sun, 22 Mar 2009 21:55:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.oneduality.com/?p=88#comment-157</guid>
		<description>Hi Loonie,  I&#039;m trying to use the module to change the main header.jpg images for different pages.  I&#039;ve uploaded and installed and named images etc. but doesnt seem to load the module?  My template is TechLine_de_Template-j15-003</description>
		<content:encoded><![CDATA[<p>Hi Loonie,  I&#8217;m trying to use the module to change the main header.jpg images for different pages.  I&#8217;ve uploaded and installed and named images etc. but doesnt seem to load the module?  My template is TechLine_de_Template-j15-003</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lonnie</title>
		<link>http://blog.oneduality.com/2009/01/22/download-dynamic-header-images-made-easy/comment-page-1/#comment-102</link>
		<dc:creator>Lonnie</dc:creator>
		<pubDate>Mon, 09 Mar 2009 17:28:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.oneduality.com/?p=88#comment-102</guid>
		<description>Very strange, the zip file seems normal, I can extract it just fine ... I extracted it and re-zipped it and now it&#039;s working perfectly .. please try again ..

with nearly 400 downloads, I&#039;m surprised nobody has said something sooner, it&#039;s possible that not everyone was affected by the issue, whatever the issue may have been.</description>
		<content:encoded><![CDATA[<p>Very strange, the zip file seems normal, I can extract it just fine &#8230; I extracted it and re-zipped it and now it&#8217;s working perfectly .. please try again ..</p>
<p>with nearly 400 downloads, I&#8217;m surprised nobody has said something sooner, it&#8217;s possible that not everyone was affected by the issue, whatever the issue may have been.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajeev</title>
		<link>http://blog.oneduality.com/2009/01/22/download-dynamic-header-images-made-easy/comment-page-1/#comment-101</link>
		<dc:creator>Rajeev</dc:creator>
		<pubDate>Mon, 09 Mar 2009 17:18:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.oneduality.com/?p=88#comment-101</guid>
		<description>Installation file not found:</description>
		<content:encoded><![CDATA[<p>Installation file not found:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lonnie</title>
		<link>http://blog.oneduality.com/2009/01/22/download-dynamic-header-images-made-easy/comment-page-1/#comment-87</link>
		<dc:creator>Lonnie</dc:creator>
		<pubDate>Wed, 04 Mar 2009 23:42:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.oneduality.com/?p=88#comment-87</guid>
		<description>You would load the module in your template as you would any other module, you might want to refer to the joomla 1.5 documentation on how to load modules into your template ...  The basics though:



Where you see &quot;odheader&quot; you would replace it with the position you have asigned the module ..  if you assigned the module to a position called &quot;header&quot; you would use:

</description>
		<content:encoded><![CDATA[<p>You would load the module in your template as you would any other module, you might want to refer to the joomla 1.5 documentation on how to load modules into your template &#8230;  The basics though:</p>
<p>Where you see &#8220;odheader&#8221; you would replace it with the position you have asigned the module ..  if you assigned the module to a position called &#8220;header&#8221; you would use:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://blog.oneduality.com/2009/01/22/download-dynamic-header-images-made-easy/comment-page-1/#comment-74</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sat, 28 Feb 2009 14:05:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.oneduality.com/?p=88#comment-74</guid>
		<description>sorry i am amateur
what i must put in index.php file instead of a sample photo?
how i can use it</description>
		<content:encoded><![CDATA[<p>sorry i am amateur<br />
what i must put in index.php file instead of a sample photo?<br />
how i can use it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Download Dynamic Header Images 1.5.1 Released! &#124; Lonnie Knows Everything</title>
		<link>http://blog.oneduality.com/2009/01/22/download-dynamic-header-images-made-easy/comment-page-1/#comment-67</link>
		<dc:creator>Download Dynamic Header Images 1.5.1 Released! &#124; Lonnie Knows Everything</dc:creator>
		<pubDate>Wed, 25 Feb 2009 18:26:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.oneduality.com/?p=88#comment-67</guid>
		<description>[...] Today I&#8217;ve released the latest version of the Oneduality Dynamic Header Images Joomla module (say that 5 times fast) ..  there are a number of enhancements that increase the usefulness and possibilities of the module, primarily, a modification that will allow you the ability to load more than one instance of the module on a page, as well as change the type of images you&#8217;re using .. for full details and to download it, click here! [...]</description>
		<content:encoded><![CDATA[<p>[...] Today I&#8217;ve released the latest version of the Oneduality Dynamic Header Images Joomla module (say that 5 times fast) ..  there are a number of enhancements that increase the usefulness and possibilities of the module, primarily, a modification that will allow you the ability to load more than one instance of the module on a page, as well as change the type of images you&#8217;re using .. for full details and to download it, click here! [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
