651

(15 replies, posted in General discussion)

I've been using it constantly and its rock solid. Its rendering is also somewhat superior to that of Firefox 1.5 and vastly superior to earlier versions of Firefox.

652

(6 replies, posted in PunBB 1.2 troubleshooting)

Looks fine to me, try clearing your cache.

653

(6 replies, posted in PunBB 1.2 troubleshooting)

http://punbb.org/forums/viewtopic.php?id=7181

654

(68 replies, posted in PunBB 1.2 troubleshooting)

hcgtv: if he's been raised on Windows and and is too young to have used Dos he probably calls it a "folder".

Actually I think it should have been posted at Punres but will move to troubleshooting anyway.

656

(15 replies, posted in General discussion)

Moved as its drifted away from being anything PunBB specific.

I think I already suggested that for 1.3 but I can't quite remember what the response was. Some boards go further and use no-follow for members with less than a certain number of posts or whose join date is less than x days ago. Personally I'm all in favour of it.

On a similar line of thought, what about blocking all posted links where the users last visit time/date is the same as there join time/date. Are bots clever enough to join, log out, log in again and then post?

I don't think there is any magic bullet for spam, its just a question of chipping away at it with a number of small steps. Though I still think we need to make it easier to remove spam that has got through.

658

(15 replies, posted in General discussion)

Absolutely nothing to do with PunBB. There is no control over who installs the forum or what they use it for.  If you want to take any action what you do is entirely your choice.

659

(38 replies, posted in General discussion)

I wonder if they've fixed this yet, though I doubt it.
http://www.post21.co.uk/files/Firefox_test.html

As far as the posting of links is concerned. Wouldn't a simpler idea be to have an admin option to allow/disallow posting of live links according to group membership. That way you could disallow posting of links by guests and by any other group you choose. Thats not a whole solution but I suspect it would take care of quite a large percentage of guest spam.

The other alternative is to find a way to apply the moderator controls to search results. It does nothing to prevent spam but would make it hell of a lot easier to clean up.

662

(34 replies, posted in PunBB 1.2 troubleshooting)

If you don't put that in a code box I will delete it.

Thanks for the report and sorry you had trouble with the email.

I've copied the content of your post to the admins/mods private forum so Rickard can take a look at it.

pogenwurst: I guest there was nothing good on TV tonight then.

665

(8 replies, posted in General discussion)

http://independentsources.com/2006/07/1 … pany-urls/

Moved. Wrong forum.

667

(2 replies, posted in Programming)

Shouldn't it be
h2.classnamehere:after {
  content: url(whatever);
  }

I don't quite understand why you would want to use :after, it would be simpler to use a background image on the h2 which would also work in IE.

668

(1 replies, posted in PunBB 1.2 troubleshooting)

Go to Administration/Forums then hit the link that says "Delete".

Why do you need a template engine, its just another language to learn and does nothing useful. Thats not to say you shouldn't template your project but why do you need something like Smarty on top of php.

The use of "&" is not valid xhtml, the reason being that in xml "&" is reserved for signifying the start of an entity reference. Its use results in the validation error "unknown entity". If you were to serve the pages as application/xhtml+xml the "&" would cause the page to fail completely if the browser was using a strict xml parser.

The only time you must use "&" is if you are using header() because the link does not appear in the markup and "&" would actually get sent to the browser as a string.

Moving this topic since clearly not a bug.

As far as wysiwyg editors, they are not suitable for a default installation. First, they rely on javascript so what would the fall back be for users with javascript disabled. Second, I'm pretty sure none of them satisfy WCAG accessibility guidelines. Third, not all of the features work in all browsers. Fourth, storing html in the database is going to take a lot more room than storing straight text resulting in a database overhead.

I tend to think these systems are fine if you are running a cms where a limited numer of people will be making submissions but are not really suitable where the world at large can sign up and post. A forum is essentially meant for quick and dirty communication not well crafted submissions.

Of course, there may be forums where the nature and size of the of the membership means it would work very well so there is no reason it couldn't be a modification.

One reason against doing it is that if the markup is badly written or the poster wants to be a pain then the whole page could be trashed. If the forum was being served as xml it would even worse because the xml parser would just refuse to output the page. Just checking for malicious tags wouldn't be enough, you would really have to run it through an xhtml validator to check the markup was well formed which would result in much more of an overhead then using a bbcode parser. Unless of course you can guarantee all your members are experts at writing valid xhtml strict and will never forget a closing tag.

The only realistic way of doing it would be to use bbcode for posting and then run parser.php against it and store the result. The downside of that is it would only work for new posts, existing posts would be a mess.

673

(76 replies, posted in PunBB 1.2 discussion)

quaker wrote:

kewl paul can i submit a few good logo to go on there?

No, unless Rickard says otherwise.

674

(76 replies, posted in PunBB 1.2 discussion)

http://www.cafepress.com/buy/PunBB/-/pv … fpt_/hlv_t

What I said is the correct way, you just forgot "color" in the declaration.