the advanced uploader plugin has template called kleeja_up, make sure u upload this template to your style folder
for the register link add this your config.php
كود: تحديد الكل
$register_script_path = 'http://path.com....to the registeration';
كود: تحديد الكل
$register_script_path = 'http://path.com....to the registeration';
كود: تحديد الكل
'thumbandname' => '<a title="' . ($row['real_filename'] == '' ? $row['name'] : $row['real_filename']) . '" href="' . $url . '" onclick="window.open(this.href,\'_blank\');return false;">' . '<img src="' . $urlthumbs . '" width="75" height="75" alt="' . ($row['real_filename'] == '' ? $row['name'] : $row['real_filename']) . '" title="' . ($row['real_filename'] == '' ? $row['name'] : $row['real_filename']) . '" />' . '</a>',
كود: تحديد الكل
$urlthumbs = ($is_image) ? kleeja_get_link('thumb', $file_info) : kleeja_get_link('file', $file_info);