Michael Morris
First Post
I have prepared a topbar specifically for the messageboards similar to the one in use on the Dusk Site but tailored to the messageboard. A test of it is here:
http://enworld.cyberstreet.com/hosted/Dusk/messageboard/titlebar.php
The file uses JAVA script, but then again so does the UUB boards themselves, so none of the browsers on this site should have any problem with it.
The generating files are all in
http://enworld.cyberstreet.com/hosted/Dusk/messageboards/
They are
menuheaderscript.php
menubody.php
mm_menu.js
arrows.gif
titlebar.gif
Installation
Installing the menubars, is self contained. If updates are needed later I can do this for you by changing the menuheaderscript.php file (I do not have to tamper with the main index file).
Place all the files above in the same directory as the forumn's index.php file. Then add these two lines of PHP code.
Somewhere in the header of the file
Immediately after the body tag...
The whole thing is only 20 pixels high, and I think it will be very useful. Though I suspect that it is possible to create an alternate index file on the boards to test this, I didn't want to try since its not my place to tamper with the boards.
Anyway Russ, Piratecat, I'd really like this to see use. What do you say?
http://enworld.cyberstreet.com/hosted/Dusk/messageboard/titlebar.php
The file uses JAVA script, but then again so does the UUB boards themselves, so none of the browsers on this site should have any problem with it.
The generating files are all in
http://enworld.cyberstreet.com/hosted/Dusk/messageboards/
They are
menuheaderscript.php
menubody.php
mm_menu.js
arrows.gif
titlebar.gif
Installation
Installing the menubars, is self contained. If updates are needed later I can do this for you by changing the menuheaderscript.php file (I do not have to tamper with the main index file).
Place all the files above in the same directory as the forumn's index.php file. Then add these two lines of PHP code.
Somewhere in the header of the file
PHP:
include("menuheaderscript.php");
Immediately after the body tag...
PHP:
include("menubody.php");
The whole thing is only 20 pixels high, and I think it will be very useful. Though I suspect that it is possible to create an alternate index file on the boards to test this, I didn't want to try since its not my place to tamper with the boards.
Anyway Russ, Piratecat, I'd really like this to see use. What do you say?
Last edited: