ExpressionEngine CMS
Open, Free, Amazing

Thread

This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.

The active forums are here.

uploading files

April 09, 2011 6:57pm

Subscribe [3]
  • #1 / Apr 09, 2011 6:57pm

    stannz

    61 posts

    I’m still new so please forgive me with these questions…

    I want to upload .pdf files or .jpgs and have only a specific person or group have access to these files that has recently registered with the web-site.  Meaning a person can login to their account online and see that they have a download available or actually view the file that is only meant for them to see.


    1.) Can this software accomplish what I’m trying to do? If so #2


    2.) Is this a tedious task with this software?

  • #2 / Apr 09, 2011 7:51pm

    stannz

    61 posts

    My bad posted in wrong forum

  • #3 / Apr 11, 2011 3:21am

    John Henry Donovan

    12339 posts

    swgraphics,

    You can accomplish this with some template conditionals and is not tedious at all

    <ul>
    {exp:channel:entries channel="uploads" limit="10"}
    {if logged_in_member_id == '4'}
    <li><a href="http://{my"> File Name</a></li>
    {/if}
    </ul>
    {if member_group == '7'}
    <ul>
    {exp:channel:entries channel="uploads" limit="10"}
    <li><a href="http://{my"> File Name</a></li>
    </ul>
    {/if}
  • #4 / Apr 13, 2011 12:37am

    stannz

    61 posts

    Sorry… putting in other thread

  • #5 / Apr 13, 2011 5:06pm

    Sue Crocker

    26054 posts

    OK, will close this one then.

.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases