Unfortunately no one can be told what PunBB is - you have to see it for yourself.
You are not logged in. Please login or register.
PunBB Forums » Posts by guardian34
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: " " "
FYI, it's also fine in Safari 3.0.4.
Do entities count as fancy markup?
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')What about entities in the description?
Edit: Would html_entity_decode and htmlentities take care of that?
That appears to be exactly what PunXS does.
I won't be using .NET (or Mono?) though. ![]()
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).
Would be better to just get rid of them all.
And put them in an extension.
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>"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.
I had to set the RewriteBase and change the RewriteRule to:
RewriteRule . rewrite.php [L]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
![]()
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).
Maybe he's busy working on 1.3.
but its still isent have .html
URL Scheme: File based
I'm tempted to retool PunBB's look and use it for a blog.
Are we talking about software or content (that is made available through software)? I would guess the original question is talking about software.
MySQL 5.0.45
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.
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?
Ok, "pre-alpha".
Some versioning schemes would call that "development".
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?
PunBB Forums » Posts by guardian34
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 5 official extensions. Copyright © 2003–2009 PunBB.