1

(54 replies, posted in PunBB 1.3 troubleshooting)

http://www.w3.org/TR/2004/WD-i18n-html- … 9/#IDAPNGO

2

(54 replies, posted in PunBB 1.3 troubleshooting)

Rich Pedley wrote:

Don't we already have a thread about the use of an ellipsis - how would that be entered as a character via the keyboard ?

Alt + Semicolon (with the US keyboard that's attached to my Mac).

Rickard wrote:

? (charmap.exe). On OSX, I'm sure there's an equivalent.

Edit > Special Characters? (or turn on the character palette and input menu).


A relative of mine just received a gift via Amazon; The message on the card was mangled because the "s were replaced with entities. So, I'm at least annoyed by the mangling or entities, one way or the other.

Edit: " " "

3

(9 replies, posted in PunBB 1.3 troubleshooting)

FYI, it's also fine in Safari 3.0.4.

4

(54 replies, posted in PunBB 1.3 troubleshooting)

Do entities count as fancy markup?

5

(54 replies, posted in PunBB 1.3 troubleshooting)

guardian34 wrote:

Would html_entity_decode and htmlentities take care of that?

This works for me:

htmlentities(html_entity_decode($pun_config['o_board_desc'], ENT_NOQUOTES, 'UTF-8'), ENT_NOQUOTES, 'UTF-8')

6

(54 replies, posted in PunBB 1.3 troubleshooting)

What about entities in the description?

Edit: Would html_entity_decode and htmlentities take care of that?

chuyskywalker wrote:

That appears to be exactly what PunXS does.

I won't be using .NET (or Mono?) though. smile

chuyskywalker wrote:

I mean, if it's in XML files, how does an author edit, overwrite, test new code, and continue on?
Does the extension have to be uninstalled & installed each time a change is made?

You can also write code in the PunBB files themselves, and then cut/paste into an XML file (or make/use a script that will accomplished the same thing).

9

(13 replies, posted in Feature requests)

elbekko wrote:

Would be better to just get rid of them all.

And put them in an extension.

10

(48 replies, posted in News)

pedrotuga wrote:

I would suggest that the hook sugestion thread included a list of current hooks location.

I use this script with TextMate to view a list of hooks in the current file:

text=$(/usr/bin/grep --line-number --only-matching "\$hook = get_hook('[^']*'" | /usr/bin/sed -e 's/\$hook = get_hook(/ /g')
if [[ -z $text ]]; then
    text='There are no extension hooks in this file.'
fi
echo "<pre>$text</pre>"

11

(6 replies, posted in PunBB 1.3 troubleshooting)

cddude229 wrote:

2) For the cache/cache_quickjump_1.php and cache/cache_quickjump_2.php files, I do not see an ending ?> tag.

I think config.php has always been like this.

12

(50 replies, posted in PunBB 1.3 troubleshooting)

I had to set the RewriteBase and change the RewriteRule to:

RewriteRule . rewrite.php [L]

13

(48 replies, posted in News)

BETA!

Smartys wrote:

One more note: for all you budding extension developers out there, there will be sample extensions released tomorrow, once Rickard gets some well deserved sleep tongue

big_smile

14

(15 replies, posted in Programming)

MattF wrote:

would I be better placed giving each URI it's own separate field, so to speak, and keeping them completely separate?

FWIW, WordPress uses separate fields (in its postmeta table).

15

(7 replies, posted in General discussion)

Maybe he's busy working on 1.3.

SuperMAG wrote:

but its still isent have .html

URL Scheme: File based

17

(16 replies, posted in General discussion)

I'm tempted to retool PunBB's look and use it for a blog.

18

(16 replies, posted in General discussion)

Are we talking about software or content (that is made available through software)? I would guess the original question is talking about software.

19

(51 replies, posted in PunBB 1.2 discussion)

MySQL 5.0.45

20

(16 replies, posted in General discussion)

FSX, what about blogs that have comments? Then their more alike; Someone says something, and then other people respond.

If you don't mind using a modification, then try Edit Post Date/Time.

If anything, I'd prefer the heading elements, as they can be consistently styled.

GregN wrote:

5. When using the "Save it onto the servers filesystem" option, the default location is the punbb directory.  I think the default should be the database directory (which is a different one, in my case).

Would the web server be able to write to that directory?

Meowmeow wrote:

Ok, "pre-alpha".

Some versioning schemes would call that "development".

MattF wrote:

Why? I've still not seen anything mentioned about 1.3 which has given me the slightest inclination to consider updating to it when it does finally arrive.

Do you see yourself writing extensions for it?