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.
976 2008-02-12 14:14
Re: New pages in extensions... (10 replies, posted in PunBB 1.3 troubleshooting)
977 2008-02-12 13:36
Re: How to get back deleted post from back-up? (10 replies, posted in General discussion)
A backup of your actual database from FTP? Are you using SQLite or something?
978 2008-02-12 13:36
Re: New pages in extensions... (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.
What would you think about having the link be
example.com/loader.php?ext=mh_arcade&page=arcade.php
979 2008-02-12 13:34
Re: Timezone (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 2008-02-12 11:25
Re: Timezone (20 replies, posted in PunBB 1.3 troubleshooting)
More likely than GMT, yeah
981 2008-02-12 11:24
Re: [js] How get post message element (5 replies, posted in PunBB 1.3 troubleshooting)
He wanted to add an id element so he could just use getElementById.
982 2008-02-12 03:17
Re: Feedback on the update process (81 replies, posted in PunBB 1.3 troubleshooting)
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?
983 2008-02-12 03:09
Re: Feedback on the update process (81 replies, posted in PunBB 1.3 troubleshooting)
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).
984 2008-02-12 00:51
Re: 'Post new topic' + 'Post reply' + 'Quote' location - heat maps (17 replies, posted in PunBB 1.3 troubleshooting)
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.
985 2008-02-11 23:18
Re: [js] How get post message element (5 replies, posted in PunBB 1.3 troubleshooting)
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
You would be much better off using Rickard's suggestion.
986 2008-02-11 17:37
Re: Auto-Check Extensions (Your input!) (23 replies, posted in PunBB 1.3 troubleshooting)
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 2008-02-11 17:07
Re: Locked out by SEF (5 replies, posted in PunBB 1.3 troubleshooting)
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.
988 2008-02-11 17:07
Re: Auto-Check Extensions (Your input!) (23 replies, posted in PunBB 1.3 troubleshooting)
Erm.. Mine will be released in a few days...
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).
989 2008-02-11 16:18
Re: Auto-Check Extensions (Your input!) (23 replies, posted in PunBB 1.3 troubleshooting)
There's already a plan to have such an extension for integration with PunRes, I think Bekko was developing it
990 2008-02-11 14:12
Re: Not Found /rewrite.php - SEF Url's (12 replies, posted in PunBB 1.3 troubleshooting)
StevenBullen: If it starts with a trailing slash then it needs to be edited
991 2008-02-11 10:58
Re: Not Found /rewrite.php - SEF Url's (12 replies, posted in PunBB 1.3 troubleshooting)
forums. You also have to edit it to set RewriteBase properly.
992 2008-02-11 02:35
Re: url rewrite (8 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Moved to Modifications
993 2008-02-11 02:11
Re: smartys:details about flood control for guest (4 replies, posted in PunBB 1.2 troubleshooting)
...that's why I gave install_mod.php actual restore (uninstall) code?
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 2008-02-11 02:09
Re: Languages (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.
995 2008-02-11 02:07
Re: [ AddOn ] list_Extensions.php (15 replies, posted in PunBB 1.3 troubleshooting)
sirena: It is, this page displays it in a different format though. And to everyone. Including guests.
996 2008-02-10 22:35
Re: Timezone (20 replies, posted in PunBB 1.3 troubleshooting)
Some people aren't familiar with GMT, especially in the US.
997 2008-02-10 22:30
Re: Rewrite (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 2008-02-10 21:37
Re: [Extension release] Gallery (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
999 2008-02-10 21:34
Re: Rewrite (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 2008-02-10 21:14
Re: [ AddOn ] list_Extensions.php (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.