PDA

View Full Version : Download module?


iwbyte
07-10-2004, 10:13 AM
I'm not sure if this is a module request or not or if its just a page I need to have made up.

I'm leaning heavily on moving to vbadvanced from php-nuke, but the one module requested that I can't find is to have downloads available on the site. e.g. moderators can post items like free fonts, or designs or such that we want to make available to our members.

Is this an easy one? Here's a php-nuke example:

http://create.kindredcreations.com/modules.php?name=Downloads&d_op=MostPopular#mostpop

curetheitch
07-10-2004, 11:29 AM
I use to use php-nuke to :D... I was wondering the same thing you are... I know vbportal comes with a download module, but it costs like 20 dollars or something... Plus I like vbadvance better :P

Hope someone can make something like this.

Our Sponsors
 

iwbyte
07-10-2004, 12:44 PM
Did I mention that its for a client, so i'd be willing to pay $10-20 shareware fee for it... :)

Brian
07-10-2004, 01:32 PM
We will be creating something eventually, but there are some other things that are higher up on the to-do list, so I can't make any promises as to when it will be done.

Our Sponsors
 

iwbyte
07-10-2004, 07:42 PM
Brian, Thanks for chiming in. Bummer news, but still good to get a realistic answer.

maximux1
07-10-2004, 07:57 PM
You could easily do this with conditionals.


<if condition="is_member_of($bbuserinfo, 55)">

/*Here goes all your block code. just change 55 above to whatever
group you want to have access to your downloads.
*/
</if>


Max

::edit:: Didnt realize you guys we're looking for a full downloads solution, just disgrard. ;)