You might be able to create thumbnails on-the-fly with phpThumb and set it to cache them.

352

(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.

Are you sure that the email hasn't been filtered out by a spam filter?

354

(180 replies, posted in PunBB 1.2 troubleshooting)

PSPpimp: include/functions.php

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

(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

(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

(6 replies, posted in Feature requests)

Have you tried emailing deadram?

359

(3 replies, posted in PunBB 1.2 discussion)

Moved to PunBB discussions.

360

(1 replies, posted in PunBB 1.2 troubleshooting)

Figure out whatever element contains each news item and add a BORDER-BOTTOM via CSS.

361

(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

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.

Well, there's the user stats mod.

Moved to modifications.

364

(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.

365

(3 replies, posted in PunBB 1.2 show off)

Very nice. smile

However, while browsing around your forum, I encountered this spacing issue (Fx 2.0 on Ubuntu Linux):

http://img400.imageshack.us/img400/2168/screenshotdh4.th.png

The page I'm looking at is a list of one of your users' posts.

366

(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

(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?

P.S. http://punbb.org/forums/viewtopic.php?id=2295

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

(26 replies, posted in PunBB 1.2 discussion)

Moved to PunBB discussions.

370

(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

(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. smile

[HOWTO] - Post mod release announcement wink

373

(5 replies, posted in PunBB 1.2 show off)

Ah, much, much better - it looks very nice!

374

(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

(8 replies, posted in PunBB 1.2 troubleshooting)

Your problem appears to be fixed now. smile