Nice PM plugin, I'm adding it to the Recommended Plugins of the PunBB Review. How does it compare with the Private Message System plugin available at http://www.punres.org/desc.php?pid=52 ?
2 2011-01-18 13:22
Re: [Release] jQuery Chat (41 replies, posted in PunBB 1.3 extensions)
Nice chatting plugin, I'm adding it to the Recommended Plugins of the PunBB Review
3 2011-01-18 13:15
Re: css discussions (5 replies, posted in Discussions)
I don't agree, a forum does not store tabular data, but listed one (list of messages/posts), so I don't see why it would be stored semantically in a table instead of a list.
I agree that the CSS is much simpler, but we have to think beyond that if we want to create the real web. And if you are not convinced, think about accessibility, smartphone screens and so on ;-)
4 2011-01-18 13:11
Re: How much lightweight PunBB is? (3 replies, posted in Discussions)
From a pure reviewer opinion, even if you have even lightweight forum software, like, let's say Esotalk or the very limited Fruit Show, PunBB is in the top list of the light but very effective forum softwares.
If you are looking for a forum software that runs on cheap CPU, then you found your man here.
5 2010-12-16 00:56
Re: PunBB Timeline (5 replies, posted in General discussion)
Hi,
...
Thanks, I've updated the PunBB review accordingly to your fixes. Do not hesitate if you see additional problems: http://www.forum-software.org/punbb/review
6 2010-12-16 00:54
Re: PunBB Timeline (5 replies, posted in General discussion)
Thanks for that.
BTW:
Is it possible that you do not weigh or rank ease of adding mods (or in our case one-click-extensions) in general in your reviews?
I've found that being able to quickly port, disable an extension is a valuable time-saver that doesn't get enough recognition IMO....
Also interesting: How does a forum software rank for spam protection. For example having a CAPTCHA (a criteria you list) can be of no use if it's too easy, but can also be very annoying if it's too hard...
Finally, I followed your recommendation, which was really relevant: http://www.forum-software.org/punbb/rev … urity-spam
Now, reviewed softwares will have this chart in order to give a tip to the user about how hard/easy it is to guess a CAPTCHA, or install a plugin.
Thanks
7 2010-12-15 23:11
Re: PunBB vs PHPBB (49 replies, posted in General discussion)
Nice tool, btw
Hidden Topics: Extension/plugin - you have nothing
Message Rating: Extension/plugin - you have nothing
IP Blocking: is possible via bans pageUpdates Notifications : There's an alert when admin logs in, you have it as nothing at the moment in your db
Supported Forum Migration: As it's possible for most boards to be migrated to Phpbb and PunBB supports migration from Phpbb it's something that probably isn't a factor that should stop anyone converting?just noticed PunBB gets 1/3 for installation - and it's probably due to those two points?
I agree it could be easier of course and it's not as good as Phpbb - but 1/3... :S
Thanks for your comment, the review is updated accordingly: http://www.forum-software.org/punbb/review
8 2010-09-27 14:46
Re: Remove class="main-title" from index page (4 replies, posted in Programming)
Indeed, a
.main-title { display:none }
would be perfect, but you need to add an additional class to detect whether you are on the index page or not... and this will unfortunately require a modification of the header.php file... You're programming skills will be needed then ;-)
9 2010-09-27 14:39
Re: Image manipulation in C++ (2 replies, posted in Programming)
Even more details here: http://www.imagemagick.org/Magick++
10 2010-09-27 14:38
Re: Image manipulation in C++ (2 replies, posted in Programming)
I think ImageMagick has some C++ bindings. Maybe it could help?
11 2010-09-23 12:27
Re: PunBB Timeline (5 replies, posted in General discussion)
* Is it possible that you do not weigh or rank ease of adding mods (or in our case one-click-extensions) in general in your reviews?
* I've found that being able to quickly port, disable an extension is a valuable time-saver that doesn't get enough recognition IMO....
Yes, indeed, the fact that a plugin system exists does not necessarily mean that it is convenient and easy to use. That's really good remarks, and I should put these two criteria in place soon.
*I also think in general it would be interesting to know how well a forum ranks for available number of mods&extensions and support for them.
You could find an average number of existing extensions and themes on the following page of the reviews.
Example with PunBB review: http://www.forum-software.org/punbb/rev … tomization
*Also interesting: How does a forum software rank for spam protection. For example having a CAPTCHA (a criteria you list) can be of no use if it's too easy, but can also be very annoying if it's too hard...
Again, indeed, it's a good remark, because having too much complicated CAPTCHA is really annoying for members or new users. I'll see how this factor could be added to the reviews.
Thanks for these nice comments.
Nicolas
12 2010-09-23 11:40
Re: CSS/XHTML Resources (26 replies, posted in Programming)
Speaking about CSS/HTML, I think a good guide has been forgotten:
Yahoo Best Practices for Speeding Up Your Web Site
This is the ultimate resource about this subject, because knowing a language is good, but use it correctly is another piece of cake!
13 2010-09-23 11:37
Re: Code for Game Forum (3 replies, posted in Programming)
Hi!
I would suggest the following BBCodes mod: BBCode_for_Inserting_MUSIC_and_Flash1.0.zip
More info: http://www.punres.org/desc.php?pid=368
14 2010-09-23 11:35
Re: How do I update the database table from a Form, using WordPress $wpdb (1 replies, posted in Programming)
As described here: http://codex.wordpress.org/Function_Ref … NSERT_rows
You simply have to call the insert method:
$wpdb->insert( 'table', array( 'column1' => $_POST["lastname"], 'column2' => $_POST["email"] , ...), array( '%s', '%d' ) )
Hope it helps.
15 2010-09-23 11:31
Topic: PunBB Timeline (5 replies, posted in General discussion)
Hi,
It's Nicolas, from Forum Software Reviews. Just wanted to post here about the timeline we made quite recently:
Forum Timeline, from 1996 to 2010
Fullscreen version: http://www.forum-software.org/forum-sof … 6-to-today
We just would like to be sure we haven't omit anything about the PunBB (and now FluxBB) story, and we would like to have your opinion about it.
Thanks!
Nicolas
16 2010-09-23 11:25
Re: PunBB vs PHPBB (49 replies, posted in General discussion)
I think the following URL should help:
(yes, sorry if it's an autopromotion ;-)
Anyway, I think PunBB is really good and is the best when you want a fast, reliable and simple forum. If you plan to support complex features, then maybe think about PhpBB3