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

Pages: 1 ... 126 127 128 129 130 ... 134
1906
HTML & templates / Re: Address line with some operators
« on: November 15, 2007, 07:39:45 PM »
bacter

The order of the parameters is not important, the execution is made in hfs in a very precise order chosen beforehand
The list is created according to filters and rights and the organization is later made

1907
Bug reports / Re: Links before
« on: November 15, 2007, 06:47:52 PM »
I think that: whatever the administrator decides, they are options by default, the users have to have the possibility of organizing the display of listing as they wish it

1908
HFS ~ HTTP File Server / Re: macros coming...
« on: November 15, 2007, 06:43:48 PM »
rejetto change what you want, result must be same like (case of else end) in delphi code and syntax similar

1909
Beta / Re: Testing build #144
« on: November 15, 2007, 06:40:26 PM »
To kpuk :

http://www.rejetto.com/forum/index.php?topic=5208.msg1029725#msg1029725

the solution exist  (source from HFS Terayon v1.2.1.tpl)
insert in your template

Quote
<head>
..
<script type="text/javascript">
<!--
//Browse-able folder tree script
function browseAbleFolderTree(folder) {
var infoFolder=folder;
var path=folder.split("/");
var pathTree="/";
var pathTreeResult="/<a href='/' >Home</a>";
for(pta=1;pta<path.length;pta++)
   {
   pathTree=pathTree+path[pta]+"/";
   pathTreeResult=pathTreeResult +'/<a href="'+pathTree+'" class=\"swapDir\">'+path[pta]+'</a>';
   }
document.write(pathTreeResult);
}
-->
</script>

..
</head>

<body>
..
<script type="text/javascript">
<!--
      browseAbleFolderTree("%folder%");
-->
</script>

..
</body>

1910
HFS ~ HTTP File Server / Re: macros coming...
« on: November 15, 2007, 06:06:50 PM »
To avoid the problem here is a new syntax with
 'en'||'us' 
 'en';'us'   
 'en'&'us'         
 'en'!'us'
  [en][us] 
'en'='us'


{{CASE | '%lang%' | 'en' & ..& 'us' :{{section|english}} | 'fr' & 'be': :{{section|french}} |...| 'ru' :{{section|russian}} |/ELSE :{{section|english}} |/CASE}}

or

{{CASE | '%lang%' | 'en' / ../ 'us' :{{section|english}} | 'fr' / 'be': :{{section|french}} |...| 'ru' :{{section|russian}} |/ELSE :{{section|english}} |/CASE}}

I put / before ELSE to not to confuse with %test%=ELSE
if you don't want comma, you can use another separator a none dos name character in ( \ / : * ? " < >)


1911
Bug reports / Re: Links before
« on: November 15, 2007, 05:32:07 PM »
an option to choice "invert before links and folder order"

For my part I prefer to have in the order:   folders, links , files

can be making with little change

1912
HFS ~ HTTP File Server / Re: macros coming...
« on: November 15, 2007, 04:53:14 PM »
do you like having a macro like

{{ CASE | {{macrotest}} | {{ident1}},{{ident2}}:{{result1}} | {{ident3}},..,{{identN}}:{{result12}} |........| ELSE:{{ElseResult}} }}

all {{ident}} are type of strings
{{macrotest}} is type of string
all {{result}} are what you want

the use of this? it is by example

{{CASE | %lang% | en , us :{{section|english}} | fr , be: :{{section|french}} |...| ru : :{{section|russian}} |ELSE :{{section|english}} }}


1913
HFS ~ HTTP File Server / Re: Question about New file flagged
« on: November 15, 2007, 11:33:32 AM »
it's not possible to refers all files they are new for each user, the analysis is made according to the date of the file and the duration of display of new file.

a possiblity is to add and %item-old% according with %new%  where %item-old%=%timestamp%-%item-added%

1914
Beta / Re: Testing build #144
« on: November 15, 2007, 10:39:27 AM »
addon to build 145
change with 'page' address line operator   
?page=mm dont work alone, correct usage must be ?page=mm&limit=nn

I think that this syntax would be more suited

?page=mm,nn  as ?offset=pp&limit=nn     (pp=mm*nn)
it's more compact.

New template help file attached (missing some symbols)

1915
HFS ~ HTTP File Server / Re: macros coming...
« on: November 14, 2007, 10:47:39 PM »
Il va falloir sérieusement remettre à jour la version de "tpl.hlp.rtf" dans les sources cher ami rejetto. ;D

1916
HFS ~ HTTP File Server / Re: File manipulation ...is this possible?
« on: November 14, 2007, 06:21:30 PM »
just create a real folder with upload access for users you want and put your xls in this folder

Menu-->upload--> don't activate 'NUMBER...' if you want overwritre your xls file

1917
HTML & templates / Re: Address line with some operators
« on: November 14, 2007, 12:09:23 PM »
hello rejetto it's good idea to add  a new line parameter NEW to use like ?recursive&new to see only  files according with %new%

1918
HFS ~ HTTP File Server / Re: Sharing drives
« on: November 13, 2007, 09:34:52 PM »
just you must choice add drive as real folder. :D ;)

1919
i don't know if i can help you whit this, but ...

when using  a router with ip static address like 192.168.1.1  and his dhcp server active, then you can talk all your computer with same mask lan 192.168.1.x/255.255.255.0, by their name    http://namecomputerhfs:port/...

(as soon as when you use \\namecomputerhfs\lanfolder)

you are not more explicit about your problem .....


1920
RAWR-Designs / Re: The countdown begins!
« on: November 12, 2007, 04:11:22 PM »
Look at here rejetto


Pages: 1 ... 126 127 128 129 130 ... 134