2 2008-02-06 23:14
Re: Board Description - HTML (54 replies, posted in PunBB 1.3 troubleshooting)
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).
? (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 2008-02-05 20:56
Re: moderate forum (9 replies, posted in PunBB 1.3 troubleshooting)
FYI, it's also fine in Safari 3.0.4.
4 2008-02-05 18:17
Re: Board Description - HTML (54 replies, posted in PunBB 1.3 troubleshooting)
Do entities count as fancy markup?
5 2008-02-02 06:50
Re: Board Description - HTML (54 replies, posted in PunBB 1.3 troubleshooting)
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 2008-02-01 22:36
Re: Board Description - HTML (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?
7 2008-02-01 07:25
Re: Extension Development Mini Primer (12 replies, posted in PunBB 1.3 troubleshooting)
That appears to be exactly what PunXS does.
I won't be using .NET (or Mono?) though.
8 2008-02-01 02:24
Re: Extension Development Mini Primer (12 replies, posted in PunBB 1.3 troubleshooting)
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 2008-02-01 02:18
Re: Supported IM Screen Name(s) (13 replies, posted in Feature requests)
Would be better to just get rid of them all.
And put them in an extension.
10 2008-01-30 17:00
Re: PunBB 1.3 Beta (48 replies, posted in News)
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 2008-01-30 05:56
Re: My few things (6 replies, posted in PunBB 1.3 troubleshooting)
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 2008-01-30 03:56
Re: Fancy URL's (50 replies, posted in PunBB 1.3 troubleshooting)
I had to set the RewriteBase and change the RewriteRule to:
RewriteRule . rewrite.php [L]
13 2008-01-30 02:21
Re: PunBB 1.3 Beta (48 replies, posted in News)
BETA!
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
14 2008-01-27 22:48
Re: A multiple URI question (15 replies, posted in Programming)
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 2008-01-27 03:13
Re: Hey Rickard, Xmas is over! (7 replies, posted in General discussion)
Maybe he's busy working on 1.3.
16 2008-01-27 03:11
Re: Isnt its time for Punbb to be more SEO Friendly (36 replies, posted in General discussion)
but its still isent have .html
URL Scheme: File based
17 2008-01-24 03:45
Re: Difference between blogs and forum? (16 replies, posted in General discussion)
I'm tempted to retool PunBB's look and use it for a blog.
18 2008-01-23 03:49
Re: Difference between blogs and forum? (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 2008-01-21 03:45
Re: MySQL version poll (51 replies, posted in PunBB 1.2 discussion)
MySQL 5.0.45
20 2008-01-18 19:40
Re: Difference between blogs and forum? (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.
21 2008-01-15 18:26
Re: change post date (4 replies, posted in PunBB 1.2 modifications, plugins and integrations)
If you don't mind using a modification, then try Edit Post Date/Time.
22 2008-01-15 18:23
Re: 1.3 suggestion - bbcode for font size (9 replies, posted in PunBB 1.2 discussion)
If anything, I'd prefer the heading elements, as they can be consistently styled.
23 2008-01-05 07:15
Re: Backup plugin and SQlite (2 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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?
24 2007-12-18 23:04
Re: phpBB3 has been released on 13 Dec. How's PunBB 1.3? (42 replies, posted in General discussion)
Ok, "pre-alpha".
Some versioning schemes would call that "development".
25 2007-12-16 05:09
Re: phpBB3 has been released on 13 Dec. How's PunBB 1.3? (42 replies, posted in General discussion)
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?