ps21 wrote:

Kennel wrote:

I really like it and I can imagine a lot of people will install such a "mod".

I wasn't sure whether to label this as modding or skinning. In the end I decided it came under the category of skinning because it is purely cosmetic. I will post the stylesheet alterations and some instructions as soon  as v1.1 is  released.

Maybe I should add a CSS class to links that are usually buttons in other forums?

6,827

(2 replies, posted in PunBB 1.2 discussion)

Guest posting is one reason. Quick post is only enabled for logged in users.

6,828

(87 replies, posted in PunBB 1.2 discussion)

Yeah, now the question is if I can find time to do the last thing today :)

I really like it and I can imagine a lot of people will install such a "mod".

6,830

(1 replies, posted in Archive)

Det är rätt mycket jobb. Du får lägga till fältet i databasen (tabellen users) och sen redigera profile.php på ett antal ställen. Inget jag rekommenderar att du ger dig på om du inte hanterar PHP.

6,831

(10 replies, posted in PunBB 1.2 troubleshooting)

Is that only when you login as admin? Sounds unlikely.

It isn't just a cache thing then? Have you tried refreshing the page?

Try this:

if($locked == '1' && ($cur_user['status'] < 1 || !eregi("$username", $locked_users)))
    message($lang_common['No permission']);

Well, what the altered condition says is:

if the topic is locked AND the user is a regular user AND the user is not in $locked_users

Is that what you want? I've don't know how the mod works, so I can't really tell you what to do.

[moved to mods forum]

6,834

(87 replies, posted in PunBB 1.2 discussion)

Updated. What remains now is to write a little documentation and to tweak a few smaller things. I was pleased to see that there were no issues what so ever with running 1.1 under PHP 4.1.0 and 5.0 beta 3. Things are looking good :)

6,835

(7 replies, posted in Feature requests)

Done.

6,836

(5 replies, posted in Feature requests)

I'm gonna wait a while with this one. I'm not sure I want it like that. Admins like the ability to disable parsing of img tags in signatures not only because it stops people from putting large images in their signatures, but because it makes life a little easier for the server.

6,837

(10 replies, posted in PunBB 1.2 discussion)

I'd wait a day or two though. PunBB 1.1 is practically finished.

You mean when you view a topic? If a username is underlined, that means the user is online. Not very intuitive, I know. But it's very space efficient :)

6,839

(8 replies, posted in PunBB 1.2 discussion)

:D

6,840

(5 replies, posted in Feature requests)

True. I'll add it to the list.

6,841

(5 replies, posted in Feature requests)

Do you mean when the img tag is disabled in signatures?

6,842

(87 replies, posted in PunBB 1.2 discussion)

Updated. I have a few smaller items on my internal list on top of the ones on this list, but I'm optimistic :)

6,843

(7 replies, posted in PunBB 1.2 troubleshooting)

No problem. I just want to avoid adding a second base URL at any cost! :D

6,844

(10 replies, posted in PunBB 1.2 troubleshooting)

Wait until PunBB 1.1. Some things have changed.

6,845

(7 replies, posted in PunBB 1.2 troubleshooting)

Ah, I see. There are lots of other free dynamic DNS services that offer better solutions. I'm a big fan of www.dyndns.org myself.

6,846

(7 replies, posted in PunBB 1.2 troubleshooting)

The fact that you use an IP address instead of a domain name to access your server from the outside does complicate things. I can see you have the hostname garderoben.just.nu assigned to your IP address. Might I ask why you don't use that URL on your website?

If you were using the hostname instead of the IP-adress, things would be easier. You could then just add an entry in your hosts file like this:

192.168.*.*    garderoben.just.nu

Where 192.168.*.* is the internal IP address of your webserver.

6,847

(10 replies, posted in PunBB 1.2 troubleshooting)

Defining PUN_DONT_UPDATE_COOKIE before including common.php will make sure that PunBB doesn't set a new cookie. It will still read the cookie, but it just won't update it.

6,848

(7 replies, posted in PunBB 1.2 troubleshooting)

Can't you access the forum locally by going to http://194.237.242.39/users/td2/pbb ?

You could also try adding a line to your hosts file.

6,849

(7 replies, posted in Archive)

Tja, det där ser rätt ut. Lite svårt att säga vad som är fel "härifrån".

6,850

(7 replies, posted in Feature requests)

It means that if you wanted to change the appearance of the spacing between tables, you would just edit the css-files instead of going through lots and lots of scripts.