dar acum nu mai merge sa vad posturile si topicurile
imi da eroarea
Cod: Selectaţi tot
Parse error: syntax error, unexpected ';', expecting ')' in C:\xampp\htdocs\phpBB3\viewtopic.php on line 1834
Cod: Selectaţi tot
//THANK 2 UNHIDE MOD
$postrow = array_merge($postrow, array(
'U_THANKS' => (!$give_thanks) ? append_sid("{$phpbb_root_path}thanks.$phpEx", 'p=' . $row['post_id'] . '&t=' . $topic_id .'&mode=thanks') : append_sid("{$phpbb_root_path}thanks.$phpEx", 'p=' . $row['post_id'] . '&t=' . $topic_id . '&mode=unthank'),
'U_LIST_THANKS' => append_sid("{$phpbb_root_path}thanks.$phpEx", 'p=' . $row['post_id'] . '&mode=list'),
'S_GIVE_THANKS' => $give_thanks,
'S_FIRST_POST' => ($row['post_id'] == $topic_data['topic_first_post_id']) ? true : false,
'S_THANKS_SETUP' => $topic_data['thanks_setup'],
'S_IS_OWN_POST' => ($poster_id == $user->data['user_id']) ? true : false,
'EDIT_THANKS_LIST' => append_sid("{$phpbb_root_path}mcp.$phpEx", "i=thanks&mode=edit&postid=" . $row['post_id']),
));