Results 1 to 4 of 4

Thread: Privat Videos only for Paid user?

  1. #1

    Default Privat Videos only for Paid user?

    Hello,

    can anyone help me with this Option?

    Only Premium Accounts have the option Privat.

    Regards

  2. #2

    Default

    can anyone make this?

  3. #3
    Join Date
    May 2007
    Posts
    588

    Default

    This would be easy to do if there was smarty code for paid packages

    what i mean is you could use something like

    Code:
    {if $package == pay}
    <table cellpadding="1" cellspacing="0" border="0">
    <tr>
    <td><input name="field_privacy" type="radio" value="public" checked></td>
    <td><span class="bold">Public:</span> Share your video with the world! (Recommended)</td>
    </tr>
    </table>
    
    </td>
    </tr>
    <tr>
    <td align="right"><span class="label"></span></td>
    <td>
    
    <table cellpadding="1" cellspacing="0" border="0">
    <tr>
    <td><input name="field_privacy" type="radio" value="private"></td>
    <td><span class="bold">Private:</span> Only viewable by you and those you share the video with.</td>
    </tr>
    </table>
    
    {else}
    <table cellpadding="1" cellspacing="0" border="0">
    <tr>
    <td><input name="field_privacy" type="radio" value="public" checked></td>
    <td><span class="bold">Public:</span> Share your video with the world! </td>
    </tr>
    </table>
    </td>
    </tr>
    <tr>
    <td align="right"><span class="label"></span></td>
    <td>
    
    <table cellpadding="1" cellspacing="0" border="0">
    <tr>
    <td>private option only available to paid subscribers</td>
    <td><span class="bold">Private:</span> Only viewable by you and those you share the video with.</td>
    </tr>
    </table>
    {/if}

    This would only give the option to choose private if they were on a paid package.

    however it wont work unless admin can tell us the correct {if $package == pay} smarty code.

    i would also like to know it as with that smarty code it could be used on many things to give paid package users many advantages.

  4. #4

    Default Re: Privat Videos only for Paid user?

    How about it admin...? This ability alone, as Leki says, can enable us to provide hordes of great features to our members. Pretty Please, with a cherry on top! :D

Similar Threads

  1. User Deleted Videos Do Not Really Delete
    By Foxxy in forum Bug Reports
    Replies: 0
    Last Post: 12-04-2008, 10:22 PM
  2. DELETING a user but NOT the videos ... ???
    By EinfachClicken in forum Installation Support
    Replies: 1
    Last Post: 10-06-2008, 02:56 PM
  3. Reason to make user to add videos
    By RAMMSTEIN in forum General Discussions
    Replies: 1
    Last Post: 05-08-2008, 10:41 AM
  4. User can't able to delete his videos
    By letview in forum Feature Requests
    Replies: 1
    Last Post: 08-24-2007, 02:29 PM
  5. More videos from this user
    By imnotblind.com in forum Feature Requests
    Replies: 3
    Last Post: 07-25-2007, 08:24 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •