MetaPost comments and questions about the messageboards and other parts of EN World. If you have a problem, this is where to go. Moderator email addresses are posted here.
Adding a topbar. (So can we do this or not Pirate Kitty / Morrus)??
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:
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 Code:
include("menuheaderscript.php");
Immediately after the body tag...
PHP Code:
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 by Michael Morris; 4th March 2003 at 10:19 PM..
I've been doing multiple edits to this post to get the appearance right. Seems the UUB translator tries to process html commands - I thought that was turned off, but oh well.
Last edited by Michael Morris; 3rd March 2003 at 05:01 AM..
Originally posted by Terraism Darkness made a good point, in that it could be a resource eater, but I doubt it. Either way, if it works, I'm voting for it.
Here's Michael Morris' response to my query, BTW:
Quote:
Originally posted by Michael_Morris This is how much memory the two included files need...
Total 22,161 bytes (21 K). This can't be cached, so it has to reload with *every* page. This comes out to just over 7 seconds / page @ 28.8 kbaud (the lowest end of modems still commonly in use).
Your browser can cache the other two involved files.
Terra's right, it's JAVA script so it isn't going to suck up your processor's power - download time could be a problem, but even in the cast of 28.8 it's not that bad.
The server's only contribution is the upload time. And I would point out that more than a few folks have 'sigs well in excess of 21 K, so I don't *think* this addition is that much of a problem.
Last edited by Michael Morris; 3rd March 2003 at 06:05 AM..
It's and interesting idea, but with the boards already slowed down by all the 3.5 news gawkers (and I mean that in a nice way) I would rather not see something that slows it down more, even if only a few seconds a page. Can you make it optional?
Originally posted by Darkness Michael Morris has since checked it again and found that the extra time is only 1/8 of the original estimate, BTW.
So it's not a biggie.
I spoke too soon. My initial pessimistic outlook was correct.
Originally posted by Dragongirl It's and interesting idea, but with the boards already slowed down by all the 3.5 news gawkers (and I mean that in a nice way) I would rather not see something that slows it down more, even if only a few seconds a page. Can you make it optional?
Making it optional would require altering the messageboard code in a major fashion. That said, it *theoretically can be done (It's a question of omitting 2 include calls).
BTW, if you want to get a firm idea on how this would affect downloads, visit the Dusk pages (empty your cache first if you've been there before). The code used on those pages is virtually identical to what I'm suggesting.