Remove dropdown box or make AWStats open in new window

ditto

Verified User
Joined
Apr 27, 2009
Messages
2,354
Related: http://directadmin.com/forum/showpost.php?p=194686&postcount=9

First, I would suggest DirectAdmin completely remove static html pages for AWStats.

Then in the AWStasts dropdown box, please make those pages open in new browser windows. Because they are in a dropdown box, users can't right click and open in new browser windows themself, therefor please make them open in new browser windows.

A even better alternative is to only have a single a href html link without any forms and dropdown box, because if you remove static html pages from AWStats, we don't need a dropdown box.

A plain html a href link to AWStats cgi stats, from both fully hosted domains and subdomains, would be the best, and then you don't need to open them in new windows, because users can right click and do this themself if they want to.

If you keep the dropdown box, please make the AWStats open in new browser windows.
 
Thank you very much! Also, I just edited the post that I linked to above, because there was a mistake in my code example wich might confuse you.

I edited this:
$data = str_replace(">Present", " disabled='disabled'>", $data);

To become this:
$data = str_replace(">This month", " disabled='disabled'>", $data);

Sorry if I confused you about what I was doing. Again, thanks.
 
Back
Top