All you need is a form that will serve just like the one on 'login.php'.

You to pass these variables through POST:

  • form_sent = 1

  • redirect_url = forum_link($forum_url['index'])

  • csrf_token = generate_form_token(forum_link($forum_url['login']))

  • reg_username = {username}

  • req_password = {password}

  • save_pass (stay logged in) = 1 or 0

I guess that's it.

Sorry, I kinda stopped working on extensions...

I couldn't reproduce the error. I added 3 smilies, deleted the first one that I added and everything worked OK.

Use this instead:

<ul>
<?php echo file_get_contents('http://forexsb.com/forum/extern.php'); ?>
</ul>

130

(5 replies, posted in PunBB 1.3 additions)

http://arch.kimag.es/share/53193293.jpg

131

(6 replies, posted in General discussion)

I'm not a WP expert, but I've made a couple of themes - it's quite easy.

132

(3 replies, posted in PunBB 1.3 additions)

Because padding is set with EM, which is relative to the parent font-size (I think).

I totally forgot about Informer... sorry.

I'm disappointed... really...

135

(10 replies, posted in PunBB 1.3 extensions)

Maybe... but I think hiding the username completely would be a nice thing to do, because it would make account theft harder, right?

136

(10 replies, posted in PunBB 1.3 extensions)

I know, but that's what he asked for, right?

137

(10 replies, posted in PunBB 1.3 extensions)

It shouldn't be that hard...

First, replace line 275 on 'viewtopic.php' with:

    'SELECT'    => 't.subject, t.posted, t.poster, t.first_post_id, t.closed, t.num_replies, t.sticky, f.id AS forum_id, f.forum_name, f.moderators, fp.post_replies, u.realname',

Next, replace line 317 from the same file with:

    if ($cur_post['realname'])
        $forum_page['post_ident']['byline'] = '<span class="post-byline">'.sprintf((($cur_post['id'] == $cur_topic['first_post_id']) ? $lang_topic['Topic byline'] : $lang_topic['Reply byline']), (($forum_user['g_view_users'] == '1') ? '<a title="'.sprintf($lang_topic['Go to profile'], forum_htmlencode($cur_post['username'])).'" href="'.forum_link($forum_url['user'], $cur_post['poster_id']).'">'.forum_htmlencode($cur_post['realname']).'</a>' : '<strong>'.forum_htmlencode($cur_post['realname']).'</strong>')).'</span>';
    elseif ($cur_post['poster_id'] > 1)

And... you're done! (It worked for me)

There you go:

http://punbb.informer.com/unofficial/pu … _visit.zip

I'm too lazy to add options to disable on posts/profile, sorry.

Tip: use Firefox or at least upgrade to IE7.

Then,

http://arch.kimag.es/share/46606757.png

Something like this?

http://arch.kimag.es/share/64084789.png

142

(3 replies, posted in Feature requests)

    $pattern[] = '#\[php\](.*?)\[/php\]#ms';
    $replace[] = '<div class="codebox"><pre>[php]$1[/php]</pre></div>';
    
    $pattern[] = '#\[php\](.*?)\[/php\]#e';
    $replace[] = 'highlight_string(html_entity_decode(\'<?php'."\n\n".'$1'."\n\n".'?>\', ENT_COMPAT, \'UTF-8\'), true)';

on line 706 of 'include/parser.php'.

143

(26 replies, posted in Programming)

http://tizag.com/

Great tutorials for starters.

144

(8 replies, posted in General discussion)

I did, but it the cool aero effects don't work.

145

(8 replies, posted in General discussion)

It looks really nice and it's faster than Vista. It has lots of out-of-the-box hardware support.

That's about it, heh. Anyways, I switched back to XP because I need IE6 to test some stuff and the network on VMware wouldn't work on Win7.

Some you change you made created the error. Best thing to do if that doesn't work is create the style all over, trying the page on both browsers after every change you make.

147

(4 replies, posted in PunBB 1.3 extensions)

You are missing a closed bracket on the install's CDATA end tag.

Wrong:

]></install>

This might help: http://www.cameronmoll.com/archives/000892.html

I have to go right now, I'll see what I can do tomorrow. Sorry.

I got your email (twice), so I'm gonna help you out. So far, I understood that you want to page to have a static width of 1100px. Is that right?