try deleting it completly

looking nice, Well Done smile

proflie.php (the one you want the item removing from).

you mean messaging?
if so replace

<?php

    }
    else if ($section == 'messaging')
    {

        $page_title = pun_htmlspecialchars($pun_config['o_board_title']).' / '.$lang_common['Profile'];
        require PUN_ROOT.'header.php';

        generate_profile_menu('messaging');

?>
    <div class="blockform">
        <h2><span><?php echo pun_htmlspecialchars($user['username']).' - '.$lang_profile['Section messaging'] ?></span></h2>
        <div class="box">
            <form id="profile3" method="post" action="profile.php?section=messaging&id=<?php echo $id ?>">
                <div class="inform">
                    <fieldset>
                        <legend><?php echo $lang_profile['Contact details legend'] ?></legend>
                        <div class="infldset">
                            <input type="hidden" name="form_sent" value="1" />
                            <label><?php echo $lang_profile['Jabber'] ?><br /><input id="jabber" type="text" name="form[jabber]" value="<?php echo pun_htmlspecialchars($user['jabber']) ?>" size="40" maxlength="75" /><br /></label>
                            <label><?php echo $lang_profile['ICQ'] ?><br /><input id="icq" type="text" name="form[icq]" value="<?php echo $user['icq'] ?>" size="12" maxlength="12" /><br /></label>
                            <label><?php echo $lang_profile['MSN'] ?><br /><input id="msn" type="text" name="form[msn]" value="<?php echo pun_htmlspecialchars($user['msn']) ?>" size="40" maxlength="50" /><br /></label>
                            <label><?php echo $lang_profile['AOL IM'] ?><br /><input id="aim" type="text" name="form[aim]" value="<?php echo pun_htmlspecialchars($user['aim']) ?>" size="20" maxlength="30" /><br /></label>
                            <label><?php echo $lang_profile['Yahoo'] ?><br /><input id="yahoo" type="text" name="form[yahoo]" value="<?php echo pun_htmlspecialchars($user['yahoo']) ?>" size="20" maxlength="30" /><br /></label>
                        </div>
                    </fieldset>
                </div>
                <p><input type="submit" name="update" value="<?php echo $lang_common['Submit'] ?>" /><?php echo $lang_profile['Instructions'] ?></p>
            </form>
        </div>
    </div>

with

/*
<?php

    }
    else if ($section == 'messaging')
    {

        $page_title = pun_htmlspecialchars($pun_config['o_board_title']).' / '.$lang_common['Profile'];
        require PUN_ROOT.'header.php';

        generate_profile_menu('messaging');

?>
    <div class="blockform">
        <h2><span><?php echo pun_htmlspecialchars($user['username']).' - '.$lang_profile['Section messaging'] ?></span></h2>
        <div class="box">
            <form id="profile3" method="post" action="profile.php?section=messaging&id=<?php echo $id ?>">
                <div class="inform">
                    <fieldset>
                        <legend><?php echo $lang_profile['Contact details legend'] ?></legend>
                        <div class="infldset">
                            <input type="hidden" name="form_sent" value="1" />
                            <label><?php echo $lang_profile['Jabber'] ?><br /><input id="jabber" type="text" name="form[jabber]" value="<?php echo pun_htmlspecialchars($user['jabber']) ?>" size="40" maxlength="75" /><br /></label>
                            <label><?php echo $lang_profile['ICQ'] ?><br /><input id="icq" type="text" name="form[icq]" value="<?php echo $user['icq'] ?>" size="12" maxlength="12" /><br /></label>
                            <label><?php echo $lang_profile['MSN'] ?><br /><input id="msn" type="text" name="form[msn]" value="<?php echo pun_htmlspecialchars($user['msn']) ?>" size="40" maxlength="50" /><br /></label>
                            <label><?php echo $lang_profile['AOL IM'] ?><br /><input id="aim" type="text" name="form[aim]" value="<?php echo pun_htmlspecialchars($user['aim']) ?>" size="20" maxlength="30" /><br /></label>
                            <label><?php echo $lang_profile['Yahoo'] ?><br /><input id="yahoo" type="text" name="form[yahoo]" value="<?php echo pun_htmlspecialchars($user['yahoo']) ?>" size="20" maxlength="30" /><br /></label>
                        </div>
                    </fieldset>
                </div>
                <p><input type="submit" name="update" value="<?php echo $lang_common['Submit'] ?>" /><?php echo $lang_profile['Instructions'] ?></p>
            </form>
        </div>
    </div>
*/

280

(21 replies, posted in PunBB 1.2 discussion)

thats free hosting for you.
if you wait it will be back up soon.

281

(21 replies, posted in PunBB 1.2 discussion)

if you really want to use PunBB and not pay anything, why not try www.mypunbb.com?

282

(21 replies, posted in PunBB 1.2 discussion)

you need to have a web host and you would do it threw that (FTP)
just upload the contents of the UPLOAD folder.

283

(5 replies, posted in PunBB 1.2 troubleshooting)

read the installation instructions properly.

you add the last part after

           <dl>
                    <dt><strong><?php echo $username ?></strong></dt>
                    <dd class="usertitle"><strong><?php echo $user_title ?></strong></dd>

and for the first bit, you put that after

    $post_count++;
    $user_avatar = '';
    $user_info = array();
    $user_contacts = array();
    $post_actions = array();
    $is_online = '';
    $signature = '';

so it looks like this...

    $post_count++;
    $user_avatar = '';
    $user_info = array();
    $user_contacts = array();
    $post_actions = array();
    $is_online = '';
    $signature = '';
    $rank_pips = "";

284

(5 replies, posted in PunBB 1.2 troubleshooting)

move

$rank_pips = "";

so that it is over

    // If the poster is a registered user.
    if ($cur_post['poster_id'] > 1)
    {

and try adding

<dd class="usertitle"><?php echo $rank_pips ?></dd>

yes they are hmm

wrong section. modifications maybe.

have you set up your database properly?

288

(14 replies, posted in General discussion)

lol now thats srange

doesnt it log mods aswell?

290

(68 replies, posted in PunBB 1.2 troubleshooting)

when is it saying that?

291

(2 replies, posted in Feature requests)

check on www.punres.org

292

(68 replies, posted in PunBB 1.2 troubleshooting)

well mine does tongue

293

(68 replies, posted in PunBB 1.2 troubleshooting)

xampp has phpmyadmin included in it doesnt it?

294

(68 replies, posted in PunBB 1.2 troubleshooting)

google for WAMP if you want to run a local one smile

most proberbly in imports/yourstyle_cs.css

/****************************************************************/
/* 2. POST BACKGROUNDS AND TEXT */
/****************************************************************/

/* 2.1 This is the setup for posts. */

DIV.blockpost DIV.box, DIV.postright, DIV.postfootright {BACKGROUND-COLOR: #DEDFDF}
DIV.postright, DIV.postfootright {BORDER-LEFT-COLOR: #f1f1f1}
DIV.postleft, DIV.postfootleft, DIV.blockpost LABEL {BACKGROUND-COLOR: #F1F1F1}

/* 2.2 Background for post headers and text colour for post numbers in viewtopic */

DIV.blockpost H2 {BACKGROUND-COLOR: #006FC9}
DIV.blockpost H2 SPAN.conr {COLOR: #AABDCD}

/* 2.3 This is the line above the signature in posts. Colour and background should be the same */

.pun HR {BACKGROUND-COLOR: #333; COLOR: #333}

try there somewere

296

(11 replies, posted in General discussion)

guardian34 wrote:
Limber wrote:

I agree with pogenwurst but at the same time it takes about 2-3 minutes to write up a quick "what's going on"-post.

What would that look like?

**hypothetical** wrote:

22 July: Fixed some CSS
23 July: Replaced keyboard (don't ask)
24 July: Worked on extension system

yea someting like that Guardian tongue

297

(10 replies, posted in PunBB 1.2 troubleshooting)

Getting sorted with my help smile

298

(10 replies, posted in PunBB 1.2 troubleshooting)

Al-Dhikr check your mail

299

(10 replies, posted in PunBB 1.2 troubleshooting)

have you set up a database?

300

(11 replies, posted in General discussion)

a progress report for what?