Search found 705 matches

by Martin Blank
Thu Oct 16, 2003 7:38 pm
Forum: [3.0/Olympus] New features discussion
Topic: Managing the Forum
Replies: 1
Views: 2725

Re: Managing the Forum

/me risks being roasted for support, but what they hey.

It does that so that you can make the forum visible on your terms, since it's not visible to anyone until you set permissions (very good call, guys -- no more ninja posting before I can hide them to set permissions).
by Martin Blank
Fri Sep 05, 2003 8:41 pm
Forum: [3.0/Olympus] New features discussion
Topic: Karma Documentation Please
Replies: 6
Views: 6758

Re: Karma Documentation Please

Go into your profile and set your minimum viewable karma rating to +5, and then look back through the forums. You'll see a rapid difference.
by Martin Blank
Tue Aug 12, 2003 2:41 am
Forum: [3.0/Olympus] Discussion
Topic: PHP coding style
Replies: 4
Views: 7019

PHP coding style

Something that always bothered me in the 2.0.x code was the tendency to put long segments of SQL queries all on one line, such as:
$sql = "SELECT u.username, u.user_id, u.user_posts, u.user_from, u.user_website, u.user_email, u.user_icq, u.user_aim, u.user_yim, u.user_regdate, u.user_msnm, u.user ...
by Martin Blank
Fri May 23, 2003 3:29 pm
Forum: [3.0/Olympus] Discussion
Topic: I havent seen a thing :)
Replies: 24
Views: 27357

Re: I havent seen a thing :)

Do I understand this feature correctly that I will be able to view some topics, close my browser, and come back later (or at a different computer), and those topics that I did not check out will still be marked unread?

Just making sure. This is probably the one feature I have never seen ...
by Martin Blank
Sun May 11, 2003 11:28 am
Forum: [3.0/Olympus] New features discussion
Topic: Usersex
Replies: 15
Views: 18371

Re: Usersex

haravikk wrote:I think check boxes were a dubious one about how it would be done and would work, but the others look easy
Wouldn't be so hard, as checkboxes only have three values -- greyed, unchecked, checked (-1, 0, 1). Easily stored.