|
You haven't placed the snippet of code at the right place. It is placed after these lines Code:
$cell_iterator = 1 - $cell_iterator;
$enable_delete = 1;
}
The code will look like:
Code:
$cell_iterator = 1 - $cell_iterator;
$enable_delete = 1;
}
$posted_by = '<form action="#" method=post class=formstyle style="max-width:20px;"><input type=submit name=submit value="AdSense" class=memberbutton></form>';
$author_num_posts = $lang['posts'].': 120';
$author_reg_date = $lang['joined'].': '.format_shortdate(time());
$author_online = '<br>'.$lang['user_online'];
$user_type = $lang['member'];
$posted_on = $lang['posted'].': '.format_datetime(time(), $user_timezone);
$user_ip = null;
$post_actions = null;
$edited_by = null;
$post_message = $adsense2;
array_push($posts_html, eval($template_post));
The $adsense initialization is kept at the top of vtopic.php.
|