You mean in terms of variables?
http://punbb.org/forums/viewtopic.php?p … 28#p108528
1,076 2008-02-06 14:32
Re: [Extension release] Last post subject on index (51 replies, posted in PunBB 1.3 extensions)
1,077 2008-02-06 11:50
Re: [Extension release] Last post subject on index (51 replies, posted in PunBB 1.3 extensions)
It should actually be !empty rather than isset.
1,078 2008-02-06 11:46
Re: Ban message (5 replies, posted in PunBB 1.3 troubleshooting)
No: this is from the check_bans function
sprintf($lang_common['Ban message 2'], strtolower(format_time($cur_ban['expire'], true)))
I don't know why we have strtolower though (we have it in 1.2 as well).
1,079 2008-02-06 11:44
Re: Few Important Questions (20 replies, posted in PunBB 1.3 troubleshooting)
1. We haven't done benchmarks, so we don't know. But yes, I would presume that any difference in speed isn't drastic.
2. Yes
3. When it's done
And as Jansson said, enhancements are just that: new features to enhance what we already have.
1,080 2008-02-06 11:35
Re: Why not design a theme like the PunBB.org main page? (2 replies, posted in PunBB 1.3 troubleshooting)
No, there are just quite a few active topics in this forum
I can't say for certain that it will, but it's certainly a possibility.
1,081 2008-02-06 11:25
Re: Login integration: Logging in on an existing site and punBB (37 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Sounds like there's some whitespace where there shouldn't be.
1,082 2008-02-06 11:22
Re: new pages for extensions (18 replies, posted in PunBB 1.3 troubleshooting)
If your extension needs a page, it can write a page
1,083 2008-02-06 11:21
Re: pun_link() usage (2 replies, posted in PunBB 1.3 troubleshooting)
I think he meant using pun_link('include/js/common.js') as opposed to concatenating the path with base URL. Doing either would have the same effect, the difference is whether we want to mandate that people use pun_url for everything or only when rewriting.
1,084 2008-02-06 01:28
Re: Subscription emails are not being sent (1 replies, posted in PunBB 1.3 troubleshooting)
Fixed
1,085 2008-02-06 00:01
Re: Board Description - HTML (54 replies, posted in PunBB 1.3 troubleshooting)
Smartys wrote:Yes, but if you read the entire topic you see that we added it back in
I'm missing something then. I can see where it's suggested, but not actually said.
1,086 2008-02-05 23:54
Re: Board Description - HTML (54 replies, posted in PunBB 1.3 troubleshooting)
Yes, but if you read the entire topic you see that we added it back in
1,087 2008-02-05 23:32
Re: Adding to query (question) (7 replies, posted in PunBB 1.3 troubleshooting)
$query['JOINS'][] = array(stuff)
1,088 2008-02-05 23:25
Re: Adding to query (question) (7 replies, posted in PunBB 1.3 troubleshooting)
What do you want to do, add another join?
1,089 2008-02-05 23:18
Re: So where are the online/offline images or css defined? (15 replies, posted in PunBB 1.3 troubleshooting)
Silly me, misreading!
Never mind me then, carry on
Borders are still the answer though I believe.
1,090 2008-02-05 22:43
Re: So where are the online/offline images or css defined? (15 replies, posted in PunBB 1.3 troubleshooting)
<td class="tcl"><span class="status normal" title="Forum"><img src="http://www.pundemo.org/style/Oxygen/status.png" alt="Forum" /></span> <h3><a href="http://www.pundemo.org/forum1-Test-forum.html"><span>Test forum</span></a></h3>This is just a test forum</td>
I do!
1,091 2008-02-05 21:56
Re: So where are the online/offline images or css defined? (15 replies, posted in PunBB 1.3 troubleshooting)
Actually, although 1.2 is entirely via CSS, 1.3 does use an image tag. Admittedly, the image seems to be a 1x1 transparent PNG and the effect is entirely done via CSS, but still.
Basically, lots of padding + border color
1,092 2008-02-05 21:51
Re: "Show images in postings" setting (1 replies, posted in PunBB 1.3 troubleshooting)
Fixed
1,093 2008-02-05 11:49
Re: Drupal & PunBB (7 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Could you explain a little bit more what that does?
1,094 2008-02-05 11:49
Re: Hiding categories/forums from unregistered users (6 replies, posted in PunBB 1.2 troubleshooting)
There is a Guests group, which is used by user ID 1, which is used by all unregistered users.
Every user is assigned to a group.
1,095 2008-02-05 11:42
Re: Hiding categories/forums from unregistered users (6 replies, posted in PunBB 1.2 troubleshooting)
Click on the administration navlink. Click on the Forums link in the admin menu. Click the Edit link for the forum whose permissions you want to edit.
1,096 2008-02-05 11:39
Re: Additional menu items (11 replies, posted in PunBB 1.3 troubleshooting)
Surely they should be automatically prefixed with the base uri. Seems logical now that relative uri's are no longer the norm?
Then we'll have the same problems we have with people complaining about the redirect function.
I happen to agree with Jérémie, if you're using HTML you should know how it works. We couldn't possibly write a regex that would match every possible HTML tag where you would use a URI and if we did, it would likely be slow.
kierownik: Again, it's exactly the same behavior. You would have the same issue in 1.2 with a subfolder. There's nothing to change.
1,097 2008-02-05 11:34
Re: Hiding categories/forums from unregistered users (6 replies, posted in PunBB 1.2 troubleshooting)
You can change the forum permissions through the admin panel.
1,098 2008-02-05 11:30
Re: Updated to 1.2.16 header images gone (10 replies, posted in PunBB 1.2 troubleshooting)
include/templates/main.tpl and header.php
1,099 2008-02-05 03:06
Re: The future of PunBB extensions and integration with Wordpress (1 replies, posted in PunBB 1.2 discussion)
1.3's extension system should make it simple to integrate PunBB within a larger system (eg: with Wordpress). I'm sure by the time PunBB 1.3 is officially released, there will be integration extensions already released.
1,100 2008-02-05 02:50
Re: Profile > Signature (6 replies, posted in PunBB 1.3 troubleshooting)
Fixed