551

(124 replies, posted in News)

From my modest donation, you can do whatever you like. I even think you should buy yourself something nice, so you're in a good mood to rewrite the search and add server-side read/unread thread tongue

552

(15 replies, posted in News)

Yep, precondition failed usually means that the mod_security is a little too nervous.

553

(2 replies, posted in PunBB 1.2 discussion)

The PunBB licence does not impose an output copyright notice.

Nope, sticking to MySQL.

555

(124 replies, posted in News)

Rickard wrote:

Maybe we should settle on $400 and by 20x20 pixels?

Why not use the million penny page ?

556

(124 replies, posted in News)

CodeDuck wrote:
Jérémie wrote:

What cool title ?

I guess Rewozz wants to be a recognized "PunBB Donor"

We get special things ? I remember having my name put on the donations listing when I donated several month ago, but that's it. In fact, Rickard asked at the time a url to link to and forgot to put it wink

But donating is not about special things... it's about punbb and its developement, not us

Only if you let PunBB use the obsolete Latin1 charset. If you use utf8 with PunBB, no need for another encoding wink

558

(124 replies, posted in News)

What cool title ?

For thoses prices, I don't think you will find a better one. If you have specific murphy issues with OVH itself, try Celeonet for example. It's close in both prices and quality.

560

(48 replies, posted in General discussion)

Why the question ? Simply use the PHP strftime() function, and let the administrator of a forum choose whatever format he want to use.

Or was it a general question, and not a PunBB one ? I'm confused :

Smartys wrote:

1. Is very difficult tongue

Nope, it's very simple. And very much needed. But that's an old debate...

For pogenwurst: look at the MarkAsRead modification. But it's a mod, so that mean ssh, svn, diff, patch, grep and all kind of dino-geeky-wizard things to keep your punbb updated after it (when it can be updated).

562

(124 replies, posted in News)

Elzar wrote:

Why not use The Million Penny Homepage and save yourself alot of money..
http://www.millionpennyhomepage.com/

big_smile !

563

(11 replies, posted in PunBB 1.2 show off)

By the way, I can't register : " Error: Could not connect to smtp host "smtp.johnlennonforum.com" (97) (Address family not supported by protocol)."

564

(11 replies, posted in PunBB 1.2 show off)

Try http://browsershots.org/

565

(124 replies, posted in News)

Sorry I'm really short right now, only $2.

Rod wrote:

If Textile was so better than BBcode, all forums would use textile.

So WIndows is worth any unix a hundred times ? roll

BBcode is simply for the final user, and you know all the new generation of users need really simplicity.
Textile is much simpler than bbcode.

It's mostly old text-only (usenet-like) markup, with some more for the complex things :

*strong emphasis*
_emphasis_
??cite??
"text":http://url
bq. a quotation block

and so on. Once you get it, you won't find simpler or faster to use.

567

(19 replies, posted in Feature requests)

It can be done, PunBB is open source.

Frank, I know but that's a moderation issue, not a software one. And it's pretty easy to handle.

568

(19 replies, posted in Feature requests)

A fixed size avatar would not be too much of a burdain to have this feature.

569

(6 replies, posted in Feature requests)

A directory can be writable and yet not be a 777. It would not be nice to silently force a 777 chmod if it's not needed.

570

(27 replies, posted in Feature requests)

The a tag has *nothing* to do here. IE doesn't handle hover on non anchor element, so be it. The best way to do this, is with 3 levels :

- first, the text with the same color and background. TO read it, you have to select it.
- second, if the reader use any modern browser, the hover css rule
- third, if it has javascript activated, you can use js to display it/hide it better.

But only in that order.

571

(4 replies, posted in PunBB 1.2 troubleshooting)

The logical solution would be to use the Fulltext search capability of MySQL, if you have it.

572

(5 replies, posted in Feature requests)

If you use Subversion, the Windows client (Tortoise SVN) is probably the best SVN tool around. He can apply diff patch.

573

(67 replies, posted in News)

Snoogly, the simplest way: on each page you just linked, you have a link to the last version of the file. Copy the content (like http://dev.punbb.org/file/trunk/upload/ … hp?rev=173) from <?php to the last line of the code) and copy it into the file of the same name, then upload the new file edited.

Well, some forums might do this several times. Myself, I want to test several ideas or themes.. so I open a specific forum. If that work, but the trafic is not enough for a single forum ; or if the theme had a time table now over, I can migrate the content into a parent forum.

It's both for temporary forum, and for testing (as in testing a new idea, not technical test). Yes, I guess for some people a plugin would be useful.

But that's certainly not a core feature needed... an automatic mark thread as read is muuuuuch more important big_smile

Maybe... a SQL query is not that hard, especially with things like Eskuel or PhpMyAdmin and a query as simple as that one. It's a little intimidating for some, but it should, because if something goes wrong you need to repair it yourself.