Hello.

I would like the flash presentation to end with a certain image and not recycle unless the page is refreshed, I figure it is in the "page.tpl.php" file where I have to do this but I am a beginner with php.

Jay

Comments

himpress’s picture

Component: Miscellaneous » Code
himpress’s picture

Title: Need the flash presentation not to recycle » want slideshow presentation not to recycle.
danpros’s picture

Hi,

You see this

<div class="slideshow">
<img src="<?php print $base_path . $directory; ?>/images/slideshows/sea.jpg" width="950" height="355" alt="slideshow 1"/>
<img src="<?php print $base_path . $directory; ?>/images/slideshows/noon.jpg" width="950" height="355" alt="slideshow 2"/>
<img src="<?php print $base_path . $directory; ?>/images/slideshows/snow.jpg" width="950" height="355" alt="slideshow 3"/>
</div>

remove the other

<div class="slideshow">
<img src="<?php print $base_path . $directory; ?>/images/slideshows/sea.jpg" width="950" height="355" alt="slideshow 1"/>
</div>

Dan

himpress’s picture

.

himpress’s picture

Thank you for your reply, tho I am not sure what you mean when you say "remove the other" is this repeated some where? if so I cannot find where, or do you mean remove this code

Only local images are allowed. print $base_path . $directory; /images/slideshows/sea.jpg" width="950" height="355" alt="slideshow 1"/>

From this section.

Only local images are allowed. print $base_path . $directory; /images/slideshows/sea.jpg" width="950" height="355" alt="slideshow 1"/>
Only local images are allowed. print $base_path . $directory; /images/slideshows/noon.jpg" width="950" height="355" alt="slideshow 2"/>
Only local images are allowed. print $base_path . $directory; /images/slideshows/snow.jpg" width="950" height="355" alt="slideshow 3"/>

Jay

danpros’s picture

Status: Active » Fixed

Hi,

This information already available on handbook : http://drupal.org/node/768350#static-banner

Thanks,
Dan

himpress’s picture

Thank you for your help! should have looked there first but new to the drupal page.

Jay

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.