Nope

Moved to Modifications

553

(5 replies, posted in PunBB 1.3 extensions)

I believe vt_row_pre_display is within the loop, which is run as an unbuffered query, which means you can't run a query within it.
You would want to, anyway, or your query would be run multiple times.

554

(119 replies, posted in PunBB 1.3 extensions)

Fixed

555

(1 replies, posted in PunBB 1.3 troubleshooting)

That would only be applicable for searches shown as topics.

556

(7 replies, posted in PunBB 1.3 troubleshooting)

Fixed

Have you added any modifications to your forum?

558

(7 replies, posted in PunBB 1.3 troubleshooting)

Fixed

559

(1 replies, posted in PunBB 1.2 troubleshooting)

There is no such PunBB file.
I would talk to your host, it sounds like something they have done.
It also doesn't look like your site uses PunBB.

560

(1 replies, posted in PunBB 1.3 troubleshooting)

To give an extension some information about itself that might be useful, like the path/URL to its files.

Moved to Modifications

Moved to Modifications

Just add DESC to the ORDER BY part of the main query in viewtopic.php

Moved to Troubleshooting, since this is not a PunBB issue.
Sounds like an issue with your host. Ask them what happened to your database server.

565

(15 replies, posted in PunBB 1.3 troubleshooting)

Coding with a headache is annoying tongue
Fixed

1. http://www.punres.org/viewtopic.php?id=3211
2. That's a user group permission, edit it through User groups in the administration panel
3. That's not standard PunBB, ask the person who made whatever version you downloaded
4. What would you rather it say?
5. Same as #3

567

(15 replies, posted in PunBB 1.3 troubleshooting)

Done

That's intentional. The post count is meant to reflect the number of posts a user has made, not the number of posts that currently exist on the board.

569

(15 replies, posted in PunBB 1.3 troubleshooting)

Yeah. I guess I misread it. tongue

570

(15 replies, posted in PunBB 1.3 troubleshooting)

Changed

571

(15 replies, posted in PunBB 1.3 troubleshooting)

Actually, that's a much better idea then what I was trying to do. tongue

http://punbb.org/download/hdiff/hdiff-1 … .2.17.html

You're not supposed to have a trailing slash in your base URL.

574

(7 replies, posted in PunBB 1.3 troubleshooting)

Well, the idea behind the extension system is that you shouldn't/don't have to edit any of the core PunBB files. wink
However, if you want to go that route, just open style/Oxygen/Oxygen.php and put the reference to the CSS file in (you can store it in the Oxygen folder).

575

(7 replies, posted in PunBB 1.3 troubleshooting)

Then I would use the hd_head hook to either include another stylesheet with your changes or embed the changes directly in the page.