1,651

(7 replies, posted in PunBB 1.2 discussion)

If you're having this much trouble just installing the forum, you're probably not going to have much luck customizing it the way you want. wink
I am curious though (I own PunBB-Hosting), what customization do you want that isn't possible?

1,652

(7 replies, posted in PunBB 1.2 discussion)

Then you might be better off using a service to host the forum for you so you don't have to worry about any of that wink

No, you have to run an alter table command for each one

Try this
FIND

    // Is this a redirect forum?
    if ($cur_forum['redirect_url'] != '')
    {
        $forum_field = '<h3><a href="'.pun_htmlspecialchars($cur_forum['redirect_url']).'" title="'.$lang_index['Link to'].' '.pun_htmlspecialchars($cur_forum['redirect_url']).'">'.pun_htmlspecialchars($cur_forum['forum_name']).'</a></h3>';
        $num_topics = $num_posts = ' ';
        $item_status = 'iredirect';
        $icon_text = $lang_common['Redirect icon'];
        $icon_type = 'icon';
    }

REPLACE WITH

    // Is this a redirect forum?
    if ($cur_forum['redirect_url'] != '')
    {
        $forum_field = '<h3><a href="'.pun_htmlspecialchars($cur_forum['redirect_url']).'" title="'.$lang_index['Link to'].' '.pun_htmlspecialchars($cur_forum['redirect_url']).'">'.pun_htmlspecialchars($cur_forum['forum_name']).'</a></h3>';
        $num_topics = $num_posts = ' ';
        $item_status = 'iredirect';
        $icon_text = $lang_common['Redirect icon'];
        $icon_type = 'icon';
        $l_post = '';
    }

1,655

(5 replies, posted in PunBB 1.2 bug reports)

Closed

Paste your code, it sounds like you modified something wrong wink

utf8_general_ci

You'll need to post your code, since again it looks like you've edited it quite a bit

1,659

(2 replies, posted in PunBB 1.2 troubleshooting)

There is no way to do that with BBCode

1,660

(124 replies, posted in News)

Well, it's a good thing PunBB isn't meant to compete with phpBB then! tongue

Wow, what an unexpected issue tongue

        if ($cur_post['g_id'] == 1)
        /* $rank_icons = '<img style="border:0;" src="img/'.$pun_user['style'].'/ranks/rank_1.png" title="'.$lang_common['Administrator'].'" alt="'.$lang_common['Administrator'].'" />';
        else if ($cur_post['g_id'] == 2) 
        $rank_icons  = '<img style="border:0;" src="img/'.$pun_user['style'].'/ranks/rank_2.png" title="'.$lang_common['Moderator'].'" alt="'.$lang_common['Moderator'].'" />';
        else if ($img_size = @getimagesize(FORUM_ROOT.'/img/'.$pun_user['style'].'/ranks/rank_'.$cur_post['g_id'].'.png')) 
        $rank_icons  = '<img style="border:0;" src="img/'.$pun_user['style'].'/ranks/rank_'.$cur_post['g_id'].'.png" alt="" />';
        else $rank_icons = '<img style="border:0;" src="img/'.$pun_user['style'].'/ranks/stars_'.$num_ranks.'.png" title="'.$lang_common['Ranks'].'" alt="'.$lang_common['Ranks'].'" />'; */

        $username = '<a href="profile.php?id=' . $cur_post['poster_id'] . '"><span style="color:'.$cur_post['g_color'].'">' . pun_htmlspecialchars($cur_post['username']) . '</span></a>';

Notice how you used /**/ to comment out most of that? Well, since you did, the if statement at the top is affecting $username. Either uncomment the code or comment out that top if statement with the rest of the code.

1,662

(71 replies, posted in News)

Yeah, you might as well so you remember what version you're running smile

Run the following query

show table status

and paste the results

1,664

(1 replies, posted in PunBB 1.2 troubleshooting)

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

viewtopic.php to start

You'll need to post your code, since it looks like you have modified it quite a bit

Sounds like you changed the users table to have a case sensitive collation.

Oh. Yes, it's very possible: I thought you were referring to how certain programs were configured tongue

...then what were you talking about? tongue

Err, Matt, what's wrong with that ./configure?

1,671

(2 replies, posted in PunBB 1.2 troubleshooting)

Database tables wink

1,672

(71 replies, posted in News)

Run the update script in the extras folder.

1,673

(11 replies, posted in PunBB 1.2 discussion)

The links are slightly broken at the moment I think, since Paul is in the middle of a lot of HTML/CSS reworking smile

Nope, sorry smile

I don't think it's my service, since I allow people to grab database backups as often as they wish whenever they wish tongue
Although the thought did occur to me when ads were mentioned wink