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 ... 132 133 134 135
1996
HFS ~ HTTP File Server / Re: userparam's and %lang%
« on: October 08, 2007, 10:31:50 PM »

If you want to create a site multilanguage this is very simply made without %lang% and the other subtleties

uses folders for different languages

English , Français , Deutch .......     or links to this hide folders  (with gif logos to differenciate)

into hfs root template put a special page with no login , only links or folders with explain to users how they can do.

and into every folder put your principal template hfs.diff.tpl tranlate in every language this will be recurssive for each subfolders into "folder-lang"



1997
HTML & templates / Re: to rejetto about templates
« on: October 08, 2007, 10:20:55 PM »
For Rejetto:

Would it be possible to add options in url with  Offset=x & limit=y 

a filter of mask        & mask=*.*   ( example  &mask=*.mp3 )

a filter of direction   & rev     to invert listing of files


1998
HFS ~ HTTP File Server / Re: when will possible see this:
« on: October 08, 2007, 07:33:23 PM »
In that case everything of let us let us advances our watches of 10 years follows. LOL ;D

1999
HFS ~ HTTP File Server / Re: Find and Replace for the template editor.
« on: October 08, 2007, 01:44:19 PM »
Another solution would be to be able to use,

 or a template which would be in the same directory as hfs.exe,
 then this one would be saved and reloaded in every runnning hfs under the name of hfs.tpl or;

 or we could use a link in ROOT (as virtual folder) of hfs in the form of file masked with as hfs.diff.tpl name,
 in this way if the file exists then this one would be in charge be loaded with instead of the others for the page
" http: // mysite "

if ROOT is assigned as a real folder, put hfs.diff.tpl into the real folder is same as below...




2000
HFS ~ HTTP File Server / Re: Find and Replace for the template editor.
« on: October 08, 2007, 01:20:19 AM »
1 possibility to use internal editor, and not the popup windows with internal diff template?

2 context menu on a folder --> advanced--|
                                                        |-- Local Diff Template
                                                        |-- External hfs.diff.tpl
                                                        |-- ...

3 and we can use internal or external editor using a choice of editor into menu/options .

2001
HFS ~ HTTP File Server / Re: Find and Replace for the template editor.
« on: October 07, 2007, 11:25:19 PM »
Rejetto, simply the possibility of being able to call a program of external edition which is launched with the extension .tpl, this extension would be associated by the user by " click straight ahead on the tpl " and " to open with by default " 
I associated at home the tpl with notepad ++ ....

2002
HTML & templates / Re: Requesting a template edit
« on: October 05, 2007, 09:26:14 PM »
into template you can find this section

[unauthorized]
<div class="MessageHeader">
   Unauthorized
</div>
   <br />
<div class="MessageText">
   You need to login first, before you are able to acces the requested page.
   <br /><br /><br />
   <img src="/~img14" height="15"/><a href="../" class="MessageText"> Back to previous page..</a>
   <br />
    &nbsp;
</div>


Modify at your convenience so that it shows what you want, without forgetting the link


<a href="javascript:history.go(-1);"> CLICK HERE TO RETURN</a>

2003
HTML & templates / Re: to rejetto about templates
« on: October 05, 2007, 08:52:11 AM »
to use "?offset=10&limit=20"

in tpl, you find [folder] section as default template
[folder]
<tr><td>%new% %protected% <a href="%item-url%"?offset=10&limit=20"><img src="/~img_folder" /> <b>%item-name%</b></a>%comment%<td align=center><i>folder</i><td align=right>%item-modified%<td align=right>%item-dl-count%

"offset" is the first file who will appear 0=first
"limit " is number of total files

"?offset=0&limit=5" define files 1 to  6
"?offset=6&limit=5" define files 6 to  11
and ....


into a scrîpt somes variable are initiate deb=0 increment=limit_defined
 
[folder]
<tr><td>%new% %protected% <a href="%item-url%"?offset=deb&limit=increment"><img src="/~img_folder" /> <b>%item-name%</b></a>%comment%<td align=center><i>folder</i><td align=right>%item-modified%<td align=right>%item-dl-count%

with two button like
<a name=preview onclick=preview()>PRE</a>   
associate with
 function preview()  {deb=deb-increment; if (deb<0) {deb=0}; return}

<a name=preview onclick=nextview()>NEXT</a>   
associate with
 function nextview()  {deb=deb+increment; if (deb>%number%) {deb=deb-increment}; return}

i don't know how to export the value corresponding to %number% in javascript , must be tested..

Post your tests an results

thanks

2004
If you use "ADD FOLDER FROM DISK" in hfs to create a link towards a removable disk such a CD-ROM and if the removable disk is empty then the link does not appear in the web page and it is necessary to update having put a cd for example.

2005
HTML & templates / Re: to rejetto about templates
« on: October 04, 2007, 06:28:08 PM »
Several things are not informed in the help assistant of hfs editor
 
An update of this in the next version beta version would  be indeed.

I read a post concerning %time% and %date% what is it of their use? wich section and information are they return?

2006
HTML & templates / to rejetto about templates
« on: October 04, 2007, 02:04:48 PM »
A little adpatation for the display of files in web page:

1 It is possible to sort out 'by name',  'by date' and 'by download' , but also nearly sort out the possibility 'by type (.ext )'; an oversight I hope?

2 is there a possibility to limit the number of filesshown on screen  to create a multi-systeme pages
1 ...  12 13 14 15 16  ....  45  as in forums?

A general option would allow to select the number max of files shown by page with variable %FILES-PAGES% with can be modified into template like %FILES-PAGES%=(UNLIMITED|x) (x= nb files/page) and create sections  as [up] with [PAGE-]and [PAGE+] a minimum of javascript being the necessary , good on

2007
HTML & templates / Re: problem with flv files
« on: October 02, 2007, 10:46:51 PM »
i found this site for you

http://files.codes-sources.com/fichier.aspx?id=32284&f=lecteur.html

PS: into your profile
http://www.rejetto.com/forum/index.php?action=profile
 indicate your country and save

2008
Français / Re: France
« on: October 02, 2007, 01:44:37 PM »
pour plus de détails il faudra regarder aussi cette page
http://rejetto.com/wiki/index.php?title=HFS_Documentation_%28English%29

et parcourir toutes les options

2009
HFS ~ HTTP File Server / Re: alons0 proposal for different address2name
« on: October 02, 2007, 01:25:26 PM »
Why not to add one dialog box as tray message and let the user choose what he wants to add and in which order with variables %ip% %port% %adress2name%

datetime %ip%:%port(%adress2name) .....

2010
HFS ~ HTTP File Server / Re: DVD-CD-ROM Error
« on: October 02, 2007, 01:07:17 PM »
simply rename folders as F: D:  with no ":" caracter and that work fine

Pages: 1 ... 132 133 134 135