1,626

(1 replies, posted in PunBB 1.2 bug reports)

If your admin account already is setup with that email, there's your problem wink
You can turn this feature off tho.

Maybe your server had a problem and they tried to revert to a standard install.

1,628

(6 replies, posted in Feature requests)

Please use code tags. Then I'll take a look.

1,629

(11 replies, posted in General discussion)

5.1.2 and PunBB 1.2.12 works great smile

1,630

(2 replies, posted in PunBB 1.2 troubleshooting)

Just hover over the link.

And for the group: Profile > Administration wink

Why not just run the query yourself?

<?php
define('PUN_ROOT', './'); // Change to whatever
include ROOT."include/common.php";
$id = 1;
$start_from = 0;

// The query from viewtopic.php
$result = $db->query('SELECT u.email, u.title, u.url, u.location, u.use_avatar, u.signature, u.email_setting, u.num_posts, u.registered, u.admin_note, p.id, p.poster AS username, p.poster_id, p.poster_ip, p.poster_email, p.message, p.hide_smilies, p.posted, p.edited, p.edited_by, g.g_id, g.g_user_title, o.user_id AS is_online FROM '.$db->prefix.'posts AS p INNER JOIN '.$db->prefix.'users AS u ON u.id=p.poster_id INNER JOIN '.$db->prefix.'groups AS g ON g.g_id=u.group_id LEFT JOIN '.$db->prefix.'online AS o ON (o.user_id=u.id AND o.user_id!=1 AND o.idle=0) WHERE p.topic_id='.$id.' ORDER BY p.id LIMIT '.$start_from.','.$pun_user['disp_posts'], true) or error('Unable to fetch post info', __FILE__, __LINE__, $db->error());

while($row = $db->fetch_assoc($result))
{
// Echo the junk
}
?>

Then you can just echo it wherever you want wink

hrmm, IIS requires backslashes? =/
Really, get Apache. PunBB works fine on it tongue

Enable debug mode.

I think it'll be updated when 1.3 comes out wink

Try changing g.color to color or g_color

Make sure eveything is uploaded correctly.

You could always put a check in viewtopic.php around line 300 like this:

if($post_count == 1 && $fid == 1)
        $cur_post['message'] = nl2br($cur_post['message']);
    else
        $cur_post['message'] = parse_message($cur_post['message'], $cur_post['hide_smilies']);

Somethign along those lines eh...

1,638

(6 replies, posted in Feature requests)

I suggest you replace <pun_navlinks> with the HTML of your slice in main.tpl wink

pogenwurst wrote:

You could use code similar to this: http://wiki.punres.org/Add_a_different_ … for_admins

This mod doesn't work good for different backgrounds, as it only is for the text, not the full post.
But yeah, if you don't mind, just add "background-color: #whatever" to the CSS.

Delete that in functions.php

1,641

(26 replies, posted in PunBB 1.2 show off)

Very, very shiny big_smile

1,642

(63 replies, posted in Feature requests)

Yeah. Well, the admin option (silly me) is there. The table isn't, and I guess the things required in the source isn't there either.

Just insert the needed data into the users table... nothing more smile

1,644

(63 replies, posted in Feature requests)

Dr.Jeckyl wrote:

if i recall the "plugin" system isn't even in it yet.... could be wrong, been known tohappen. tongue

The plugin is there but the table isn't....

1,645

(63 replies, posted in Feature requests)

Bâshrat the Sneaky wrote:

But you say NO ONE is allowed (officially, since any one can copy the file contents of the SVN repo one by one) to  perform testing on the latest versions?

Erm, get yourself an SVN client and there's no need to do that =P
And it hasn't even reached alpha wink It's still in full dev wink

1,646

(4 replies, posted in PunBB 1.2 troubleshooting)

Have you used margin: auto to center it?

Yeah, but I thought you were talking about a new forum wink

You can also create a new page that just gets that one thread.

1,648

(0 replies, posted in General discussion)

Hey all,

I'm looking on some tutorials to create a star trek-like spaceship tongue Preferably for photoshop CS2.
Google isn't giving much decent answers as usual sad

Thanks,

-- Bekko

Sure, just edit main.tpl to what you want.

Sure, make a forum where guests are allowed to post replies in a thread you created wink