Is it just the index. If you try accessing a different page directly e.g. forums/search.php does that work. Have you tried replacing your PunBB upload with fresh files just in case the original files were corrupted.
326 2007-07-02 02:58
Re: Post-installation problems - index not loaded?! (19 replies, posted in PunBB 1.2 troubleshooting)
327 2007-07-01 22:31
Re: Help centering a banner please (7 replies, posted in PunBB 1.2 troubleshooting)
I meant do this
<p style="text-align: center">
Your timer in here
</p>
And yes, the timer creates a load of invalid markup.
328 2007-07-01 22:09
Re: Help centering a banner please (7 replies, posted in PunBB 1.2 troubleshooting)
align="center" isn't valid xhtml. Try style="text-align:center"
That might not be enough to fix it though. You have a hugh amount of markup in that page which isn't valid.
329 2007-07-01 20:26
Re: Problems with Fontsize (9 replies, posted in PunBB 1.2 troubleshooting)
also for adjusting the font size for IE6 or 7 hold down the ctrl and use the scroll mouse to adjust the font size of the font on any website.......
Actually, thats not correct. In IE7 ctrl+mousewheel controls zooming not text resizing which is a different thing alltogether. To resize text in IE7 you have to use the menu option and that, just like IE6, doesn't work with font sizes set in pixels.
330 2007-07-01 12:23
Re: Problems with Fontsize (9 replies, posted in PunBB 1.2 troubleshooting)
331 2007-06-30 02:48
Re: Simple Antispambot-code Mod v0.8 (39 replies, posted in PunBB 1.2 modifications, plugins and integrations)
There is a slight accessibility glitch with that. The question and hint need to be in one <label> tag which is linked to the input otherwise a screenreader user browsing in forms mode will never hear the question.
332 2007-06-28 13:51
Re: how to make the text in capitals , in the structure? (3 replies, posted in PunBB 1.2 troubleshooting)
Either edit the language files to change them to capitals or use css {text-transform: uppercase} where appropriate.
333 2007-06-28 12:58
Re: Need help to create a PunBB forum! (36 replies, posted in PunBB 1.2 troubleshooting)
What version of php is actually running on your server.
334 2007-06-27 19:02
Re: Powerful antispam in punbb1.3 (18 replies, posted in Feature requests)
More to the point, accessibility is a legal requirement in the UK and, I would guess, most of the EU for sites providing a service to the public. The US has similar though, I think, somewhat weaker legal requirements.
As for graphic captcha's, forget blind people, vbulletin's search captcha is so bad I regularly need several attempts before I can work it out. A non graphic captcha should work in theory but I've yet to see a really good implementation.
335 2007-06-27 16:30
Re: Auto resize images (37 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Moved. That would certainly be a mod if it involves lightbox integration.
336 2007-06-27 13:32
Re: Need help to create a PunBB forum! (36 replies, posted in PunBB 1.2 troubleshooting)
I don't understand the question. To install the forum just follow the instructions here http://punbb.org/docs/install.html which are also duplicated in the documents that came with the download package.
337 2007-06-24 00:04
Re: - Not sure what this is... (8 replies, posted in PunBB 1.2 troubleshooting)
Which browsers did you use to check your site. On viewing source those characters appear before the doctype declaration in Firefox but not in IE or Opera. Have you got anything you can think of which is specific to Firefox.
EDIT: Its Seamonkey as well so its all Gecko based browsers.
338 2007-06-21 20:19
Re: Logo Linking to Index (14 replies, posted in PunBB 1.2 troubleshooting)
Well, if you want to get really sneaky, and I'm not sure this would work. Create an extra link back to you homepage using the link creator in admin cp. Make the link display block with a transparent background. Give it zero height but the same width as your logo and top padding equivelent to the height of the logo then absolutely position it so it sits on top of the logo. You might have to give it zero font-size and line-height as well.
Otherwise you need to add an image link via main.tpl.
339 2007-06-21 10:33
Re: Two problems with forum (16 replies, posted in PunBB 1.2 troubleshooting)
You have this in your style.css stylesheet
h2 {
font-size: 0.8em;
margin-top: 10px;
font-weight: normal;
width: 500px;
color: #777;
}
You have set all the h2 headers to be only 500px wide which is exactly what you are getting.
Try .pun h2 {width: auto}
340 2007-06-21 00:30
Re: Two problems with forum (16 replies, posted in PunBB 1.2 troubleshooting)
That answer is probably that the the box which contains the reply/new topic link is encroaching on the header which doesn't leave it enough room to expand to the full width. One answer is to apply clear:both to the h2 but I would really like to see a live site to see why you have this problem.
If you disable guest posting and then view the board as a guest do you still get the same problem?
On viewtopic, do you only get the problem on the first post?
341 2007-06-20 19:14
Re: Two problems with forum (16 replies, posted in PunBB 1.2 troubleshooting)
57% + 15% + 15% + 28% = 115%
342 2007-06-19 14:59
Re: A little bit of that and a little bit of that (51 replies, posted in News)
Yes.
343 2007-06-18 11:02
Re: [Help] editing style (2 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Youn can only use one background image on each element. You therefore need to use two nested elements with the left hand image being on the inner element and the right hand image being on the outer element.
344 2007-06-17 20:45
Re: Punbb 1.3 status (23 replies, posted in PunBB 1.2 discussion)
To clarify something. RSS and Atom feeds for forums and topics are part of the 1.3 core, there is even a rather sweet little icon.
345 2007-06-14 14:52
Re: Skin making question (5 replies, posted in PunBB 1.2 troubleshooting)
As has been said, you do it exactly the same way as if you were designing a website. Create your graphics in photoshop, slice as appropriate and then apply using css.
346 2007-06-13 02:04
Re: Safari for Windows (10 replies, posted in General discussion)
sirena: don't forget its an early beta. I would anticipate the final version rendering pages at least as well as Safari 2 on the Mac. Anyway, I tend to think they released it for developers rather than end users. If it means I can test Safari without having to find a Mac user or resort to Browsercam then I'm pleased. The other reason for it is that it appears Safari is going to be the development platform for the iPhone.
PS: I have the NY Times open in Safari and Firefox and they look pretty much the same to me above and below the fold. You are not using a non English version of windows are you? If so I have heard that causes problems for WebKit.
347 2007-06-12 16:55
Re: Safari for Windows (10 replies, posted in General discussion)
At first glance I can't see anything wrong with the NY Times page apart from font rendering looking a little unpleasant.
348 2007-06-12 00:45
Topic: Safari for Windows (10 replies, posted in General discussion)
For those that missed the announcement, version 3 of the Safari browser will be available for Windows. A beta is currently available for download.
http://www.apple.com/pr/library/2007/06/11safari.html
349 2007-06-04 19:51
Re: Bug in punbb (3 replies, posted in PunBB 1.2 troubleshooting)
The closing tag is absent on purpose to prevent people accidentally inserting white space which would result in a blank page.
350 2007-06-03 22:48
Re: How do I stop forum from resizing? (12 replies, posted in PunBB 1.2 troubleshooting)
Did you remove BODY #punwrap {width: 82% ...} which for some reason is in your colour scheme file sheet?
Until you do your board will be set at 82%.