Jump to content

Using the Downloads section


RocketRod

Recommended Posts

This is the only page I am having issues with right now. When going to the downloads page through the Pilot Center or a even creating a separate link, the page displays just fine in the template (vairline). Once i click on any download, the file downloads but the issues is it is trying to display another page with the wording, "Your download will start in a few seconds, or click here to manually start." That is the download_item.tpl page. When it displays the page, my template background disappears. So you would think, put a </div> in. But where? I've tried every combination and it doesn't work.

download_item.tpl

<div align="center"> Tried </div> Here!

<p>Your download will start in a few seconds, or</p> <a href="<?php echo $download->link; ?>"<p>click here to manually start.</a></p>

Tried </div> Here!

<script type="text/javascript">

window.location = "<?php echo $download->link;?>";

</script>

Tried </div> Here!

I also added the </p> & <p> in the 2nd line above as it didn't work before adding them but does now. The background missing either way.

So i have looked through all the download page coding and am stumped? Help!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...