The shoutbox works for me in Opera 8.54 but it looks fugly. Instead of scrolling, the entire shoutbox contents continue down the page and the posting form overlays them. Also, for some reason the links are bold if Javascript is off, but aren't bold if JS is on.
26 2006-06-19 20:46
Re: AJAX Shout Box Testing... (22 replies, posted in PunBB 1.2 modifications, plugins and integrations)
27 2006-06-14 18:32
Re: Craaaaaaaaaazy Cookies (12 replies, posted in PunBB 1.2 troubleshooting)
Have you tried picking one base URL and redirecting all the other possibilities to that? I did that on my board so it could be accessed both with and without "www." in the URL, and it seems to work pretty well.
28 2006-06-09 09:03
Re: please use autocomplete="off" in the login form (20 replies, posted in Feature requests)
The autocomplete attribute is invalid XHTML. It shouldn't be too hard to mod PunBB to use it for those who want it, but I hope the core stays valid.
29 2006-06-04 10:33
Re: quickjump without Javascript (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I mostly use Opera 8.54/WinXP, but the redirect script has the same effect in IE 6/XP as Opera.
30 2006-06-04 08:58
Topic: quickjump without Javascript (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
To remove the Javascript, first backup your board, just in case. Then open includes/cache.php for editing. Search for "onchange" (it'll be near the end of the file). When you find it, delete this section:
onchange="window.location=(\'viewforum.php?id=\'+this.options[this.selectedIndex].value)"
Save your changes. Delete all cache_quickjump_*.php files and let PunBB regenerate them, or you won't see any change.
The Javascript affects accessibility because it fires when the selection is changed. Someone navigating by keyboard (like I do when my mouse putzes out) would be unable to immediately access certain forums. For example, I would be unable to select the forum three slots above the current forum, because as soon as I arrowed up once, the script would activate and take me to the forum one slot above me -- not where I wanted to go. This sucks, so I took out the Javascript on my forum using the above method.
31 2006-05-18 03:06
Re: can't login (3 replies, posted in PunBB 1.2 troubleshooting)
32 2006-04-18 08:53
Re: Free Plan? (PunBB Developers Please Read) (5 replies, posted in PunBB 1.2 discussion)
The Tehsig forums are hosted on a subdomain of their main domain, which is not run by PunBB.org. PunBB.org does not host boards for people.
However, you can have a free PunBB-powered board with an address of YOURNAME.mypunbb.com . MyPunBB is not affilated with PunBB.org as far as I know; it just uses the PunBB software.
33 2006-03-19 11:29
Re: Running multiple instances of PunBB with just one installation (2 replies, posted in PunBB 1.2 discussion)
34 2006-03-15 07:50
Re: Send New Message to Mailing List Not Working. (7 replies, posted in PunBB 1.2 troubleshooting)
Try adding the email mod's "from" address to your Yahoo address book. Yahoo claims to always deliver mail from senders in your address book and not mark them as spam. I'm afraid it doesn't help the two-day delay, though.
35 2006-03-09 00:01
Re: [SOLVED] My avatar truncated.. in IE only (13 replies, posted in PunBB 1.2 troubleshooting)
The image files are fine and are only disrupted in IE. That means it's an IE problem, not a PunBB problem. I suspect there's a conflict between the PunBB CSS and your own CSS, both of which are loaded by the board. I've had a similar problem outside of PunBB -- IE seems to have a CSS bug involving display:block on certain elements, but I haven't run down its exact cause yet.
EDIT: The bug has to be in your "style.css"; when I replicate the page on my hard drive and remove only the line calling that stylesheet, the problem disappears.
36 2006-02-26 02:22
Re: how to get rid of '&hellip' in the extern.php results displayed? (2 replies, posted in PunBB 1.2 troubleshooting)
Edit extern.php at this line:
$max_subject_length = 30;
Increase that number until it's longer than all subject lines and you won't have any more ellipses in the results.
37 2006-02-01 20:35
Re: Limit Image Sizes in Sigs (5 replies, posted in PunBB 1.2 troubleshooting)
Sig images are usually remotely hosted, so I don't think PunBB can check image dimensions on them. Not without a mod to host sigs locally anyway, and further modding to check filesize and dimensions before accepting the upload.
38 2006-01-24 16:28
Re: Miniportal is grabbing the wrong post's text (7 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Thanks Steven! I'd given up trying to figure this out, but here it is.
39 2005-12-28 01:02
Re: include extern.php does not work (4 replies, posted in PunBB 1.2 troubleshooting)
You can only do PHP including inside PHP start and end tags:
<?php
include('http://www.paternel.be/forum/extern.php?action=active');
?>
40 2005-10-24 08:51
Re: 1.3 teaser (121 replies, posted in PunBB 1.2 discussion)
That video is a thing of beauty. 1.3 is going to rock!
41 2005-10-24 08:48
Re: Colared usernames with 1.2.9? (5 replies, posted in Feature requests)
Do you mean like this?