You might be able to create thumbnails on-the-fly with phpThumb and set it to cache them.
351 2007-01-15 13:11
Re: Attachment Mod 2.0.1 by Frank H (500 replies, posted in PunBB 1.2 modifications, plugins and integrations)
352 2007-01-15 13:06
Re: I cant crate forum whit Xampp :O (1 replies, posted in General discussion)
Please stick to this topic: http://punbb.org/forums/viewtopic.php?id=14420
Also, we can't teach you all the very basics running web sites. You might want to go read up on these sorts of things.
353 2007-01-15 13:03
Re: Registration emails not being sent/received (20 replies, posted in PunBB 1.2 troubleshooting)
Are you sure that the email hasn't been filtered out by a spam filter?
354 2007-01-15 13:00
Re: INFO: Bad HTTP_REFERER (180 replies, posted in PunBB 1.2 troubleshooting)
PSPpimp: include/functions.php
355 2007-01-15 03:34
Re: intergrate pun with the main site? (9 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Ease of integration really varies from site to site and depends on what aspects of the site you'd like to integrate and your skill level; the best thing you can do is give it a try and see where you get.
Tip: editing include/template/main.tpl will make things much easier to integrate, at least aesthetically.
356 2007-01-12 21:04
Re: Counter strike solutions (2 replies, posted in PunBB 1.2 show off)
Just so you know, the show off forum is generally intended for people to post forums that they've installed on their own hosting accounts, not using a dedicated forum host.
357 2007-01-12 20:40
Re: 2532|Gigs Forum [punBB powered] (8 replies, posted in PunBB 1.2 show off)
Nice!
I'll have to agree with you about the SourceForge forums. They look horrid.
358 2007-01-12 20:20
Re: Deadram's PDO_SQLite support! (6 replies, posted in Feature requests)
Have you tried emailing deadram?
359 2007-01-11 22:56
Re: Allow only admins to add accounts (3 replies, posted in PunBB 1.2 discussion)
Moved to PunBB discussions.
360 2007-01-11 22:53
Re: news generator on punbb (1 replies, posted in PunBB 1.2 troubleshooting)
Figure out whatever element contains each news item and add a BORDER-BOTTOM via CSS.
361 2007-01-10 03:00
Re: Tutorial? (1 replies, posted in PunBB 1.2 discussion)
As Smartys said to you before, you've been opening far too many topics concerning this issue, please stick to this one: http://punbb.org/forums/viewtopic.php?id=14289
Anyway:
1) Buy hosting that supports PunBB's minimum system requirements
2) Read the installation instructions in the docs
362 2007-01-10 02:54
Re: Battling Records??? (1 replies, posted in PunBB 1.2 modifications, plugins and integrations)
So... a poll system? If so, try:
http://www.punres.org/desc.php?pid=309 or
http://www.punres.org/desc.php?pid=60
I'm really unsure what you're requesting. Anyway, I've moved your post to modifications because whatever it is it sounds unlikely that it will be added to core.
363 2007-01-06 02:10
Re: Which working statistics modules are out there? (2 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Well, there's the user stats mod.
Moved to modifications.
364 2007-01-02 20:40
Re: Credit Card??? (2 replies, posted in General discussion)
You already posted this elsewhere. Closed.
On a side note, you can't "have" money on a credit card. You spend however much you desire within your credit limit and are billed for the amount you spend, plus interest if applicable. In a way, debit cards "have" money on them, but that's because they're attached to a checking account. Providing you with either credit or debit information would be quite risky, so please do not request that users do so.
P.S. I have neither a credit nor debit card; I am simply stating what I know based on some financial reading I've done. If I've misstated anything please do not hesitate to drop me a line.
366 2007-01-02 15:10
Re: title in top of browser (5 replies, posted in PunBB 1.2 troubleshooting)
$page_title is set individually on each page. For example, viewtopic.php concatenates the board title, " / ", and the topic title to set the value of $page_title (which is echoed between title tags by header.php).
367 2007-01-01 22:14
Re: Config.php (8 replies, posted in PunBB 1.2 troubleshooting)
That means that you're not sending a referrer to your site. Do you have Norton Internet Security or some firewall that's blocking your browser from sending a referrer header?
368 2007-01-01 20:51
Re: Should caching the forum stats show any visible improvements? (7 replies, posted in PunBB 1.2 troubleshooting)
I would assume that orlandu63 means stuff like names, moderators, descriptions, last posts, topic counts, and post counts. The first and third items could be cached when settings change in the admin area, the second could be updated in the admin section of the profile when changed, and the latter three could be updated upon the creation of a post. If so, this would probably belong in feature requests, but I'll wait to see what orlandu63 says before I move this topic.
369 2007-01-01 20:41
Re: I want punbb!!!! (26 replies, posted in PunBB 1.2 discussion)
Moved to PunBB discussions.
370 2007-01-01 16:24
Re: silent edit for users? (9 replies, posted in PunBB 1.2 troubleshooting)
It's by no means graceful, but...
comment or delete the following block of code from edit.php:
if ($is_admmod)
{
if ((isset($_POST['form_sent']) && isset($_POST['silent'])) || !isset($_POST['form_sent']))
$checkboxes[] = '<label><input type="checkbox" name="silent" value="1" tabindex="'.($cur_index++).'" checked="checked" /> '.$lang_post['Silent edit'];
else
$checkboxes[] = '<label><input type="checkbox" name="silent" value="1" tabindex="'.($cur_index++).'" /> '.$lang_post['Silent edit'];
}
comment out or remove the following line from viewtopic.php:
<?php if ($cur_post['edited'] != '') echo "\t\t\t\t\t".'<p class="postedit"><em>'.$lang_topic['Last edit'].' '.pun_htmlspecialchars($cur_post['edited_by']).' ('.format_time($cur_post['edited']).')</em></p>'."\n"; ?>
I believe that should work.
EDIT: oops, I misunderstood you. Ignore this.
371 2007-01-01 03:08
Re: Chatbox (6 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Please be patient, if anyone knows how they can help you I'm sure they will reply.
372 2007-01-01 03:06
Re: PunPortal 2.0 (9 replies, posted in PunBB 1.2 modifications, plugins and integrations)
373 2007-01-01 03:04
Re: m2L - Gaming League (5 replies, posted in PunBB 1.2 show off)
Ah, much, much better - it looks very nice!
374 2007-01-01 03:00
Re: Config.php (8 replies, posted in PunBB 1.2 troubleshooting)
Both should work fine, although I believe Rickard stated somewhere that he was most experienced with MySQL.
If you plan on installing mods, your best bet will probably be MySQL because many mods seem to have trouble with other DBMSs.
375 2006-12-31 21:09
Re: Config.php (8 replies, posted in PunBB 1.2 troubleshooting)
Your problem appears to be fixed now.