try deleting it completly
276 2006-08-19 21:16
Re: Remove contact section from profile (7 replies, posted in PunBB 1.2 troubleshooting)
277 2006-08-19 11:24
Re: Yosh I got it!!!! Comments please! (6 replies, posted in PunBB 1.2 show off)
looking nice, Well Done
278 2006-08-15 19:50
Re: Remove contact section from profile (7 replies, posted in PunBB 1.2 troubleshooting)
proflie.php (the one you want the item removing from).
279 2006-08-15 19:18
Re: Remove contact section from profile (7 replies, posted in PunBB 1.2 troubleshooting)
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 2006-08-14 08:12
Re: How do i upload punbb? (21 replies, posted in PunBB 1.2 discussion)
thats free hosting for you.
if you wait it will be back up soon.
281 2006-08-13 19:15
Re: How do i upload punbb? (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 2006-08-13 10:50
Re: How do i upload punbb? (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 2006-08-07 11:45
Re: Someone check this! (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 2006-08-06 10:33
Re: Someone check this! (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>
285 2006-08-03 22:27
Re: New topics = Link text BOLD (4 replies, posted in PunBB 1.2 modifications, plugins and integrations)
yes they are
286 2006-08-03 14:31
Re: New topics = Link text BOLD (4 replies, posted in PunBB 1.2 modifications, plugins and integrations)
wrong section. modifications maybe.
287 2006-08-02 16:33
Re: An error occured on line 58 -- Installation Problems (16 replies, posted in PunBB 1.2 troubleshooting)
have you set up your database properly?
288 2006-08-02 13:30
Re: Microsoft Zune (14 replies, posted in General discussion)
lol now thats srange
289 2006-08-01 20:06
Re: log mod activities (4 replies, posted in PunBB 1.2 modifications, plugins and integrations)
doesnt it log mods aswell?
290 2006-07-29 13:35
Re: i cant crate punbb forum (68 replies, posted in PunBB 1.2 troubleshooting)
when is it saying that?
291 2006-07-28 21:13
Re: open links in a new window (2 replies, posted in Feature requests)
check on www.punres.org
292 2006-07-28 20:37
Re: i cant crate punbb forum (68 replies, posted in PunBB 1.2 troubleshooting)
well mine does
293 2006-07-28 20:34
Re: i cant crate punbb forum (68 replies, posted in PunBB 1.2 troubleshooting)
xampp has phpmyadmin included in it doesnt it?
294 2006-07-28 18:50
Re: i cant crate punbb forum (68 replies, posted in PunBB 1.2 troubleshooting)
google for WAMP if you want to run a local one
295 2006-07-26 11:17
Re: Color background quick reply - [!!!] (2 replies, posted in PunBB 1.2 troubleshooting)
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 2006-07-25 19:45
Re: Progress reports... (11 replies, posted in General discussion)
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
297 2006-07-24 21:39
Re: Can't Install PunBB (10 replies, posted in PunBB 1.2 troubleshooting)
Getting sorted with my help
298 2006-07-24 20:18
Re: Can't Install PunBB (10 replies, posted in PunBB 1.2 troubleshooting)
Al-Dhikr check your mail
299 2006-07-24 19:59
Re: Can't Install PunBB (10 replies, posted in PunBB 1.2 troubleshooting)
have you set up a database?
300 2006-07-23 16:55
Re: Progress reports... (11 replies, posted in General discussion)
a progress report for what?