
PixyMisa wrote: Ah, never mind!
If I wrap those lines inIt all works okay.Code: Select all
if ($GLOBALS['cm_posting']) { ... }
Though if someone can suggest how to make rewards work for blogging, that would be cool.![]()
Warning: Missing argument 16 for prepare_post() in /home/***/public_html/includes/functions_post.php on line 129
Warning: Missing argument 25 for submit_post() in /home/***/public_html/includes/functions_post.php on line 258
Warning: Missing argument 30 for submit_post() in /home/***/public_html/includes/functions_post.php on line 258
Warning: Cannot modify header information - headers already sent by (output started at /home/***/public_html/includes/functions_post.php:129) in /home/***/public_html/weblog_posting.php on line 630
Warning: Cannot modify header information - headers already sent by (output started at /home/***/public_html/includes/functions_post.php:129) in /home/***/public_html/includes/page_header.php on line 747
Warning: Cannot modify header information - headers already sent by (output started at /home/***/public_html/includes/functions_post.php:129) in /home/***/public_html/includes/page_header.php on line 749
Warning: Cannot modify header information - headers already sent by (output started at /home/***/public_html/includes/functions_post.php:129) in /home/***/public_html/includes/page_header.php on line 750
Code: Select all
function prepare_post(&$mode, &$post_data, &$bbcode_on, &$html_on, &$smilies_on, &$error_msg, &$username, &$bbcode_uid, &$subject, &$currently1, &$currently2, &$message, &$poll_title, &$poll_options, &$poll_length, &$topic_desc, $topic_calendar_time = 0, $topic_calendar_duration = 0)
Code: Select all
function submit_post($mode, &$post_data, &$message, &$meta, &$forum_id, &$topic_id, &$post_id, &$poll_id, &$topic_type, &$bbcode_on, &$html_on, &$smilies_on, &$attach_sig, &$bbcode_uid, &$post_username, &$post_subject, &$post_message, &$poll_title, &$poll_options, &$poll_length, &$entry_currently1, &$entry_currently2, &$entry_mood, &$topic_auth, &$topic_desc, $topic_announce_duration = 0, $post_icon = 0, $topic_calendar_time = 0, $topic_calendar_duration = 0, &$news_category)
Code: Select all
setcookie($board_config['cookie_name'] . '_t', serialize($tracking_topics), 0, $board_config['cookie_path'], $board_config['cookie_domain'], $board_config['cookie_secure']);
Code: Select all
header ('Cache-Control: private, pre-check=0, post-check=0, max-age=0');
Code: Select all
header ('Expires: 0');
header ('Pragma: no-cache');
justbishop wrote: Could someone please direct me to the bit of code I need to alter to make the names of members with blogs NOT change a different color in the "who's online" sections? Thanks in advance![]()