If UltraEdit is that good, $40 don't seem much.
502 2006-07-21 22:41
Re: Users in 2 Groups? (36 replies, posted in PunBB 1.2 troubleshooting)
I also think it's a core feature of forums, and I also waste time on multiple groups handling every needed scenarios. However I do understand what's at stake, and what that would imply. Maybe it's best to leave it open in 1.3, play with the new version, the new plugin system, and see what can be done with it. If it ain't possible to achieve that with a plugin, then we could always try to convince Rickard to implement it in 1.4. Or best, someone PHP knowledgeable could submit a diff patch to the community, and keep Rickard working on other things
503 2006-07-10 21:45
Re: Because of DB management, i give up PunBB ........... (11 replies, posted in PunBB 1.2 discussion)
I pay around $3 a month for a good small shared hosting, with ssh access. And with ssh, you can do pretty much anything you need and you pay for.
504 2006-07-09 15:13
Re: Because of DB management, i give up PunBB ........... (11 replies, posted in PunBB 1.2 discussion)
so i need the mutiple files bak tool. that split the mysql bak file to files about 1M ... and if you got 20M then it will be 20 .sql files for downloading ..
So write it, or pay someone to write it.
Or more clever, find a decent host.
This has nothing to do with PunBB.
505 2006-07-03 15:45
Re: file attachments - would be great! (3 replies, posted in Feature requests)
Will probably be a plugin in 1.3
506 2006-07-01 19:53
Re: The format of the "fancy urls" in 1.3? (26 replies, posted in PunBB 1.2 discussion)
Try to look at the article creating/saving stage. There are two SQL column, one for the title, and for the the "url-title". Ask on the TXP forum if needed.
507 2006-06-26 19:43
Re: The format of the "fancy urls" in 1.3? (26 replies, posted in PunBB 1.2 discussion)
Yup, it's probably the best way to do it. Look at the Textpattern GPL code, this soft already do this for the articles.
508 2006-06-22 03:03
Re: Are then any disadvantages to running the forums in UTF-8 (7 replies, posted in PunBB 1.2 discussion)
Haven't tested that far. You know, we still have a major search bug with single quote (and they are quite importanty in several languages), so proper alpha sorting isn't really on the top of the list
509 2006-06-16 14:53
Re: Are then any disadvantages to running the forums in UTF-8 (7 replies, posted in PunBB 1.2 discussion)
Not as long as you're running MySQL 4.1+ and have the mb_string stuff in php.
I run it with 4.0 from some time (started with 4.1, did a dump --compatible-mysql40), no issues.
510 2006-06-16 14:48
Re: smart quotes (20 replies, posted in PunBB 1.2 troubleshooting)
Well, that depend on how you handle utf-8. Right now, a 1.2 PunBB set to utf-8 has some problem. It doesn't appear with IE6 or Firefox, but for example the W3C html validator don't like them. Maybe you should apply Textile to the post's texts ?
511 2006-05-15 05:38
Re: Problems with Hotmail accounts (8 replies, posted in PunBB 1.2 troubleshooting)
specially hotmail users.
Wrong mail provider, switch to a decent one.
512 2006-05-15 05:37
Re: open links in new tab/window (9 replies, posted in Feature requests)
phpbb,vbulletin,ipb etc opens them in new window, punbb is the first one i met that opens them in the same window. couldn't i be right?
It's one of the many qualities of PunBB. And one of the many defects of these others softwares.
513 2006-05-15 05:35
Re: How big a problem is spam (68 replies, posted in PunBB 1.2 discussion)
I have no problem with forum spam, but I don't admin big boards. However I don't see how PunBB could be less or more secure than any forum software.
514 2006-05-13 05:23
Re: MD5 hash password is hackable ? (19 replies, posted in PunBB 1.2 discussion)
MD5 is not secure anymore, for a little less than 2 years now. I doubt this was used here to hack one's forum, but in theory MD5 should not be used anymore for anything.
515 2006-03-14 06:23
Re: mod_rewrite for Users (10 replies, posted in PunBB 1.2 troubleshooting)
If you need this now, search the forums for rewrites rules hack. There are several.
If you can wait, v1.3 will have native clean URL.
516 2006-02-22 08:49
Re: Why the people will use PunBB? (19 replies, posted in PunBB 1.2 discussion)
Why the people will use PunBB and no other BB?
Because it's standard compliant.
517 2006-02-07 01:45
Re: UTF-8, the final solution... (20 replies, posted in PunBB 1.2 troubleshooting)
No, it work with MySQL <4.1. Textpattern does it for example. MySQL doesn't simply understand what he is storing, but that doesn't matter.
518 2006-01-29 23:08
Re: 1.3 coming... (109 replies, posted in General discussion)
Well, I am tomorrow past 6 minutes. Still nothing! I'm shock!
Waiting for 1.3... waiting for 1.3... waiting for 1.3... waiting for 1.3... waiting for 1.3... waiting for 1.3... waiting for 1.3... waiting for 1.3... waiting for 1.3......
Yes, I will take my medecine, I'll promise...
519 2006-01-17 19:00
Re: Pun BB is great for mobile devices! (7 replies, posted in PunBB 1.2 discussion)
That's the wonder of code (HTML) standards. Standards are good. Tagsoup is evil.
520 2006-01-17 18:59
Re: Rewrite bbcode functions (8 replies, posted in Feature requests)
Along those changes, a quite useful thing to have would be to allow multiple "markup" (or encoding) for posting. A common requested example is Textile.
Not code them or implement them, just leave rooms (and hooks) for them so that the 1.3 plugins may easily implement them for example.
521 2006-01-05 10:54
Re: Encoding (9 replies, posted in Feature requests)
Yes, you're right. But I think it's the time to think about a full-utf8-support PunBB
Until now, after many days play with punBB & MySQL UTF8, I think it's possible
It's possible right now. Set the charset to utf-8, encode the locale strings into utf-8, for the most part it works. A full support of utf-8 would be nice though, and even more nicer to set utf-8 as the default charset (it would solve most of the non-english issues).
522 2006-01-05 10:52
Re: Encoding (9 replies, posted in Feature requests)
You can put UTF-8 into MySQL 3.x and 4.0 without a problem. It still work. You simply don't have access to some fancy functions. Besides, MySQL 4.1 is what... 2 years old now ? Time to move on
523 2006-01-04 16:17
Re: 1.3 coming... (109 replies, posted in General discussion)
I would donate too, but realisticaly one month off is a little too big for the PunBB community
524 2005-12-29 20:12
Re: The CSS method Resize : great (3 replies, posted in General discussion)
Will he pay for my bandwith ?
525 2005-12-28 21:02
Re: Indexing is not unicode-safe (20 replies, posted in PunBB 1.2 troubleshooting)
However, I don't believe it is material for the official codebase just yet. mbstring isn't included in the default install of PHP and thus, lots of systems are up and running without it. It also comes with a performance penalty in comparison to the native singlebyte string routines in PHP (which are used very frequently I might add). It's a sad story, but I don't believe it's possible to write a UTF-8 capable discussion board in PHP today that works with multiple databases and the millions of different configurations that occur. There's always going to be something missing or something misconfigured.
Textpattern is no board, but it handle utf-8 quite nice.