1,326

(21 replies, posted in General discussion)

The latest stable 2.4 version of the Linux kernel is 2.4.31.

1,327

(4 replies, posted in General discussion)

Something that allows me to "simulate" right click->save as with an URL that I have in the clipboard. How many times hasn't that happened to you? You have an URL in the clipboard and you need to save the destination to your harddrive. IMPOSSIBLE!

1,328

(10 replies, posted in PunBB 1.2 troubleshooting)

I believe Paul has changed it to "Mark as read". We have more room in 1.3 smile

1,329

(2 replies, posted in Feature requests)

The problem is that you still need to fill the database with users. If you know a little programming yourself, it shouldn't be too difficult to hack check_cookie() in include/functions.php. There you can check if the user is HTTP authenticated and if the user does not exist in the database, create it.

1,330

(121 replies, posted in PunBB 1.2 discussion)

pokemon_jojo wrote:

So if extension si only xml files, is it possible to have the same concept on 1.3 release ? (With punres who host all extensions)

Thing is, an extension must be able to include other files as well. Other PHP scripts, images etc. I would like extensions to be packaged as zip files. It would be great if these could be located at punres.

pokemon_jojo wrote:

And what about extension' update ?

Updating an extension is just a matter of uploading the new version into the extensions directory and installing it. If there is already an older version of the extension installed, it will be overwritten. If the extension has its own database tables (or if it modifies the default tables) and the table layout changes between versions of the extensions, the author of the extension will have to include support for this in the install code. To help with that, a variable called $cur_version will be available to the author so that he/she can do different things depending on from which version the extension is being upgraded.

Very cool! I especially like the FTP upload thingy. I'll upload it to punbb.org asap.

1,332

(1 replies, posted in Archive)

Låter som det är nåt knas med din mail server.

1,333

(1 replies, posted in PunBB 1.2 troubleshooting)

Well, having two separate logins is never a good idea. You can use the PunBB login for the whole site if you want to. Just set your cookie_domain appropriately (for example '.domain.com').

Well, if you leave the base url pointing to your current installation, you will have problems doing certain things as mod/admin in the dev forums. Other than that, the forums will work. Give it a go. If you run into trouble, just ask and we'll work it out.

If they use the same database, yes.

I don't get it. There were no template changes between 1.2.8 and 1.2.9. It was a very small update to deal with a vulnerability.

Moved to integration since this is not a plugin per se.

No, nevermind the domain cookie string. If it was empty before, just leave it like that.

lament wrote:

As I'm currently redesigning the site, and I wanted to know if I can just unzip and upload the 1.2.9 files into my dev folder where the new design is and copy over the config file from 1.2.8 and run it as normal.

Yes.

lament wrote:

or would I have to change some cookie settings?  are there any db changes in 1.2.9 from 1.2.8?

If the new site is accessed through a different URL, yes, maybe. Depends on whether you've changed the cookie settings already or if you run with the default (an empty string). If you change URLs, you will also have to update the base URL.

There are no db changes except for the version bump.

You're "waiting" for 1.2.10? I have no idea when, if at all, 1.2.10 will be released.

1,341

(21 replies, posted in General discussion)

If I need to fix something, I will release a new version (e.g. 1.2.*). In my opinion, build number, revisions and whatnot only confuse the end user.

1,342

(121 replies, posted in PunBB 1.2 discussion)

In select locations throughout the source, PunBB calls get_hook(hook name) and then eval()'s the code.

Smartys wrote:

Just curious though, why? tongue

Well, if I know that PunBB is running on 4.3.0 or later, I can remove some code here and there and make things a bit simpler. Password hashing can rely completely on sha1(), no need to reimplement get_file_contents() or var_export() etc.

1,344

(124 replies, posted in News)

Paying for the domain name is not a bad idea. The hosting is free so that's not a problem though.

1,345

(21 replies, posted in General discussion)

Yes, but why?

If PunBB 1.3 were to require PHP 4.3.0 or later, would that be a problem for you?

1,347

(121 replies, posted in PunBB 1.2 discussion)

MathsIsFun wrote:

So, you will have LOTS of hooks around the place?

Depends on what you mean with "LOTS". I honestly don't know how many will be required, but I can imagine it will land somewhere between 100 and 200. We'll see. Where to place the hooks will be the difficult part of the implementation. I plan on downloading the top 10 mods for PunBB and going through them, making sure they would be possible to implement as extensions. I will also ask you guys to help me out in finding locations that I might have missed.

MathsIsFun wrote:

Does that mean that my personal customisations can be gathered together into an extension, and when i need to upgrade I can just take the standard install and apply "my extension", and the upgrade is done?

Yes. You won't even have to "re-apply" your extension. Just upgrade your PunBB scripts. Sure, there might be the odd compability break, but in most cases, it will work without a hitch. There are also limits to what is possible with these extensions, but I will do my best to add as much flexibility as possible without having a hook on ever other line in the source smile

1,348

(121 replies, posted in PunBB 1.2 discussion)

hcgtv wrote:

I was thinking along the same lines but didn't know if you wanted to change things.

I would consider plugins what you refer to as extensions now cause they plugin to the running code.

But then people might confuse them with what we today call plugins. I went with extensions because that's what people are used to with e.g. Firefox.

hcgtv wrote:

On a side note, or why I dislike Windows:

Decided to try out the Luna Element 4 theme, I just use the classic theme in XP. Downloaded it, ran the exe and installed it. Fired up Display Properties, selected it and everything went black except some icons. I spent the last hour trying to get my user account back to the classic theme. Thankfully I kept the Owner account around and created a new account for myself when I got this new laptop, so I kept switching users to determine what keys to hit in the darkness.

Oh how I miss plain /etc text config files wink

The problem is that Windows doesn't like you to install styles that aren't "signed" by them. In order to use third party themes, you have to patch a dll. You can use UXTheme Multi-Patcher.

1,349

(121 replies, posted in PunBB 1.2 discussion)

I'm considering renaming what we today call plugins and call them "Admin add-ins" or something like that. The term plugins is misleading since they don't really "plug into" anything.

1,350

(121 replies, posted in PunBB 1.2 discussion)

Nevethir wrote:

What XP style are You using?
I like it wink

Luna Element 4.