You are not logged in. Please login or register.
Active topics Unanswered topics
Search options (Page 274 of 354)
Topics by Rickard User defined search
Posts found: 6,826 to 6,850 of 8,829
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?
Guest posting is one reason. Quick post is only enabled for logged in users.
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".
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.
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]
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 :)
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.
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 :)
True. I'll add it to the list.
Do you mean when the img tag is disabled in signatures?
Updated. I have a few smaller items on my internal list on top of the ones on this list, but I'm optimistic :)
No problem. I just want to avoid adding a second base URL at any cost! :D
Wait until PunBB 1.1. Some things have changed.
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.
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.
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.
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.
Tja, det där ser rätt ut. Lite svårt att säga vad som är fel "härifrån".
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.
Posts found: 6,826 to 6,850 of 8,829