If you manually changed the database you need to delete the files in the cache directory. They will then automatically be recreated as per the new database entries.

For future reference, the problem may be that you hadn't closed the inputs e.g. <input .... />

The additional menu items is also really for adding straightforward links e.g. to a home page. Adding anything other than that is likely to result in improper nesting which would result in exactlyt the problem you had. Personally I would have added the donation item to main.tpl.

No permission is necessary. Mods can always stick topics.

Short answer is no, not unless there is a mod out there somewhere.

404

(18 replies, posted in PunBB 1.2 discussion)

Rich: I will get in touch with you once I have my test board re-established.

Good point about the voice commands, I hadn't thought about that one. Fortunately, its only one line of css and all the hidden items are in one block so its easy enough to make stuff visible. This unfortunately is one of those cases where trying to help one set of users is detrimental to another.

405

(18 replies, posted in PunBB 1.2 discussion)

PunBB 1.3 is aiming meet all relevant WCAG "AA" checkpoints.  Improvements of particular interest
- All forms, including the admin interface use standards compliant markup and properly associate labels with with inputs
- All forms are naturally source ordered so tabindex is no longer used and are generally simplified
- Skip navigation links as standard
- Better table markup to make tables easier for screen reader users
- Correct use of active/focus on links to make it easier for keyboard navigators
- Link text improved to avoid links with the same text pointing to different locations e.g. where the menu for a post says "Quote" part of the link is hidden using the accessible "off left" technique. What screen reader users actually hear is "Quote post 6", "Quote post 7" etc.
- Ability to use alt attribute for posted images
- Better, more semantic, markup for post content. In particular, use of paragraphs instead of multiple line breaks.
- There will be some additional stylesheets in the default installation for the visually impaired e.g. large text, high contrast.

Of course, that doesn't help you immediatelly but you can be sure that if you use PunBB 1.2 it will be at least as accessible as any of the alternatives and it will be a painless upgrade to 1.3 which should be a lot better than most of the alternatives.

If in the mean time any of your visually impaired users would like to do some testing on version 1.3 please email me. The more feedback the better. Making something technically accessible is the easy part, making it a pleasure to use for somebody with special requirements is rather more difficult and does need some end user input.

406

(14 replies, posted in PunBB 1.2 discussion)

I'm cutting my own throat here but it probably is an argument. For example, if you wanted the forum listing on the index page to be a definition list instead of a table you can't do that with css. It all depends on how much customization you want or need.

The other thing to bear in mind is what you want the forum for. If you want only a few forums and to give it an informal chatty feel then Vanilla does that very well. If however you need something more structured with more categories and forums then you would be better off with PunBB.

I understood he was talking about scrolling images in viewtopic so I've moved it to modifications.

You haven't got a site defined and have told Dreamweaver to verify all absolute urls have you? I'm thinkg that dear old nightmare stitcher might be inserting your site url in places where it shouldn't, like parser.php.

Its actually quite simple. What he's doing is registering with with the numeric character reference. If you search the userlist here for *aul you will find two members called Paul. The imposter actually registered with

 & # 80;aul

Find your troublemakers username somewhere and then view source and you will see what he actually used to register with.

I've reported this post to ensure Rickard sees it. I'm sure he will change it for you.

411

(1 replies, posted in PunBB 1.2 troubleshooting)

Closed. Duplicate topic..

412

(1 replies, posted in PunBB 1.2 discussion)

Postitions simply means the order in which categories  and forums appear on the index page. 0 will appear first, 1 second etc.

E.g

0 First category
    0 First forum
    1 Second forum
1 Second category
    0 First forum
    1 Second Forum

I like "Last Tango in Punres"

414

(2 replies, posted in Programming)

When it gets really tricky is when you encounter differences between so called standards compliant browsers. One of the nastier ones is that the Gecko 1.7 engine (used by current versions of Mozilla and Firefox 1.0.x) has serious bugs which were fixed in Gecko 1.8. I have found myself having to use different css for FF1.0.7 and FF1.5 which is not easy. FF1.5 also has a serious fieldset bug which none of the other browser have. Safari has several positioning bugs which mean it has to be fed position relative in circumstances where that could screw up something in IE.

I think having more than one IE specific stylesheet is overkill as it is easy to distinguish between IE6 and IE7 within the same stylesheet. IE5 doesn't need very much specific to that version and when it does it can normally be applied without screwing up IE6.

415

(2 replies, posted in PunBB 1.2 troubleshooting)

The real reason is that the default styles were only designed to work down to about 550px. A narrow layout either for wedging into a three column page or a small UA really needs a whole new style specifically for that purpose.

416

(6 replies, posted in General discussion)

Not quite. I mean use an id that already exists e.g. <a href="#punwrap">Top</a> or <a href="#brdheader">Top</a>. That way you don't have emply <a> tags cluttering up the place.

If you have problems and have to use an <a> tag then try <a id="top" name="top"><!-- --></a>

Thats the infamous IE whitespace bug. Try triggering haslayout by giving the links or the anchors a height for IE only.

418

(6 replies, posted in General discussion)

Thats because you can't close an <a> tag like that. You need to get rid of the slash and add a closing </a>

What I don't understand is why you are bothering with an anchor. If you just want to go back to the top use the id from the wrapper div.

419

(18 replies, posted in PunBB 1.2 troubleshooting)

Recoil: no it won't. The indicators have nothing to do with whether a post is read or not. All they indicate is whether the post is new since your last visit. The indicators show for the period set in the timeout. The option for marking all posts as read probably confuses the issue and should more properly be called "Mark all post as old".

420

(5 replies, posted in PunBB 1.2 troubleshooting)

More to the point, is it really just IE7 or is it IE6 as well. And have you read this
http://punbb.org/docs/faq.html#faq2_5

421

(4 replies, posted in Programming)

Personally I use Wamp for testing. A nice one click install of apache, php and mysql. I haven't had any problems with it. I wouldn't use it for a public facing server though, just for development.
http://www.wampserver.com/en/

422

(1 replies, posted in PunBB 1.2 discussion)

Because the extension system can be used instead.

No there isn't, not to v1.2 anyway.

424

(51 replies, posted in News)

1.3SVN is not a release, there are no extensions and we are not supporting it. Please stop posting pictures of it, there is already a picture gallery online.

I really like that. Excellent work.