Word.drumstix42 wrote:Nifty
Word.drumstix42 wrote:Nifty
and you switch over to the dutch translation of the install you get this (have translated to english for proper understanding)Find
Tip: This may be a partial find and not the whole line.In-line FindCode: Select all
$sql = 'SELECT g.group_id, g.group_name, g.group_type
Tip: This is a partial match of a line for in-line operations.In-line Add afterCode: Select all
g.group_type
Code: Select all
, g.group_legend_pos
which will result in a sql error i suspect. Dont know if this is a fault of the translation of modx or if it is the fault of the mod writer...Find
Tip: This may be a partial find and not the whole line.In-line FindCode: Select all
$sql = 'SELECT g.group_id, g.group_name, g.group_type
Tip: This is a partial match of a line for in-line operations.In-line Add beforeCode: Select all
g.group_type
Code: Select all
, g.group_legend_pos
Code: Select all
[phpBB Debug] PHP Notice: in file /adm/index.php on line 149: Cannot modify header information - headers already sent by (output started at /language/en/acp/groups.php:1)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 151: Cannot modify header information - headers already sent by (output started at /language/en/acp/groups.php:1)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /language/en/acp/groups.php:1)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /language/en/acp/groups.php:1)
See this post - http://www.phpbb.com/community/viewtopi ... 2#p3175722 for the solution.Mandarola wrote:I've a problem...I changed all files as it's in mod but when I'm going to access my admin cp "the admin groups" doesn't work...then I click on link and the page is white...what should I do?
This will work on any style, it doesn't touch any of the style html files only the admin style.ghettowboy wrote:is this mod for prosilver only??
cause i'm running subsilver and this appears to work, very well i might add. just, that the html file doesnt show the language files...
like for example it makes the fields and such but as far as the langauge portions all it shows is this..
(from group edit screen)
{ GROUP_LEGEND_POS }:
{ GROUP_LEGEND_POS_EXPLAIN }
if this was meant for prosilver only.. how can i fix this to work with subsilver???
as i said it seems to funtion properly after setting all the positions..... just the associated dialog isn't right it seems..
any suggestions?
Code: Select all
'GROUP_LEGEND' => 'Display group in legend',
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.',