976

(10 replies, posted in PunBB 1.3 troubleshooting)

Using loader.php? You would use that rather than a direct link to the extension file. The question is whether people prefer one way over the other.

A backup of your actual database from FTP? Are you using SQLite or something?

978

(10 replies, posted in PunBB 1.3 troubleshooting)

We were having this discussion as a developer team earlier, so this is a good chance to bring it up. smile
What would you think about having the link be
example.com/loader.php?ext=mh_arcade&page=arcade.php

979

(20 replies, posted in PunBB 1.3 troubleshooting)

Incomplete? You mean an incomplete list of places?
If so, Windows uses a similar list that we could take pieces from.

980

(20 replies, posted in PunBB 1.3 troubleshooting)

More likely than GMT, yeah smile

He wanted to add an id element so he could just use getElementById.

K-Ray: it actually should be running an alter table: SQLite certainly claims to support them in the documentation I'm seeing. Of course, the field_exists function could be failing: is there any way you could check if that's the case?

Mpok wrote:
Rickard wrote:

Because those tables don't have any text/varchar fields, only integers.

Yep, i know, that's why i said "it's not a big deal", but for consistency only, i think it can be done anyway...

Agreed, for consistency we should have it (since new tables will have it).

DavidONE: Your post actually isn't clear in regards to the quote links. As Taimar said, they exist for every post. Thus, you can't simply move them to the blue bar, as you advocate.
And the blue bar isn't meant to be used for that stuff, it's why we have a bar above/below it.

While that's certainly possible to do, it is the least efficient way to do it, is likely to cause conflicts, and is in general discouraged wink
You would be much better off using Rickard's suggestion.

Obviously, you're free to develop whatever extensions you want. If you want to develop your extension, you can certainly do so. However, you should keep in mind that an extension that integrates with PunRes should eventually emerge, be it from you or from someone else.

987

(5 replies, posted in PunBB 1.3 troubleshooting)

IIDX Clock wrote:

But theoretically, this gets you back in so you can set it and save the settings with the Admin CP...just gotta wait and see...

Except as soon as you change a setting, it locks you out again, since the database value isn't updated.

StevenBullen wrote:

Erm.. Mine will be released in a few days... tongue

Sorry but if no one shows there intentions, I cant read minds.

My point was simply that an extension with integration with PunRes would be the ideal here, since all extensions should be released there (and that Bekko had talked about developing it before).

There's already a plan to have such an extension for integration with PunRes, I think Bekko was developing it smile

StevenBullen: If it starts with a trailing slash then it needs to be edited wink

forums. You also have to edit it to set RewriteBase properly.

Moved to Modifications

...that's why I gave install_mod.php actual restore (uninstall) code? wink
And you can just look at install_mod.php in any case to see what column I added. It happens to be a last_post column on the online table.

994

(99 replies, posted in PunBB 1.3 additions)

We move things around as required and change the values as required. Language pack authors should NOT rely on the English for a given key being the same, although it may be in certain cases.

sirena: It is, this page displays it in a different format though. And to everyone. Including guests.

996

(20 replies, posted in PunBB 1.3 troubleshooting)

Some people aren't familiar with GMT, especially in the US.

997

(20 replies, posted in PunBB 1.3 troubleshooting)

The paging links are one thing: those should be rewritten properly. The problem is the form.

search.html?action=search&keywords=foobar&author=&forum=-1&sort_by=4&sort_dir=DESC&show_as=topics&search=Submit+search

Is that what you mean when you say rewrite though? Since that's what I'm seeing on the developers forum and I know userlist.php stays with userlist.php.

998

(37 replies, posted in PunBB 1.3 extensions)

I would suggest finding a way to actually integrate the script, that would probably be the best way smile

999

(20 replies, posted in PunBB 1.3 troubleshooting)

See Search. You have it working with data coming from the form.

You mean search.php? It works the same way. It might be rewritten for people using postgresql and sqlite because the initial request is redirected is one with a search ID.

In the Announcements, I have a link to a topic. It is not rewriting the URL.
For Additional Menu items, I have links pointing to php pages I have created. I assume these links will be rewrite.

I can't think of an efficient way to have PunBB auto-magically detect and rewrite that stuff. There are too many possibilities.

1,000

(15 replies, posted in PunBB 1.3 troubleshooting)

Yes, you would not be putting files in the root of PunBB. That makes extensions a nightmare to remove. The idea is to make them self-contained entities.