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 - luca69

Pages: 1 ... 5 6 7
91
Beta / Re: Testing build #220
« on: January 26, 2009, 02:32:23 PM »
GOOD BUG

go to options + accounts + add account

don't change the name , you can't validate except by using ESC key

Have a nice night rejetto :D  build 221 ;D


It looks like it tries to force you to change the user name: bug or feature?   ;)

92
Thanks for the hint. I'll try it when I have some free time  ;)

Bye
Luca
--------------- Edit
I tried to create it next to the "Delete" button with this peace of code:
Code: [Select]
<div style='margin-top:2em;'>
{.if|{.get|can delete.}|
<input type='hidden' name='action' value='delete'>
<input type='checkbox' onclick='var is = document.getElementsByName("selection"); for (var i=0; i < is.length; i++) is[i].checked = this.checked;'> All
<input style='margin-left:1em' type='submit' value='Delete selected' onclick='return confirm("Are you sure?")'>
/if.}
{.if|{.get|can upload.}|
Folder name: <input  type='text' name='fldname' maxlength="25" size="25" >
<input  type='submit' name='createfolder' value='Create Folder' >
{.if|{.postvar|fldname.}|
  {.mkdir|{.postvar|fldname.}.}
/if.}
  /if.}
</div>

The text input field and the button are displayed, but the folder is not created :(

Any hint?

93
Beta / Re: Testing build #219
« on: January 22, 2009, 10:53:51 AM »
Installed 219.
I noticed that a group can be used as account as well, but without any password!

Moreover, the same user name can be specified into the user list more than once

94
It would be nice if a user which has "upload" rights can also create a folder.
Any plan to implement it?
Is it possible to do it with a macro?

Pages: 1 ... 5 6 7