should work fine let me test it and i let you know...cruzerv3 wrote:Nice mod thanks, I wait for a next version 3.0.6 ready
great, any feedback is welcomezake black wrote:Cool will take a look at this
jayaprabu wrote:Hi,
I am using PHPBB3, i was trying to install twitter and Facebook mod in my application, in view topic u have given some changes, that was not available in viewtopic.php
Please fix it.
Thanks
Code: Select all
Parse error: syntax error, unexpected T_DOUBLE_ARROW in forum/viewtopic.php on line 1581
Code: Select all
'S_IGNORE_POST' => ($row['hide_post']) ? true : false,
'L_IGNORE_POST' => ($row['hide_post']) ? sprintf($user->lang['POST_BY_FOE'], get_username_string('full', $poster_id, $row['username'], $row['user_colour'], $row['post_username']), '<a href="' . $viewtopic_url . "&p={$row['post_id']}&view=show#p{$row['post_id']}" . '">', '</a>') : '',
);
Code: Select all
// Mod_Share_Facebook&Twitter by JesusADS
'S_POST_FACEBOOK' => ($row['post_id'] == $topic_data['topic_first_post_id']) ? true : false,
'S_POST_TWITTER' => ($row['post_id'] == $topic_data['topic_first_post_id']) ? true : false,
// Mod_Share_Facebook&Twitter
Hi! please check if the error get fix with my message before, if not, please put here the lines that give error to verify ...eleni25 wrote:i get this error
'
'Code: Select all
Parse error: syntax error, unexpected T_DOUBLE_ARROW in forum/viewtopic.php on line 1581
Great! enjoy it ..eleni25 wrote:it's work finenow :):) thanks