Post a snippet of the code before and after line 705 of that file. It is likely a missing semi colon or a comma somewhere or a line break in the wrong spot. (say five lines up and a couple past).=alex= wrote:Hi im having problems installing this mod (my first mod)![]()
I keep getting this one error
Parse error: syntax error, unexpected T_STRING in /home/www/boredomsupport.com/forum/includes/acp/acp_groups.php on line 705
I cant see anything wrong with it. Any ideas?
Code: Select all
ORDER BY g.group_type ASC, g.group_legend_pos
Code: Select all
ORDER BY g.group_type ASC, g.group_legend_pos';
Code: Select all
// Get us all the groups
$sql = 'SELECT g.group_id, g.group_name, g.group_type, g.group_legend_pos
FROM ' . GROUPS_TABLE . ' g
ORDER BY g.group_type ASC, g.group_legend_pos';
$result = $db->sql_query($sql);
Code: Select all
'GROUP_LEGEND_POS' => 'Group Legend Position',
'GROUP_LEGEND_POS_EXPLAIN' => 'This setting allows you to set which position the legend is on the index.',
Code: Select all
'GROUP_LEGEND_POS' => 'Group Leyenda Position',
'GROUP_LEGEND_POS_EXPLAIN' => 'This setting allows you to set which position the Leyenda is on the index.',