Search found 9 matches
- Wed Feb 16, 2005 5:14 pm
- Forum: [3.0/Olympus] New features discussion
- Topic: post_checksum
- Replies: 8
- Views: 6210
Re: post_checksum
Updating a row is "expensive" checking a checksum of a message against one already in the table ( i.e. a select operation) is "cheap". So if somebody hit's submit on the edit post page when they haven;t in fact edited the text of the post this saves your database some processing. At least that's my...
- Wed Feb 16, 2005 4:31 pm
- Forum: [3.0/Olympus] New features discussion
- Topic: post_checksum
- Replies: 8
- Views: 6210
Re: post_checksum
Updating a row is "expensive" checking a checksum of a message against one already in the table ( i.e. a select operation) is "cheap". So if somebody hit's submit on the edit post page when they haven;t in fact edited the text of the post this saves your database some processing. At least that's my ...
- Wed Feb 16, 2005 3:38 pm
- Forum: [3.0/Olympus] New features discussion
- Topic: Favicon ?
- Replies: 13
- Views: 7489
Re: Favicon ?
Inline it's done asNatan wrote:Interesting! Can you elaborate on that?KevKEv wrote: You can also specifiy one in css (i.e. one to go along with your board style etc)
<link rel="SHORTCUT ICON" href="URL to favicon.ico">
can't find where it's done within an external style sheet at the moment.
- Wed Feb 16, 2005 12:34 pm
- Forum: Chit Chat
- Topic: Just an idea a back up box for Christmas?
- Replies: 9
- Views: 5986
Re: Just an idea a back up box for Christmas?
It wasn;t the SITE it was the ENTIRE box. The box was comprimsed and "rooted" the only solution is to restore to a rediculously old backup (to make sure you get to a date prior to the compromise) or completely reinstall the entire box. Let me put it this way. I once had a box get rooted. The binarie...
- Wed Feb 16, 2005 12:25 pm
- Forum: [3.0/Olympus] Discussion
- Topic: A Few Questions...
- Replies: 6
- Views: 3268
Re: A Few Questions...
KevKev: The testing forum is a bit further down. Aldenhier: I think, off the top of my head, that all apart from the last feature will be available. Download the CVS. It was a question rather than a test. I was asking how would you handle BBCodes and SMilies that are restricted to admin use in repl...
- Wed Feb 16, 2005 11:52 am
- Forum: [3.0/Olympus] Discussion
- Topic: A Few Questions...
- Replies: 6
- Views: 3268
Re: A Few Questions...
How would you handle replies with quotes?Aldenhier wrote: I'm wondering if these features will be in 3.0:
Admin Only BBCode
Admin Only Smileys
- Wed Feb 16, 2005 11:50 am
- Forum: [3.0/Olympus] New features discussion
- Topic: post_checksum
- Replies: 8
- Views: 6210
Re: post_checksum
[kcolby@wurm phpBB2]$ grep -r 'class auth' ./*
./includes/functions_admin.php: class auth_admin extends auth
./includes/session.php:class auth
[kcolby@wurm phpBB2]$
./includes/functions_admin.php: class auth_admin extends auth
./includes/session.php:class auth
[kcolby@wurm phpBB2]$
- Wed Feb 16, 2005 9:53 am
- Forum: [3.0/Olympus] New features discussion
- Topic: Favicon ?
- Replies: 13
- Views: 7489
Re: Favicon ?
You can also specifiy one in css (i.e. one to go along with your board style etc)
- Wed Feb 16, 2005 8:58 am
- Forum: [3.0/Olympus] New features discussion
- Topic: External Auth Modules
- Replies: 0
- Views: 2380
External Auth Modules
I've been looking though the code to try to get a jump on integrating my website's auth with our forums by preping for the new external auth modules. Basicly I can see what I need to return and such in the auth module. This all looks pretty simple. Where I'm confused is I don't understand how the re...