PriMoThemes — now s2Member® (official notice)
This is now a very OLD forum system. It's in READ-ONLY mode.
All community interaction now occurs at WP Sharks™. See: new forums @ WP Sharks™
<?php
$user_id = 1;
$downloads = get_user_option("s2member_file_download_access_log", $user_id);
print_r($downloads); /* Array of file downloads in the current period of time, as configured by the site owner under Basic Download Restrictions for s2Member. */
?>
Array(
[1] => Array([date] => 2011-09-12[file] => PIXL8-Fashion-01.zip)
[2] => Array([date] => 2011-09-12[file] => PIXL8-InDesignRoughGuideAssets.zip)
[3] => Array([date] => 2011-09-12[file] => PIXL8-BeautyTutorial_02.zip)
[4] => Array([date] => 2011-09-12[file] => PIXL8-UnderstandingLayers.zip)
[5] => Array([date] => 2011-09-12[file] => PIXL8-BeautyTutorial_01.zip)
)
<?php
$user_id = 1;
$downloads = get_user_option("s2member_file_download_access_log", $user_id);
print_r($downloads); /* Array of file downloads in the current period of time, as configured by the site owner under Basic Download Restrictions for s2Member. */
?>
<?php
$user_id = 19;
$downloads = get_user_option("s2member_file_download_access_log", $user_id);
print_r($downloads); /* Array of file downloads in the current period of time, as configured by the site owner under Basic Download Restrictions for s2Member. */
?>
Users browsing this forum: Exabot [Bot], Google [Bot] and 1 guest