SMF Support > SMF 2.0.x Support
Menu Problem with SMF 2.0 b4
greyknight17:
You didn't post the entire menu code. I recommend just attaching the file here instead of copying/pasting the code here or at least use the CODE tags when you post large chunks of code....
So far, I see one issue.
--- Code: (Search for) --- 'mgallery' => array(
'title' => $txt['gallery'],
'href' => $scripturl . '?action=mgallery',
'show' => allowedTo('mgallery_access'),
'sub_buttons' => array(),
),
--- End code ---
--- Code: (Replace with) --- 'mgallery' => array(
'title' => $txt['mgallery_gallery'],
'href' => $scripturl . '?action=mgallery',
'show' => allowedTo('mgallery_access'),
'sub_buttons' => array(),
),
--- End code ---
Gary:
There's two links missing. Rather than editing the Source file, just ensure that these strings are in your Modifications.language.php files before the closing ?>
--- Code: ---$txt['multiplayer'] = 'Multiplayer';
$txt['$txt['gallery'] = 'Gallery';
--- End code ---
And they should start to appear.
Navigation
[0] Message Index
[*] Previous page
Go to full version