diff --git a/root/language/de/mods/info_acp_portal.php b/root/language/de/mods/info_acp_portal.php
index 0e08c36a..fa1dc13d 100644
--- a/root/language/de/mods/info_acp_portal.php
+++ b/root/language/de/mods/info_acp_portal.php
@@ -96,7 +96,7 @@ $lang = array_merge($lang, array(
'PORTAL_PHPBB_MENU' => 'phpBB-Menü',
'PORTAL_PHPBB_MENU_EXP' => 'Den phpBB Header auf dem Portal anzeigen.',
'PORTAL_DISPLAY_JUMPBOX' => 'Zeige Jumpbox',
- 'PORTAL_DISPLAY_JUMPBOX_EXP' => 'Die Jumpbox auf dem Portal anzeigen',
+ 'PORTAL_DISPLAY_JUMPBOX_EXP' => 'Die Jumpbox auf dem Portal anzeigen. Die Jumpbox wird nur angezeigt, wenn sie gleichzeitig in den Board-Funktionalitäten aktiviert ist.',
'LINK_ADDED' => 'Der Link wurde erfolgreich eingetragen',
'LINK_UPDATED' => 'Der Link wurde erfolgreich geändert',
diff --git a/root/language/en/mods/info_acp_portal.php b/root/language/en/mods/info_acp_portal.php
index 603b38d1..0123913f 100755
--- a/root/language/en/mods/info_acp_portal.php
+++ b/root/language/en/mods/info_acp_portal.php
@@ -88,7 +88,7 @@ $lang = array_merge($lang, array(
'PORTAL_PHPBB_MENU' => 'phpBB menu',
'PORTAL_PHPBB_MENU_EXP' => 'Display the phpBB Header on the portal.',
'PORTAL_DISPLAY_JUMPBOX' => 'Display jumpbox',
- 'PORTAL_DISPLAY_JUMPBOX_EXP' => 'Display the jumpbox on the portal',
+ 'PORTAL_DISPLAY_JUMPBOX_EXP' => 'Display the jumpbox on the portal. The jumpbox will only be displayed if it is also enabled in the board features.',
'ACP_PORTAL_COLUMN_WIDTH_SETTINGS' => 'Left and right column width settings',
'PORTAL_LEFT_COLUMN_WIDTH' => 'Width of the left column',
'PORTAL_LEFT_COLUMN_WIDTH_EXP' => 'Change the width of the left column in pixels; recommended value is 180',
diff --git a/root/portal.php b/root/portal.php
index 22508cdd..6710d749 100755
--- a/root/portal.php
+++ b/root/portal.php
@@ -162,15 +162,15 @@ if($module_count['total'] < 1)
// Assign specific vars
$template->assign_vars(array(
// 'S_SMALL_BLOCK' => true,
- 'S_PORTAL_LEFT_COLUMN' => $config['board3_left_column_width'],
- 'S_PORTAL_RIGHT_COLUMN' => $config['board3_right_column_width'],
+ 'S_PORTAL_LEFT_COLUMN' => $config['board3_left_column_width'],
+ 'S_PORTAL_RIGHT_COLUMN' => $config['board3_right_column_width'],
'S_LEFT_COLUMN' => ($module_count['left'] > 0 && $config['board3_left_column']) ? true : false,
'S_CENTER_COLUMN' => ($module_count['center'] > 0) ? true : false,
'S_RIGHT_COLUMN' => ($module_count['right'] > 0 && $config['board3_right_column']) ? true : false,
'S_TOP_COLUMN' => ($module_count['top'] > 0) ? true : false,
'S_BOTTOM_COLUMN' => ($module_count['bottom'] > 0) ? true : false,
- 'S_DISPLAY_PHPBB_MENU' => $config['board3_phpbb_menu'],
- 'S_DISPLAY_JUMPBOX' => $config['board3_display_jumpbox'],
+ 'S_DISPLAY_PHPBB_MENU' => $config['board3_phpbb_menu'],
+ 'B3P_DISPLAY_JUMPBOX' => $config['board3_display_jumpbox'],
));
// Output page
diff --git a/root/styles/prosilver/template/portal/portal_body.html b/root/styles/prosilver/template/portal/portal_body.html
index 68f66d5f..5647a755 100644
--- a/root/styles/prosilver/template/portal/portal_body.html
+++ b/root/styles/prosilver/template/portal/portal_body.html
@@ -60,7 +60,7 @@
-
+
diff --git a/root/styles/subsilver2/template/portal/portal_body.html b/root/styles/subsilver2/template/portal/portal_body.html
index df0ef4d4..fcee549b 100644
--- a/root/styles/subsilver2/template/portal/portal_body.html
+++ b/root/styles/subsilver2/template/portal/portal_body.html
@@ -66,7 +66,7 @@
-
+