3,276

(38 replies, posted in PunBB 1.2 discussion)

blackfox wrote:

Shouldn't you incorporate features which are a standard on nearly every other board?

subforums
polls
private messaging
Remote linking avatars
Insertable bbcode and smilies by clicking on them
better search engine indexing features

These should be a standard in punbb in my opinion

Not necessarily, because that's not what PunBB is about. Read this topic to see what I mean.
That being said, we are always examining ways we can make PunBB better, so it's certainly possible that some of those could become core functionality. A couple at the least will be official extensions for 1.3.

Oh, and I'm confused: what do you mean by "better search indexing features"?

PunBB 1.3 has been planned with full Unicode support for some time now wink

3,278

(10 replies, posted in PunBB 1.2 troubleshooting)

Email me a copy then

3,279

(10 replies, posted in PunBB 1.2 troubleshooting)

Then put a closing code tag at the end wink

3,280

(10 replies, posted in PunBB 1.2 troubleshooting)

Because there's code tags in the code wink
Just paste it here, don't worry about the code tags

3,281

(10 replies, posted in PunBB 1.2 troubleshooting)

Smartys wrote:

Paste your entire parser.php please?

wink

chmodding? hmm
Put PUN_ROOT before the paths

is_guest is the correct way to evaluate it

carlodin: So you're logged in to the forums at the time? Is the domain of the site the same? Did you set a path in config.php for the cookie that this external file isn't in?

Probably because there is code in it specific to a setup which allows multiple forums with one set of files.
Just use the File Editor plugin

You mean the bounces? Look at the email address it's sending from wink

Well, you shouldn't have needed to use the admin plugin, but otherwise yeah smile

3,287

(10 replies, posted in PunBB 1.2 troubleshooting)

Paste your entire parser.php please?

Moved to Modifications

It's not recommended because without it, users have no confirmation when they post, edit, etc: they're simply directed to a page. Without that confirmation, it's difficult to determine if the action actually went through without looking on the page and finding the result. With the redirect, you're telling the user that the action was successful.
And I really have seen very few topics asking about the option. When they do though, it's because they can't find the option, not because of the "not recommended" label. I don't think the label has very much impact at all.

3,290

(18 replies, posted in General discussion)

That's your issue: that query requires a value for $fid

3,291

(18 replies, posted in General discussion)

And where is $fid initialized?

3,292

(18 replies, posted in General discussion)

The source wink

3,293

(18 replies, posted in General discussion)

Once again, unless you give us the line of code or the file generating this error, we can't help you

3,294

(7 replies, posted in PunBB 1.2 troubleshooting)

http://www.w3schools.com/css/css_colors.asp

W3C Standard Color Names

W3C has listed 16 color names that will validate with a CSS validator.

The color names are: aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, purple, red, silver, teal, white, and yellow.

3,295

(7 replies, posted in PunBB 1.2 troubleshooting)

Because of case-sensitivity?

3,296

(7 replies, posted in PunBB 1.2 troubleshooting)

Don't use an upper case m?

yemgi wrote:

you'd better use another forum software if you want all these mods, there is no point using PunBB if you want everything that has not been implemented as standard

Err, yemgi, that's not true at all tongue
And I think you missed that point of his post, which is that he has already made all those modifications tongue

We've had several hooks in the code for a while now: nowhere near as many as we will have, but there are places I can put the code for an extension like this right now smile

3,299

(10 replies, posted in General discussion)

http://dev.mysql.com/doc/refman/5.0/en/char.html
http://dev.mysql.com/doc/refman/5.0/en/blob.html
It has nothing to do with "speed" and everything to do with the amount of data being stored.

3,300

(8 replies, posted in PunBB 1.2 troubleshooting)

#brdmenu {TEXT-ALIGN: center;}

Like that?