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
552 2005-10-04 04:40
Re: The PunBB Newsletter (15 replies, posted in News)
Yep, precondition failed usually means that the mod_security is a little too nervous.
553 2005-10-04 04:39
Re: Illegal Use of PunBB? (2 replies, posted in PunBB 1.2 discussion)
The PunBB licence does not impose an output copyright notice.
554 2005-10-03 00:53
Re: Informal Poll - Databases used with PunBB (9 replies, posted in PunBB 1.2 discussion)
Nope, sticking to MySQL.
555 2005-10-01 02:13
Re: PunBB needs your money! (124 replies, posted in News)
Maybe we should settle on $400 and by 20x20 pixels?
Why not use the million penny page ?
556 2005-09-29 21:22
Re: PunBB needs your money! (124 replies, posted in News)
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
But donating is not about special things... it's about punbb and its developement, not us
557 2005-09-29 05:54
Re: extern.php with utf8 db & utf8 wordpress, but iso display : a solution (7 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Only if you let PunBB use the obsolete Latin1 charset. If you use utf8 with PunBB, no need for another encoding
559 2005-09-29 00:27
Re: looking for a good hosting+domain name (3 replies, posted in General discussion)
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 2005-09-29 00:25
Re: International date format (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 :
561 2005-09-25 00:36
Re: How can I do these things on my forums? (15 replies, posted in PunBB 1.2 discussion)
1. Is very difficult
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 2005-09-23 16:25
Re: PunBB needs your money! (124 replies, posted in News)
Why not use The Million Penny Homepage and save yourself alot of money..
http://www.millionpennyhomepage.com/
!
563 2005-09-23 14:02
Re: John Lennon Forum (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 2005-09-23 14:01
Re: John Lennon Forum (11 replies, posted in PunBB 1.2 show off)
565 2005-09-23 12:19
Re: PunBB needs your money! (124 replies, posted in News)
Sorry I'm really short right now, only $2.
566 2005-08-28 09:48
Re: I think Textile should replace BBcode (37 replies, posted in PunBB 1.2 discussion)
If Textile was so better than BBcode, all forums would use textile.
So WIndows is worth any unix a hundred times ?
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 2005-08-11 15:22
Re: Remote Avatar (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 2005-07-30 03:45
Re: Remote Avatar (19 replies, posted in Feature requests)
A fixed size avatar would not be too much of a burdain to have this feature.
569 2005-07-08 10:28
Re: Use chmod in install.php (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 2005-05-12 15:24
Re: Spoiler tag BBCode built in? (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 2005-05-09 13:22
Re: the size of the database. (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 2005-04-30 22:56
Re: "update patch" without using shell (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 2005-04-30 19:01
Re: PunBB 1.2.5 (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.
574 2005-04-28 19:04
Re: How to merge 2 PunBB forums into one ? (13 replies, posted in PunBB 1.2 troubleshooting)
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
575 2005-04-28 18:38
Re: How to merge 2 PunBB forums into one ? (13 replies, posted in PunBB 1.2 troubleshooting)
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.