1
bulinmartin
Please help with wfdownloads

Hello,

I use the wfdownloads module version 3.1. I would like to view in the wfdownloads_block_new block DOWNLOAD SCREENSHOT and DOWNLOAD CATEGORY maybe even DOWNLOAD SIZE in addition to download.title and download.date viewed.

How to make it? It doesn't work when I put <{$download.screenshot}> etc. in the block file. I think it's not definied anywhere.

Could you anybody give me a hand, please??

Thank you

2
ghia
Re: Please help with wfdownloads
  • 2009/12/22 0:50

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


bulinmartin, Welcome to the XOOPS forum!

I think these values are provided.
You must edit /templates/block/wfdownloads_block_new.html and use eg the <{$download.screenshot}> between the foreach tags.

3
pinchecl
Re: Please help with wfdownloads
  • 2009/12/22 6:48

  • pinchecl

  • Friend of XOOPS

  • Posts: 193

  • Since: 2005/4/22


This my wfdownloads_block_new:

<ul style="list-style:none;">
<{foreach item=download from=$block.downloads}>
<li><a href="<{$xoops_url}>/modules/<{$download.dirname}>/singlefile.php?cid=<{$download.cid}>&lid=<{$download.id}>"><{$download.title}></a></li><li><{$download.date}></li>
<p><a href="<{$xoops_url}>/modules/<{$download.dirname}>/images/screenshots/<{$download.screenshot}>" class="highslide" onclick="return hs.expand(this)"><IMG src="<{$xoops_url}>/modules/<{$download.dirname}>/images/screenshots/<{$download.screenshot}>" "Highslide JS" title="Click to enlarge" width="130" style="border:5px solid silver;"
alt="<{$download.title}>"></a></p><br />
<style type="text/css">
hr{color: gray; }
</style>
<hr />
<{/foreach}>
</ul>

I am not using the category so that has to be added and as you can see I have used class=highslide for zooming.

For me it works like a charm

4
bulinmartin
Re: Please help with wfdownloads

Thank you very much!

<IMG src="<{$xoops_url}>/modules/<{$download.dirname}>/images/screenshots/<{$download.screenshot}>"

This address that´s what I wanted!

Great work!

5
pinchecl
Re: Please help with wfdownloads
  • 2009/12/22 15:00

  • pinchecl

  • Friend of XOOPS

  • Posts: 193

  • Since: 2005/4/22


:) You're welcome

Login

Who's Online

139 user(s) are online (93 user(s) are browsing Support Forums)


Members: 0


Guests: 139


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits