Using sessions? http://uk2.php.net/manual/en/function.session-start.php
202 2006-03-30 10:05
Re: multiple attachments (2 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Yes i think, you have to edit the post for each attachement you want to add (i think)
203 2006-03-30 10:02
Re: 1.3 mod conversion roll call (35 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I plan on not just porting but pretty much rewrite the wiki, pm mod, possibly the poll mod (i'll see what mediator does with his), the chatroom and the miniportal.
Depending on how the 1.3 release goes assuming some access to the extension system is avaliable before the actual release i intend to release at least the PM mod as 1.3 is released.
204 2006-03-30 09:57
Re: [release] AP_Forum_cleanup (21 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Well yeh, but what if that one person registered 10,000 accounts each with 100 posts? which is the kind of thing this is designed to help you clean up.
205 2006-03-30 09:52
Re: GZip output on DreamHost (4 replies, posted in PunBB 1.2 discussion)
Turn it off and load your page through this
http://leknor.com/code/gziped.php
it will tell you if its zipped or not.
206 2006-03-30 09:44
Re: 1.3 and Connorhd's blank page template (3 replies, posted in PunBB 1.2 discussion)
I'll try to get a new miniportal and new page template out before or shortly after 1.3 is released
207 2006-03-30 09:37
Re: Hiding forums for an admin (2 replies, posted in Feature requests)
in index.php you could say something like
$hiddenforums = array(1,2,3);
$hiddenusers = array(3,4);
then during the loop that prints out forum details check that the current user is not in that array or the current forum is not and only print the data then.
208 2006-03-12 18:14
Re: [release] AP_Forum_cleanup (21 replies, posted in PunBB 1.2 modifications, plugins and integrations)
If the poster has no posts their postcount won't be set to 0 afaik, i'll fix it in the next release sometime.
209 2006-03-09 11:38
Re: PunBB Miniportal v1.2.x (128 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Have a look at:
http://punres.org/doku.php?id=tutorials … line_block
210 2006-03-07 15:54
Re: What AntiVirus do you use? (39 replies, posted in General discussion)
Errm, how do you know you have no viruses?
211 2006-03-07 15:49
Re: Noteworthy PunBB Usage #2 (16 replies, posted in PunBB 1.2 show off)
Shame they didn't keep the copyright, or even a link back.
212 2006-03-06 22:17
Re: Private Message System (332 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Not really, browse the forums, theres lots of discussion but no dates
213 2006-03-06 18:19
Re: [release] AP_Forum_cleanup (21 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Its probably your permissions, if you don't have the permission you need to ask your host/admin to add it for you
214 2006-03-06 18:18
Re: Private Message System (332 replies, posted in PunBB 1.2 modifications, plugins and integrations)
There will be in the extension which will be written for 1.3, but currently no.
215 2006-03-06 18:17
Re: Duplicate function names (3 replies, posted in PunBB 1.2 troubleshooting)
rename your function?
216 2006-03-06 07:43
Re: Force text in post to right (3 replies, posted in PunBB 1.2 troubleshooting)
Add this css?
.postmsg { text-align: right }
217 2006-03-06 07:43
Re: How to change maximum avatar dimensions/size? (10 replies, posted in PunBB 1.2 troubleshooting)
its in the root directory, the only other one is the language file
218 2006-03-06 07:41
Re: Ideal PunBB for Academic Use (7 replies, posted in Feature requests)
3. There are lots of topics on this, you should probably read them
4,5. Could easily be written as Admin Plugins (some parts are)
6. There is
219 2006-03-06 07:38
Re: [I CREATED A BUG] Strange text shitfting when clicking on forum links (2 replies, posted in PunBB 1.2 troubleshooting)
Its not really a bug is it?, as you caused it and it only affects firefox.
220 2006-03-05 13:13
Re: Footer.... (5 replies, posted in PunBB 1.2 troubleshooting)
<p class="conr">Powered by <a href="http://punbb.org/">PunBB</a><?php if ($pun_config['o_show_version'] == '1') echo ' '.$pun_config['o_cur_version']; ?><br />© Copyright 2002–2005 Rickard Andersson</p>
is the line you are looking for
221 2006-03-05 11:02
Re: Footer.... (5 replies, posted in PunBB 1.2 troubleshooting)
The footer is in footer.php
the second bit - http://punbb.org/forums/viewtopic.php?id=10214
222 2006-03-05 09:59
Re: viewtopic.php code (3 replies, posted in PunBB 1.2 discussion)
but we don't have $posted, so that would mean another query, and is the loop faster or another query faster?
edit: Hmmm actually forget that, it could be selected using the query above.
223 2006-03-05 09:53
Re: How to change maximum avatar dimensions/size? (10 replies, posted in PunBB 1.2 troubleshooting)
about line 970 is right. and for the inputs about line 1230
just search for $lang_profile['Jabber']
224 2006-03-05 00:46
Re: [Request] Use email address to login rather than username (8 replies, posted in PunBB 1.2 modifications, plugins and integrations)
btw, elbekko this is a great thing to put on the PunRes wiki, http://punres.org/doku.php for people to find in the future
225 2006-03-04 12:17
Re: What AntiVirus do you use? (39 replies, posted in General discussion)
AVG 7 Free Edition since 3 years
My choice too