Easily Manage Downloads

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
CAC
Forum Members
Forum Members
Posts: 14
Joined: Wed Mar 17, 2010 7:53 pm

Easily Manage Downloads

Post by CAC »

I have had a look a the list of modules available, tried a few, but I am looking for something in particular.

I was wondering whether a module/extension exists that will make it easy for a user to upload files and then have them listed in a pre-defined format using a tag inserted on a 'Downloads' page.

In my idea the way the file is listed depends upon the template but anything similar would be welcome!

Thank you very much.
jmcgin51
Power Poster
Power Poster
Posts: 1899
Joined: Mon Jun 12, 2006 9:02 pm

Re: Easily Manage Downloads

Post by jmcgin51 »

Uploads module
nicmare
Power Poster
Power Poster
Posts: 1150
Joined: Sat Aug 25, 2007 9:55 am
Location: Berlin

Re: Easily Manage Downloads

Post by nicmare »

what is about DLM?
CAC
Forum Members
Forum Members
Posts: 14
Joined: Wed Mar 17, 2010 7:53 pm

Re: Easily Manage Downloads

Post by CAC »

DLM seems to be in German?
CAC
Forum Members
Forum Members
Posts: 14
Joined: Wed Mar 17, 2010 7:53 pm

Re: Easily Manage Downloads

Post by CAC »

Okay, I am using DLM and I am trying to change the theme slightly. I would like to add a description to main downloads page but I don't know the correct variable to call it. I have tried a couple of things within this TD:

Code: Select all

						<td>
{$th_dl_description}
						</td>[code]

Full code:

[code]{if !isset($error_none)}
	<div class="dlm">
		{capture assign="pagetitle"}{$pagetitle}{$path[1]}{$headline}{/capture}
		{if strlen($path[0]) > 0}
		{/if}
		<h3 style="margin-bottom: 5px">Downloadable Resources:</h3>
		{if $itemcount > 0}
			{if trim($description) != ''}<p class="description">{$description}</p>{/if}
			<table cellspacing="1" class="default" style="margin: auto; width: 95%">
				<thead>
					<tr style="text-align:left">
						<th width="65%">Description</th>
						<th width="35%">Download</th>
					</tr>
				</thead>
				<tbody>
				{foreach from=$items item=entry}
				{cycle values="row1,row2" assign=rowclass}
					<tr class="{$rowclass}">

						<td>
{$th_dl_description}
						</td>
						
<td>

{$entry->name}

</td>
								
	

					</tr>
				{/foreach}
				</tbody>
			</table>
		{else}
			<strong>{$no_children}</strong><br />
		{/if}
	</div>
{else}
	<strong>{$error_none}</strong>
{/if}
Any ideas? Thanks.
CAC
Forum Members
Forum Members
Posts: 14
Joined: Wed Mar 17, 2010 7:53 pm

Re: Easily Manage Downloads

Post by CAC »

Any help with this... please? ;D
jmcgin51
Power Poster
Power Poster
Posts: 1899
Joined: Mon Jun 12, 2006 9:02 pm

Re: Easily Manage Downloads

Post by jmcgin51 »

sorry - I've never used DLM before, so I can't help you...
Post Reply

Return to “Modules/Add-Ons”