MySQL problem fixed by: nvm http://www.punres.org/viewtopic.php?id=1840

But now i got this above my forum
http://www1.filehost.to/files/2007-03-18_03/214729_problem.png

The Errorcode in the image:

# '.$lang_pms['Messages'].''; ?>query('SELECT COUNT(id) FROM '.$db->prefix.'messages WHERE showed=0 AND owner='.$pun_user['id']) or error('Unable to check for new messages', __FILE__, __LINE__, $db->error()); if ($db->result($result_messages, 0)){ $tpl_temp .= "\n\t\t\t\t".''.$lang_pms['New messages'].'
# '; } // Check if the inbox is full if($pun_config['o_pms_messages'] != 0 && $pun_user['g_id'] > PUN_GUEST){ $result = $db->query('SELECT count(*) FROM '.$db->prefix.'messages WHERE owner='.$pun_user['id']) or error('Unable to test if the message-box is full', __FILE__, __LINE__, $db->error()); list($count) = $db->fetch_row($result); // Display error message if($count >= $pun_user['g_pm_limit']) $tpl_temp .= "\n\t\t\t\t".''.$lang_pms['Full inbox'].'
'; } } ?>The Errorcode in the image:



posted this on punresource before but nobody could tell me what went wrong =/

didnt find anything for text size/or crossed out

Good evening wink I got 2 little questions and it would be great if s/o could help me out here:
1) Is it possible to add a "crossed out" and a "textsize" BBCode (like 3 different sizes or more)? and what do i have to add and where?
2) Can i force links in posts to be opened in a new window ?

Thanks wink

Oh sorry didnt find that wink  well thanks

Hi wink
im looking for a way to have a random board description (choosen from a predefined list) i think there is a way to do that with php and "rand" -   give each answer a number and let php randomize which answer to choose

is that possible ?
if yes, how ? wink

I'm a Noob @ php so it would be great if someone could post a newbie-friendly solution
thanks