rejetto forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Caco

Pages: 1 2 3 4 ... 8
16
Beta / Re: Testing build #243
« on: August 27, 2009, 04:10:40 PM »
Quote
+ new event [on macro rename]

I'm trying to use this event to rename the preview file each time a file is renamed:

[+on macro rename]
{.rename "%folder-resource%\[previews]\%old-item-name%.flv"|"%folder-resource%\[previews]\%item-name%.flv.}

The problem is that %old-item-name% does not exist :D

And i also fear that this could lead to a chain reaction.

Any idea?

If i had that old item name variable , i could pass it to a simple batch file using

{.exec cmd.exe preview_rename.bat %old-item-name% %item-name%.} instead of using {.rename.}

17
RAWR-Designs / Reloaded Page = messed up page
« on: August 03, 2009, 11:50:20 AM »
Ok, let me say i'm using HFS242 beta, and this problem is browser-independent and template-independent (altough more relevant in Live3).

Home Page:


Then, if i click on the "Reload Page" button of the browser, i obtain this shit:



If i do it again, i obtain this other shit:



Horrible, isn't it?  ;D

18
RAWR-Designs / Re: Live 3.0.0 Add File Types
« on: August 01, 2009, 11:43:48 AM »
Locate in tpl file this piece of code:

Code: [Select]
[file]
<div class="row file {.switch|%item-ext%|,|jpg,jpeg,png,gif|image.}">
<a href="%item-url%" title="{.if not|{.get|can access.}|Locked&nbsp;&#124;&#124;&nbsp;|Unlocked&nbsp;&#124;&#124;&nbsp;.}Hits: %item-dl-count%{.if|%item-comment%|&nbsp;&#124;&#124;&nbsp;Comment: %item-comment%.}">
{.switch|%item-ext%|,|php,aspx,asp,css,js,txt,as,tpl|

Then play with it to suit your needs, example:

[file]
<div class="row file {.switch|%item-ext%|,|jpg,jpeg,png,gif|image.}">
   <a href="%item-url%" title="{.if not|{.get|can access.}|Locked&nbsp;&#124;&#124;&nbsp;|Unlocked&nbsp;&#124;&#124;&nbsp;.}Hits: %item-dl-count%{.if|%item-comment%|&nbsp;&#124;&#124;&nbsp;Comment: %item-comment%.}">
   {.switch|%item-ext%|,|php,aspx,asp,css,js,txt,as,tpl,docx|

For the second question, i don't know.  ;D

19
This is quite strange. I mean...during my experience with HFS i tried several templates (terayon, rawr, live3) and tested all them with IE, Firefox and Opera and i never noticed any difference in displaying the pages...The only difference is that Opera handles BIG file transfers much more better than the other two.

20
I didn't realize that building up a good template would require so many resources. Modifying it is much more easy  ;D

21
Looks good! Now i understand what you mean when you say "horrible": for you is horrible whatever doesn't look extremely DARK, even the checkboxes  ;D

22
Beta / Re: rename event
« on: July 28, 2009, 03:40:58 PM »
Thank you in advance  :)

23
Quote
I have it looking GREAT, but it doesn't work. :P

What doesn't work? Would you like to pass me your template? I can mess up everything to make it work, lol!  ;D

24
Uhm, just installed FCC mod (translated in Italian). Doesn't look so horrible, does it?  ???


25
Quote
I myself may work on individual delete and rename buttons.  I thought of adding them directly under each file/folder name.

It sounds good, but what if you have to delete multiple files? I know checkboxes + buttons are not the best in terms of beauty, but they do the job  ;D

I however thank again you and French Can Can for your programming, i'm not a programmer so can i only modify the code written by other to suit my needs  ;D

Now i'm gonna try the latest release by FCC  :P

26
Beta / rename event
« on: July 28, 2009, 09:40:43 AM »
Waiting for admin panel, some users like French Can Can and Sapphirescales implemented remote delete and remote rename functions.

You know in my system every file (all video files) has it's preview related file, so every action must be replicated.

For deletion, thanks to your event, it is already so.

For renaming there's no event related.

ciao  ;)

27
Well, i must say that the delete solution implemented by French Can Can for rawr template (checkboxes+button) was better than this one, for me. You could check multiple files and delete all them quick and easy. FCC, do you think it is possible to ingrate it in this new template?  :)

28
Ok, finally i've set it up and everything seems to work.   ;D

Now i need an [on item renamed] event because any of my files has its "preview" file, that must be automatically renamed, too.

I noticed a strange behavior not only with this template, but also with rawr and others.

Using Firefox, every time i reload a page, some graphical elements disappear, then reappear at the next reload, and so on. It is very bad experience.  :-\ Has anyone an explanation for this?

BTW, i only tested with Firefox, so i don't know if this problem affects other browsers.  ;)

29
Thank you very much for your effort and suggestions, guys!  :)

Having enough time, next monday i will test the new template!  ;)

Have a nice weekend

30
Beta / rename event
« on: July 24, 2009, 01:56:22 PM »
Hi Rejetto,

can you please add an [on item rename] event to the next build?  :)

Pages: 1 2 3 4 ... 8