1,201

(121 replies, posted in PunBB 1.2 discussion)

It's the forums for the magazine MacAddict. The guy you should talk to is GUI.

1,202

(121 replies, posted in PunBB 1.2 discussion)

GregK: Not without modifying a lot of the scripts. It's very much possible though.

1,203

(3 replies, posted in Archive)

Hehe, tack smile

1,204

(6 replies, posted in PunBB 1.2 troubleshooting)

I have never encountered this problem personally, so I really can't say.

1,205

(3 replies, posted in Archive)

Haha! Jo, kanske det. Tanken är att den delen skall bort helt och hållet. Länkarna skall externa forum skall vara kvar, men forum som detta skall bort.

Do you get any errors in your web server error log?

Enable DEBUG mode and try again. Then post the full error message here.

1,208

(4 replies, posted in Programming)

Topic moved.

1,209

(10 replies, posted in PunBB 1.2 troubleshooting)

I think the problem is that you don't have a submit buttom. You only have a regular link with an onclick attribute. Try adding a regular submit button.

Also, you can remove onsubmit="return process_form(this)" from the form tag since you haven't included that javascript on the page.

1,210

(10 replies, posted in PunBB 1.2 troubleshooting)

3. Well, one reason is that they links that aren't underlined can be very difficult to spot if you have degraded vision (e.g. no colour vision).

4. The problem has nothing to do with PunBB and if I recall correctly, it can be solved with a piece of Javascript, but before we start digging into that, a look at your website would help. We need to know if you have more than one form on the page in question etc.

5. Not that I know of.

PunBB relies completely on cookies.

That's a completely different forum system?

Excuse me?

1,214

(10 replies, posted in PunBB 1.2 troubleshooting)

3. By editing the stylesheets (in the style directory). I generally wouldn't recommend it though. The underline is there for a reason.

4. We'd have to see your website to help you with that problem.

5. Yes.

6. You'd have to edit the scripts in order to disable it completely.

http://punbb.org/docs/dev.html#integration

1,216

(7 replies, posted in Feature requests)

Paul wrote:

Off topic, but is a hard drive supposed to make a grinding crunching noise and is blue smoke coming from a power supply a bad sign.

Generally no and generally yes smile

Rod wrote:

About your 3 points Tobi > it would be perfect, simply ... double click on the forum area (index.php) > text becomes text areas and you can change the name + descr' of the forum.

It would be great to put this option (the last I have written) on the whole forum (the function EDIT disappeared smile)

Honestly, how often do you rename or reorder your forums?

1,218

(10 replies, posted in General discussion)

UsefulIdiot wrote:

I see they haven't failed to mention the new release of IPB as a featured story on the front page though smile

Haha, I hadn't noticed. I never read the front page smile

Very nicely done. The only thing I can think of that I don't like about it is the usability aspect. There really isn't anything that makes you think you can drag&drop things. Maybe it's the renaming textboxes that disrupt it.

The username/password you entered above doesn't work.

1,221

(8 replies, posted in Programming)

If you're running vBulletin 3.0, you can use the migration tool. Have a look at the downloads page.

1,222

(10 replies, posted in General discussion)

CodeDuck wrote:

Don't forget Microsoft SQL-server.

You must be talking about SQL Server 2005 then, but last time I checked, that version has yet to be released.

CodeDuck wrote:

Oracle, IBM and Microsoft are the three largest players in the db market.

In the enterprise market, yes.

CodeDuck wrote:

Extending a standard can be fine if what you need is not in the standard, but implementing an alternative solution and not the standard is wrong.

Must... resist... urge.. to mention Internet Explorer! big_smile

No, but honestly, I agree. However, when the proposed solution in the standard is borderline moronic, I do think certain deviations can be forgiven. Maybe it's just me, but isn't

SELECT columns
FROM tablename
ORDER BY key ASC
LIMIT n OFFSET skip

a lot prettier than

SELECT * FROM (
  SELECT
    ROW_NUMBER() OVER (ORDER BY key ASC) AS rownum,
    columns
  FROM tablename
) AS foo
WHERE rownum > skip AND rownum <= (n+skip)

This is of course a stupid debate because there are situations where MySQL and/or PostgreSQL support the standard when SQL Server, Oracle etc do not. I think we can all agree on:

Deviating from the standard == bad
A standard that promotes a complex way of solving a simple problem == bad
Arguing on the Internet...

Connorhd wrote:

... since when did PunBB have offical translators?

There are no "official" translators. I've edited Benny's signature and removed that part.

1,224

(5 replies, posted in PunBB 1.2 troubleshooting)

Benny wrote:

Itresting the problem is only at the bule?

Benny, I know you are not from an English speaking country, but I can't understand half of what you post here in the forums. You'll either have to make an effort to make yourself understandable, or stop posting.

1,225

(1 replies, posted in Archive)

Du gör det baklänges. Du ska inkludera sidhuvud och sidfot från PunBB istället. Det står hur man gör i dokumentationen.