Plugin Directory

Changeset 590406


Ignore:
Timestamp:
08/25/2012 11:57:44 PM (14 years ago)
Author:
Scriptonite
Message:
 
Location:
user-files/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • user-files/trunk/functions.php

    r590390 r590406  
    7676       
    7777       
    78         $dnlLink = get_permalink().'?theDLfile='.$userID.'/'.$Thefile;
    79         $DelLink = get_permalink().'?deletefile='.$userID.'/'.$Thefile;
     78        $dnlLink = get_page_uri($post->ID).'?theDLfile='.$userID.'/'.$Thefile;
     79        $DelLink = get_page_uri($post->ID).'?deletefile='.$userID.'/'.$Thefile;
     80
    8081
    8182       
  • user-files/trunk/readme.txt

    r590397 r590406  
    55Requires at least: 3.0
    66Tested up to: 3.4.1
    7 Stable Tag:2.3.1
     7Stable Tag:2.3.2
    88
    99User files allows you to upload files for a specific user to download. Custom Icons and categories are available to more easily search and filter files. 
     
    103103=2.3.1=
    104104*fixed help file
     105
     106=2.3.2=
     107*fixed permalink uploading issue
  • user-files/trunk/user_files.php

    r590397 r590406  
    55Description: Plugin to manage files for your users. You can upload files for your users to access, files uploaded to the user account are only viewable by the designated user. Files can be sorted and uploaded by category. Options available for user to add and/or delete files, upload notifications, widgets, and shortcode. You can also use custom icons for files. 
    66Author: Innovative Solutions
    7 Version: 2.3.1
     7Version: 2.3.2
    88Author URI: http://www.whereyoursolutionis.com/author/scriptonite/
    99*/
     
    13881388
    13891389                $MaxSet=1000000*(int)$max_post;
    1390                 $page = array_shift( explode( '?', $_SERVER['REQUEST_URI'] ) );
    13911390                ?>
    13921391 
    13931392                <tr><td>
    1394                 <form enctype="multipart/form-data" action="<?php echo $page; ?>" method="POST" >       
     1393                <form enctype="multipart/form-data" action="<?php the_permalink(); ?>" method="POST" >     
    13951394                <?php _e('Choose a file to upload, your upload limit is '); ?> <?php echo $max_post; ?>M <br />
    13961395               
Note: See TracChangeset for help on using the changeset viewer.