rejetto
Administrator
Insane programmer
Offline
 Italy
Posts: 11759
|
 |
« Reply #45 on: March 08, 2010, 07:23:20 PM » |
|
ok, we are at Release Candidate stage  all important features have been made. if you download the attachment at first post you'll find something new: - upload progress - more search options - password changer feedback is welcome
|
|
|
|
|
Logged
|
|
|
|
|
maverick
|
 |
« Reply #46 on: March 08, 2010, 10:20:16 PM » |
|
Just a thought as you are working on it anyway... how about introducing pages into the default (select number of files/folders to display per page)? I'm sure some users would welcome it.
|
|
|
|
« Last Edit: March 08, 2010, 10:23:48 PM by maverick »
|
Logged
|
maverick
|
|
|
rejetto
Administrator
Insane programmer
Offline
 Italy
Posts: 11759
|
 |
« Reply #47 on: March 09, 2010, 03:49:25 AM » |
|
i meant to do it and i forgot. i will 
|
|
|
|
|
Logged
|
|
|
|
rejetto
Administrator
Insane programmer
Offline
 Italy
Posts: 11759
|
 |
« Reply #48 on: March 18, 2010, 10:10:13 AM » |
|
updated version much more customizable by putting javascript in section [more onload] supporting and /regular expressions/ for the selection mask.
|
|
|
|
|
Logged
|
|
|
|
|
timteka
|
 |
« Reply #49 on: March 23, 2010, 07:54:13 AM » |
|
i have two scrollbars now (both in FF and IE), just like on this screenshot: 
|
|
|
|
|
Logged
|
|
|
|
rejetto
Administrator
Insane programmer
Offline
 Italy
Posts: 11759
|
 |
« Reply #50 on: March 28, 2010, 08:50:44 AM » |
|
yeah, i knew it. i eventually addressed the problem, and hope the solution will fit.
please re-download to get the new version.
|
|
|
|
|
Logged
|
|
|
|
|
rejetto forum
|
 |
« Reply #50 on: March 28, 2010, 08:50:44 AM » |
|
Do you like this software?
Consider even $2
|
|
|
|
|
Logged
|
|
|
|
|
maverick
|
 |
« Reply #51 on: March 30, 2010, 01:32:37 AM » |
|
1. I think 'word wrapping' is a better choice than a horizontal scroll bar. I'm thinking of those folders with longer comments (properties -> comments) which force you to scroll one or two screens to the right to see the size/date/hit columns when the horizontal scroll bar is active. 2. Pages?
|
|
|
|
|
Logged
|
maverick
|
|
|
rejetto
Administrator
Insane programmer
Offline
 Italy
Posts: 11759
|
 |
« Reply #52 on: March 30, 2010, 05:31:47 AM » |
|
1. i don't know what you are referring to. The only place where i forced no-wrap is a place that cannot cause any scrollbar to appear. A screen shot is welcome, or a detailed description. 2. will come. It takes time, and i'm very busy with job  I gave problems priority over features.
|
|
|
|
|
Logged
|
|
|
|
|
maverick
|
 |
« Reply #53 on: March 30, 2010, 06:18:54 AM » |
|
1. i don't know what you are referring to. The only place where i forced no-wrap is a place that cannot cause any scrollbar to appear. A screen shot is welcome, or a detailed description. 2. will come. It takes time, and i'm very busy with job  I gave problems priority over features. 1. See screen shots below. Ignore what looks as white space as my chosen colors don't show up well on a white background. 2. No problem. Whenever you can.
|
|
|
|
Logged
|
maverick
|
|
|
|
maverick
|
 |
« Reply #54 on: March 30, 2010, 07:28:47 AM » |
|
Re: template password changer
First of all I would like to say this feature works as expected. However, I have come across a problem with it.
Like many other sites, to access my file server all users "including guests" have to login. Name and password for guests at this time are simply "guest" and that takes them to their folders until they register which would give them increased access to the site.
The problem I have encountered is that when a guest logs in he now has the capability to change the one password set up for "all guests" but once he does that, he is the only one that knows what it is and no other guests can access the site. This is not a good situation. You will see an example of a 'Guest' user in my screen shots above.
What is needed here is an option in "User Accounts" allowing the admin to approve or disapprove of the use of the password changer by user. If a user is allowed to change his password, the password changer button will appear in the template. If not, it is not a user option.
|
|
|
|
|
Logged
|
maverick
|
|
|
|
SilentPliz
|
 |
« Reply #55 on: March 30, 2010, 07:39:55 AM » |
|
About maverick's screenshots It is this that is problematic: white-space:pre;.comment { white-space:pre; } If I remove the whole line, or if I put something in place of white-space: pre; (e.g: .comment { font-size:9pt; }) ... comments are displayed correctly. @ maverick You can also think about putting some <br /> in your HTML comments 
|
|
|
|
« Last Edit: March 30, 2010, 08:09:45 AM by SilentPliz »
|
Logged
|
|
|
|
|
maverick
|
 |
« Reply #56 on: March 30, 2010, 07:56:58 AM » |
|
@ maverick You can also think about putting some <br /> in your HTML comments  Thanks but in my custom template the folder comments are centered (via properties -> comments). Looks much better and you don't get any unwanted blank lines.
|
|
|
|
« Last Edit: March 31, 2010, 10:20:16 AM by maverick »
|
Logged
|
maverick
|
|
|
|
Mars
|
 |
« Reply #57 on: March 30, 2010, 07:58:29 AM » |
|
What is needed here is an option in "User Accounts" allowing the admin to approve or disapprove of the use of the password changer by user. If a user is allowed to change his password, the password changer button will appear in the template. If not, it is not a user option. It is so simple to make, I wonder of such a request  On the base, it is necessary to use the groups. Create a group: ' canchangepass' To authorize the use of the change of password: {.switch| canchangepass|;|{.get account||member of.}|{: <a onclick="url">change password</a> :}|.} Or more simply (for the useless) {.if |{.member of| canchangepass.}|{: <a onclick="url">change password</a> :}.} change the blue text by the correct request and set the user as memeber of ' canchangepass'  Note from the wiki: This is different from {.get account||member of.} because this latter form will consider only direct first-level membership, while {.member of.} will actually consider membership at any level. {.if|{.and|%user% |{.not|{.match|guest;anonymous|%user%.}/not.} |{.member of|canchangepass.} /and.} |{: <a onclick="url">change password</a> :} /if.}
|
|
|
|
« Last Edit: March 30, 2010, 08:38:58 AM by Mars »
|
Logged
|
|
|
|
|
maverick
|
 |
« Reply #58 on: March 30, 2010, 08:23:55 AM » |
|
mars,
I didn't think of doing it that way. I'll give it a try. Thanks.
|
|
|
|
|
Logged
|
maverick
|
|
|
|
SilentPliz
|
 |
« Reply #59 on: March 30, 2010, 08:29:19 AM » |
|
@ Maverick
Change the lines 306 at 311 with this "code"; that's all:
<fieldset> <legend><img src="/~img27"> {.!User.}</legend> <center> {.if| %user% | %user% |<a href="~login">{.!Login.}</a></li> .} </center> {.if |{.and|%user%|{.!=|%user%|guest.}.}| <br /> <button onclick='changePwd.call(this)' style='font-size:x-small;'>{.!Change password.}</button> /if.} </fieldset>
|
|
|
|
« Last Edit: March 30, 2010, 10:17:10 AM by SilentPliz »
|
Logged
|
|
|
|
|