rejetto forum
February 12, 2012, 02:01:20 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: This forum is free, you do NOT need to register to post. But you may.
PROBLEMS? QUESTIONS? CLICK HERE!
Fill the survey!
 
   Home   Help Search Login Register  
Pages: 1 2 3 [4] 5 6
  Print  
Author Topic: next default template to build 261  (Read 9457 times)
0 Members and 1 Guest are viewing this topic.
rejetto
Administrator
Insane programmer
*
Offline Offline

Italy Italy

Posts: 11759


View Profile
« Reply #45 on: March 08, 2010, 07:23:20 PM »

ok, we are at Release Candidate stage Smiley
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
Insane poster
*****
Offline Offline

Posts: 1056


Computer Solutions


View Profile
« 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 Offline

Italy Italy

Posts: 11759


View Profile
« Reply #47 on: March 09, 2010, 03:49:25 AM »

i meant to do it and i forgot.
i will Wink
Logged
rejetto
Administrator
Insane programmer
*
Offline Offline

Italy Italy

Posts: 11759


View Profile
« 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
Regular poster
**
Offline Offline

Russian Federation Russian Federation

Posts: 16



View Profile WWW
« 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 Offline

Italy Italy

Posts: 11759


View Profile
« 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
Insane poster
*****
Offline Offline

Posts: 1056


Computer Solutions


View Profile
« 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 Offline

Italy Italy

Posts: 11759


View Profile
« 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 Sad
I gave problems priority over features.
Logged
maverick
Insane poster
*****
Offline Offline

Posts: 1056


Computer Solutions


View Profile
« 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 Sad
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.


* 1.png (37.87 KB, 1015x616 - viewed 140 times.)

* 2.png (30.26 KB, 1009x619 - viewed 103 times.)

* 3.png (40.02 KB, 1006x614 - viewed 120 times.)
Logged

maverick
maverick
Insane poster
*****
Offline Offline

Posts: 1056


Computer Solutions


View Profile
« 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
Operator
Insane poster
*****
Offline Offline

France France

Posts: 1023


....... chut ! shh!


View Profile WWW
« 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   Wink
« Last Edit: March 30, 2010, 08:09:45 AM by SilentPliz » Logged
maverick
Insane poster
*****
Offline Offline

Posts: 1056


Computer Solutions


View Profile
« Reply #56 on: March 30, 2010, 07:56:58 AM »


@ maverick
You can also think about putting some <br /> in your HTML comments   Wink

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
Operator
Insane poster
*****
Offline Offline

France France

Posts: 1469



View Profile WWW
« Reply #57 on: March 30, 2010, 07:58:29 AM »

Quote
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 Cheesy

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'
Wink

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.

Quote
{.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
Insane poster
*****
Offline Offline

Posts: 1056


Computer Solutions


View Profile
« 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
Operator
Insane poster
*****
Offline Offline

France France

Posts: 1023


....... chut ! shh!


View Profile WWW
« 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
Pages: 1 2 3 [4] 5 6
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!


Google visited last this page January 06, 2012, 05:33:53 PM