Jump to content
View in the app

A better way to browse. Learn more.

The Uniform Server Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Small hack to re-enable scrolling

Featured Replies

I never liked the new manager interface which forced me to scroll the page with up/down buttons. It was slow and tedious. Now I have finally made a small change to re-enable ordinary scrolling via mousewheel.

 

In

 

\diskw\home\admin\www\index.php

 

<frameset cols="220,*" marginwidth="0" marginheight="0" frameborder="0" border="0" borderwidth="0">
<frame src="navigation.php" name="navigation" scrolling="no" noresize="noresize" id="navigation" />
<frame src="start.php" name="content" scrolling="no" noresize="noresize" id="content" />

 

has been changed to

 

<frameset cols="230,*" marginwidth="0" marginheight="0" frameborder="0" border="0" borderwidth="0">
<frame src="navigation.php" name="navigation" scrolling="yes" noresize="noresize" id="navigation" />
<frame src="start.php" name="content" scrolling="yes" noresize="noresize" id="content" />

 

In

 

\diskw\home\admin\www\navigation.php

 

comment out or remove the following

 

<div id="staticbuttons" style="position:absolute;">
<a href="java script:" onmouseover="myspeed=-thespeed" onmouseout="myspeed=0">
<img src="images/arrows_up.gif" alt="Scoll Up" /></a>
<a href="java script:" onmouseover="myspeed=thespeed" onmouseout="myspeed=0">
<img src="images/arrows_dn.gif" alt="Scoll Down" /></a>
</div>
<script type="text/javascript" src="js/scroller.js"></script>

 

And in

 

\diskw\home\admin\www\includes\footer.php

 

comment out or remove the following

 

<div id="staticbuttons" style="position:absolute;">
<a href="java script:" onmouseover="myspeed=-thespeed" onmouseout="myspeed=0">
<img src="images/arrows_up.gif" alt="Scoll Up" /></a>
<a href="java script:" onmouseover="myspeed=thespeed" onmouseout="myspeed=0">
<img src="images/arrows_dn.gif" alt="Scoll Down" /></a>
</div>
<script type="text/javascript" src="js/scroller.js"></script>

 

 

Hope this is useful for someone

 

Pont

The post will help others thought I would add the following for completeness:

 

Consider changing these files:

 

/diskw/home/admin/www/phpinfo.php

/diskw/home/admin/www/vhost.php

/diskw/home/admin/www/cgi-bin/en/footer.pm

 

Again remove this section from the files:-

 

Scroll Up

Scroll Down

 

 

All the modified pages contain this line of JavaScript it is now redundant hence delete it as well.

 

<script type="text/javascript" src="js/scroller.js">

 

One final point if you do not like the link colours change them

Open this file: Uniform Server\diskw\home\admin\www\css\main.css

 

Locate the link tag and change it as shown to give blue links

 

a {

color:#0000FF;

text-decoration:none;

}

 

I am lazy and used a version created by pixelsoul even had the audacity to pop in on UniCenter check out the page http://center.uniformserver.com/us_33_cosm...s/apanel_1.html.

 

 

:rolleyes:

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.