926

(10 replies, posted in Programming)

you're using like ... and like is case sensitive ...

The key word ILIKE can be used instead of LIKE to make the match case insensitive according to the active locale. This is not in the SQL standard but is a PostgreSQL extension.

(in the columns it's Basic ... and your search looks for basic)

927

(99 replies, posted in General discussion)

Can only agree with you all ... I have an XP 'workstation' and a win2k gameserver, and a debian webserver ... on the univ I mostly use Sun Solaris machines(lots of CAD, simulations and such things, with extreme software package combinations) ... and there's a couple of Macs on some places on the univ aswell, mostly at the design areas.

So, it's all what you do, that should set what you should run ... Microsoft has been 'lucky' that so many software developers have decided to choose their OS for their products, could have been different...

928

(99 replies, posted in General discussion)

Not to start a flame war, but you can develop for free to windows, just download the command line compilers, or packages like Open Watcom or LCC Win32.

Anti-Microsoft people usually forget to mention that also Microsoft have free stuff roll wink

929

(11 replies, posted in PunBB 1.2 show off)

looks very nice smile

930

(27 replies, posted in General discussion)

I guess he need to keep it then ... paying yearly fees and in the end make a loss wink

931

(16 replies, posted in Feature requests)

I never use these kind of features, I guess I'm jsut too used with using ctrl+f and write the word I'm searching for ... and I know what zaher means with confusing ...

I'm not confused about google, but then again, I don't use the highlighting, but ctrl+f big_smile

hmm... wonder if the quickest way while parsing code would be an admin option, if silent edit is allowed, then it can be checked by default aswell ... if silent edit isn't allowed, the option is never even there (I guess it could be combined with the code already there, with just another bool in the check?)

That's how I do it, but it's still edited, so I want a timestamp so to say...as 'evidence'

I guess I'll mod my board then ... as I mostly edit my own posts (heh, I should learn to spell I guess wink) ... and I dont like the silent edit of others posts

I would believe ppl can feel like there is possible censoring going on, if they see that a post has been edited, but there's no 'evidence' it's edited(i.e. the edited timestamp, just a note from a mod/admin).
If users are a bit paranoid, thoughts about posts can be edited without it beeing visible could put ppl off wink

But ... I'll just mod my board ... no biggie big_smile

all I see is a phpBB folder

this is punBB

I'd rather see the checkbox unchecked as default.

The silent edit is IMHO something one makes very rarely, and if you're a moderator/admin editing your own posts, I don't mind it showing. (I do this more freq than someone elses that I need to make a silent edit on, i.e. never so far, if I edit I want my edit to show)

I guess the silent edit can be good for something, but having it as checked as default is something I dislike... sure it's possible to uncheck it everytime I edit a post, or fix it as a mod, but I don't see the point of having it checked.

Howcome it's checked as default?

936

(3 replies, posted in Archive)

php.ini är konfigurationsfilen för hur php skall bete sig, och alla inställningar för den.

probably a post preview issue, that it takes the first <form> avaible... and that's then the quicksearch

add a name to the quicksearch perhaps?

Probably his suggestion is for when people give bad score due to personal issues, and not what's in the post ... in the same way as in poll.

939

(11 replies, posted in PunBB 1.2 troubleshooting)

from the top of my head ... (use a very similar thing on my attachment mod, to get extension wink)

substr($filename,0,strrpos($filename,'.'))
(put it in my iterator ... 47 microseconds per command on my dual P2 celeron 300@450mhz, twice as long as date("T") takes wink)

940

(35 replies, posted in PunBB 1.2 discussion)

Never

941

(1,382 replies, posted in General discussion)

Unckel
(and yes it's correctly spelled, its a surname)

942

(2 replies, posted in Archive)

vilka som är online står längst ner på första sidan ...

943

(6 replies, posted in Archive)

om 2.jpg redan finns där men med fel chmoddning, skulle det också kunna bli problem ...

944

(101 replies, posted in General discussion)

The only pages I have any problems at all with, are pages made specifically for IE (instead of using HTML standard items, they use IE specific ones), or pages with badly written javascripts, that FF don't execute ...

IE was for me much more instable, I very rarely have problems with FF

But ... everyone have their own taste, so I really don't care as long as people at least try to make stuff that works on more than one browser big_smile

945

(5 replies, posted in Feature requests)

and you don't think the same will happen if you delete their posts and therefore lower their postcount?

if you have users that's spaming, I'd advice you to just what Rickard said, hide it through the admin options.


but it's always possible to mod, but the bb will be slower wink

946

(5 replies, posted in Feature requests)

this has been up a few times ...  the post counter is for how many posts the user has written, nothing else...

anyhow ... if someone thinks someone spams ... just manually lower the postcount in the users profile ... need admin right though for that...

Edit: lol 31 sec too late big_smile
Edit2: lol 29sec, I cannot do math I see big_smile

947

(24 replies, posted in PunBB 1.2 bug reports)

Connorhd wrote:

btw, look at the size of some of the posts above with the code bit is that another bug?

no, it's supposed to be like that

948

(24 replies, posted in PunBB 1.2 bug reports)

if you just have an option or a commented out line or something, I'm sure that those that want to allow php need to uncomment that line, and therefore be aware of the 'risks'  (considering all the important stuff is using post, the get variables won't hur the board that much, will they?)

949

(101 replies, posted in General discussion)

Connorhd wrote:
Gary13579 wrote:

haha, i never forget that i have firefox installed. if i do accendentley click on IE i notice the speed differences idmeditley, not to mention the pop ups

IE starts faster than my firefox

lol ... that contradicts what he just said big_smile

perhaps the mozilla crew can make something embed itself in the memory on boot, so it will be as fast as IE to load big_smile

950

(24 replies, posted in PunBB 1.2 bug reports)

have you blocked out PHP, if so, is there an admin option or do one need to mod it?
(I use quite a few php images, for different stuff)