I'm glad you like it! Tell your friends :)
gunny: He doesn't have to "show off". Maybe he just felt like telling use he's a new convert :)
You are not logged in. Please login or register.
PunBB Forums → Posts by Rickard
I'm glad you like it! Tell your friends :)
gunny: He doesn't have to "show off". Maybe he just felt like telling use he's a new convert :)
It has a purpose. It's called user feedback. Lets say you updated your profile. If there was no redirect and the submit button just refreshed the page you were looking at, how would you know that you actually updated the profile?
Ok, you're excused :)
Moved to the mod forum.
I'll move this to the mod forum.
Yeah, that's a good question! :D
It's not a problem with access rights to the files then?
It will have to be a mod, because I firmly believe that mods should be able to delete each others posts. If you are having problems with moderators "destroying" for other moderators, the problem lies there and not with PunBB :)
You should change it in the css-files in /style/
Hehe, it happens to the best of us :)
Have a look in the admin interface under "Permissions" :)
Oh, the old "blank page". It's very annoying. What you have to do is to find out where the scripts exists by putting exit('blabla'); a little here and there and then removing them one by one.
Have a look in this topic. Gribber posted some code that will be in 1.1. You have to manually edit profile.php.
Yes, of course! I have forgotten to run addslashes() on it.
gduncan: It will be fixed in the next version of PunBB. If you want to fix it yourself, open up search.php and go to line 426. Replace
$old_searches[] = '\''.$row[0].'\'';
with
$old_searches[] = '\''.addslashes($row[0]).'\'';
Thanks for the help in tracking this bug down.
Skönt att det fixade sig. Bemärk också att det bara påverkar admins och moderatorer. Vanliga medlemmar behöver inte bry sig om det där.
Nej, men man kan göra en mod för det :)
Färg kan man skriva med redan nu. http://punbb.org/forums/help.php#bbcode
Orsaken till att jag tog bort det är att väldigt få (i princip inga) har HTML påslaget i sina forum (detta gäller inte bara PunBB) och det ligger inget mervärde i att erbjuda en funktion som ingen använder. Om borttagning av funktionen dessutom leder till att applikationen blir lite lättare/snabbare och koden blir lite snyggare, så är det väl inte mycket att snacka om?
Nej, givetvis är det inte mitt ansvar, men det ligger i mitt intresse att göra forumet så enkelt som möjligt att använda och så svårt som möjligt att kompromissa vad gäller säkerhet. Vi hade diskussionen (både här och i andra forum) och det var den allmänna uppfattningen att HTML var en feature man utan problem kunde skippa. Så blev det.
1.1 kommer ut när jag får tid att jobba på den. Jag hoppas kunna jobba lite till helgen.
Möjligheten att posta HTML är borttagen. Vi hade en diskussion om det i följande tråd: http://punbb.org/forums/viewtopic.php?id=2512
:)
You'll have to manually add a user to the database or re-install.
Well, I wouldn't say it was my sole purpose. Making a dollar or two now and then wouldn't be the end of the world :)
Det där med att moderatorer kan banna admins är fixat i 1.1. http://punbb.org/forums/viewtopic.php?id=2467
Det där med att 13 också bannar 134 är en bugg. Ska kolla på det.
Couldn't you just access mysql through SSH then?
Of course. One version will be completely free (GPL) and one will be commercial. I haven't decided yet though.
PunBB Forums → Posts by Rickard
Powered by PunBB, supported by Informer Technologies, Inc.