Hallo i have a few questions

لدعم سكربت التحميل كليجا .. kleeja
saanina
عبدالرحمــــن
مشاركات: 3762
اشترك في: 30 أغسطس 2004, 13:54

رد: Hallo i have a few questions

مشاركة بواسطة saanina »

I hope you write the bugs on Kleeja bugs center, http://kleeja.com/bugs

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'; 
miow999
عضو جديد
مشاركات: 10
اشترك في: 01 ديسمبر 2011, 02:02

رد: Hallo i have a few questions

مشاركة بواسطة miow999 »

hello and thx for reply
i'll try to report the bugs
once to the config.php i add another string for sending password
maybe it should be inserted into the description of how to integrate in phpbb
just a notice.

to the plugin
advanced uploader seems to have no kleeja_up.html
i can't find it anywhere
maybe it's a forgotten file
can you help with this problem?

Thank you!
لص القلوب
مُطور
مشاركات: 288
اشترك في: 27 يناير 2009, 05:04

رد: Hallo i have a few questions

مشاركة بواسطة لص القلوب »

you can get the html of advanced uploader from this topic
viewtopic.php?f=37&t=4654
But this topic write in Arabic so u can download the file from this link
http://download.mrkzy.com/do.php?id=368418
Enjoy ;)
miow999
عضو جديد
مشاركات: 10
اشترك في: 01 ديسمبر 2011, 02:02

رد: Hallo i have a few questions

مشاركة بواسطة miow999 »

Hello
thank you for trying helping me.
unfortunely it doesn't works. after uploading kleea_up, there are many missing files again, like jquery, swfobjekt and so on.
after updating this into a right folder it doesn't works.
I think, i let it be.
but thank you anyway ;-)
لص القلوب
مُطور
مشاركات: 288
اشترك في: 27 يناير 2009, 05:04

رد: Hallo i have a few questions

مشاركة بواسطة لص القلوب »

If u getting many missing files error try to set the right permissions of folders and re install this plugin .
This problem happen when the permissions of folder not right so the script can't create the new folder and move it in the right place , try to fix the permissions and let me know what happen .
miow999
عضو جديد
مشاركات: 10
اشترك في: 01 ديسمبر 2011, 02:02

رد: Hallo i have a few questions

مشاركة بواسطة miow999 »

Hello!
It works not really unfortunely.

but i got a new own made problem. thats more important to me!
i want in the "your folder" to make thumb previews over the filename.
you now it: its on example.com/fileuser-2.html
So i've edited UCP.php on line around 410.
and i've added this one:

كود: تحديد الكل

'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>',
in addition to this, i've added this:

كود: تحديد الكل

$urlthumbs = ($is_image) ? kleeja_get_link('thumb', $file_info) : kleeja_get_link('file', $file_info);
because i need the string "thumb" for it.
ok, that works.
BUT:
Now it will preview thumbs for every file. Not only images.
Files like rar, zip and so on, aren't prview pictures, which i also don't want.
Can you help me to show only preview thumbs to images and not for files?
thank you very much!

Best greetings, miow999

Here's a picture of it:
صورة
saanina
عبدالرحمــــن
مشاركات: 3762
اشترك في: 30 أغسطس 2004, 13:54

رد: Hallo i have a few questions

مشاركة بواسطة saanina »

try changing this ": kleeja_get_link('file', $file_info);" to something else ...
miow999
عضو جديد
مشاركات: 10
اشترك في: 01 ديسمبر 2011, 02:02

رد: Hallo i have a few questions

مشاركة بواسطة miow999 »

Hi
unfortunely it doesn't works.
maybe another try or an idea to this?
أضف رد جديد