Zeile 6 | Zeile 6 |
---|
* Website: http://www.mybboard.com * License: http://www.mybboard.com/eula.html *
|
* Website: http://www.mybboard.com * License: http://www.mybboard.com/eula.html *
|
* $Id: functions_post.php 2201 2006-09-07 02:36:42Z Tikitiki $
| * $Id: functions_post.php 2378 2006-10-30 15:06:39Z Tikitiki $
|
*/
/**
| */
/**
|
Zeile 79 | Zeile 79 |
---|
$parser_options['allow_mycode'] = $forum['allowmycode']; $parser_options['allow_smilies'] = $forum['allowsmilies']; $parser_options['allow_imgcode'] = $forum['allowimgcode'];
|
$parser_options['allow_mycode'] = $forum['allowmycode']; $parser_options['allow_smilies'] = $forum['allowsmilies']; $parser_options['allow_imgcode'] = $forum['allowimgcode'];
|
| if(!$post['username']) { $post['username'] = $lang->guest; }
|
if($post['userusername']) { $parser_options['me_username'] = $post['userusername'];
| if($post['userusername']) { $parser_options['me_username'] = $post['userusername'];
|