File Manager - Add refresh button [SOLVED]
File Manager - Add refresh button
Please add a refresh button to the file manager.
- Jolinar
- Community Moderator
- Posts: 4003
- Joined: Sat 30. Jan 2016, 07:11
- Location: Weimar (Thüringen)
- Contact:
Re: File Manager - Add refresh button [SOLVED]
Data Collector für Community Support
___
Ich verwende zwei verschiedene Schriftfarben in meinen Beiträgen /
I use two different font colors in my posts:
- In dieser Farbe schreibe ich als Moderator und gebe moderative Hinweise oder begründe moderative Eingriffe /
In this color, I write as a moderator and provide moderative guidance or justify moderative interventions - In dieser Farbe schreibe ich als Community Mitglied und teile meine private Meinung und persönlichen Ansichten mit /
In this color, I write as a community member and share my personal opinions and views
Re: File Manager - Add refresh button
This is why most of the other panels I have evaluated have this feature.
Re: File Manager - Add refresh button
Alexander Mahr
**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
Re: File Manager - Add refresh button
If it is not a big thing you could:
- add a javascript button that refreshes the page and just call it 'Refresh'
- or add a small note to advise users that they can use F5 to refresh and the location will be maintained.
- Jolinar
- Community Moderator
- Posts: 4003
- Joined: Sat 30. Jan 2016, 07:11
- Location: Weimar (Thüringen)
- Contact:
Re: File Manager - Add refresh button
On mobile devices you only need a swipe gesture to refresh the web page.
And sorry, if you don't even know such simple things, then you shouldn't manage servers.
Data Collector für Community Support
___
Ich verwende zwei verschiedene Schriftfarben in meinen Beiträgen /
I use two different font colors in my posts:
- In dieser Farbe schreibe ich als Moderator und gebe moderative Hinweise oder begründe moderative Eingriffe /
In this color, I write as a moderator and provide moderative guidance or justify moderative interventions - In dieser Farbe schreibe ich als Community Mitglied und teile meine private Meinung und persönlichen Ansichten mit /
In this color, I write as a community member and share my personal opinions and views
Re: File Manager - Add refresh button
I think the file manager is not really meant for the admin, I've never ever used it.
Nothing beats the shell.
--
A Windows user reinstalls software every few weeks.
A Linux user reinstalls software every few weeks.
The difference is with Linux the version numbers change.
- Jolinar
- Community Moderator
- Posts: 4003
- Joined: Sat 30. Jan 2016, 07:11
- Location: Weimar (Thüringen)
- Contact:
Re: File Manager - Add refresh button
Or in this specific case also a FTP Client like Filezilla, WinSCP, whatever...
Data Collector für Community Support
___
Ich verwende zwei verschiedene Schriftfarben in meinen Beiträgen /
I use two different font colors in my posts:
- In dieser Farbe schreibe ich als Moderator und gebe moderative Hinweise oder begründe moderative Eingriffe /
In this color, I write as a moderator and provide moderative guidance or justify moderative interventions - In dieser Farbe schreibe ich als Community Mitglied und teile meine private Meinung und persönlichen Ansichten mit /
In this color, I write as a community member and share my personal opinions and views
Re: File Manager - Add refresh button
I know how to refresh a page but I would not expect a folder reference in a GET request.
The end-user will definitely not know to examine the URL for such data and then decide, ahah I should refresh the page, all those other panels with a refresh button are stupid.

I know how to do a few things, but you get me mixed up with clients. You have a client area for a reason. The file manger is only available in the client area.
Hope this clears things up.

Re: File Manager - Add refresh button
You say, that clients assumes, when he hit F5, we will be redirected to an other directory / reset their current directory.
I would say, clients, who use KeyHelp do not have to worry about this, they can just hit F5 and everything will be fine.
If other control panels make the user think about a refresh button an a possible reset of their current directory than that is the fault of the respective panels. In KeyHelp F5 just works.
Alexander Mahr
**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
Re: File Manager - Add refresh button
File managers come in 2 basic forms (as you know)
- PHP based, all updates are done by hyperlink and the supply of a new page from the PHP interpreter etc.. A page refresh has occurred (your file manager I am guessong). This will be controlled by variables POST or GET (GET for yours) supplied with the REQUEST.
- then there is the ajax based stuff where the 'new code' is supplied in the background, the DOM is altered and you stay on the same html/php page, no page refresh occurs.
If you hit F5 on a file manager that is using ajax the location/folder data will not be sent over a GET variable and the page will reload fresh.
The reason I expected a refresh button is that when I click on a folder or the up directory button the page refresh is so quick I did not see it or perhaps I thought the file manager was being update by ajax. I did not feel the need to inspect the URL to see GET variables to discover the file manager was PHP based.
I completely understand now that F5 just works (even though I would prefer a button

P.s. I appreciate the feedback I have been given aswell.
Re: File Manager - Add refresh button
If you have to refresh all the time, you are doing something wrong.
sorry
Tobi
-----------------------------
wewoco.de
Das Forum für Reseller, Digital-Agenturen, Bildschirmarbeiter und Mäuseschubser
Re: File Manager - Add refresh button
