diff --git a/upload/custom/templates/Aurora/_language/en_UK.json b/upload/custom/templates/Aurora/_language/en_UK.json index f24024e..2513b29 100644 --- a/upload/custom/templates/Aurora/_language/en_UK.json +++ b/upload/custom/templates/Aurora/_language/en_UK.json @@ -21,8 +21,10 @@ "addons/serverid_label": "Discord Server ID", "addons/channelid_info_label": "To get channel ID, go to Discord Server, then right click on channel > Copy ID.", "addons/channelid_label": "Discord Channel ID", + "navbar/modernnav_info": "To move the store button to center, go to Configuration > Navigation and change the Store position. The button is automatically enabled if theres Custom Page or Module called Store.", "navbar/navbarminimal_label": "Minimal", "navbar/navbarclean_label": "Clean", + "navbar/navbarmodern_label": "Modern", "navbar/navbardynamic_label": "Dynamic", "navbar/navbarelegant_label": "Elegant", "navbar/navbarlogo_info_label": "This is a logo in the middle of navbar.", @@ -33,9 +35,10 @@ "navbar/navbarexclude_info_label": "Exclude specified links seperated with {{slashCodeStart}}/{{slashCodeEnd}} from the navigation bar.", "navbar/navbarsticky_label": "Sticky navbar", "navbar/navbarstyle_info_label": "Sets style of content below the sticky navbar.", - "navbar/navbartype_info_label": "Select a type of navbar that appears at top.", + "navbar/navbartype_info_label": "Select a type of navbar that appears at top. This won't work if Navbar Style is Modern.", "navbar/navbarstyle_label": "Navbar style", "navbar/navbartype_label": "Navbar type", + "navbar/btncolour_label": "Store Button Colour", "navbar/upload_image": "Upload Image", "navbar/upload_banner": "Upload Banner", "navbar/social_link": "Social Link", @@ -52,6 +55,7 @@ "navigation/support_page": "Support", "navigation/custom_page": "Custom Code", "navigation/addons_page": "Addons", + "navigation/about_page": "About", "card/card_title": "Title", "card/card_link": "Link", "card/card_visibleimage": "Image 1", @@ -76,8 +80,15 @@ "home/review_info": "This template is still in beta, there may be bugs and missing functions. Keep an eye on updates {{riLinkStart}}here{{riLinkEnd}}.", "home/update_available": "Update Available", "home/download_update": "Download Update", + "home/require_support": "Require Support?", + "home/require_support_desc": "Join our Discord server for issues, questions, suggestions, theme updates, guides and more.", + "home/join_discord": "Join Discord", + "home/rate_theme": "Love Aurora?", + "home/rate_theme_desc": "Thanks for using our theme, leave a 5-star positive review on NamelessMC resource page.", + "home/rate_now": "Rate Aurora", "custom/leave_blank_to_disable": "Leave blank to disable", "frontend/click_to_join": "Click to join", + "frontend/click_to_copy": "Click to copy", "frontend/members_online": "Users Online", "frontend/players_online": "Players Online", "frontend/portal_there_are_currently": "There are currently", diff --git a/upload/custom/templates/Aurora/aurora/modern_navbar.tpl b/upload/custom/templates/Aurora/aurora/modern_navbar.tpl new file mode 100644 index 0000000..91fa46e --- /dev/null +++ b/upload/custom/templates/Aurora/aurora/modern_navbar.tpl @@ -0,0 +1,158 @@ +{assign var="navbarexcludeexploded" value="/"|@explode:$NAVBAREXCLUDE} +
+ + +
+ + {if $DISCORDVIEW eq '1'} +
+
+
+ +
+
{$DISCORD_SERVER['members']} Users Online
+
+ +
+
{$DISCORD_SERVER['name']}
+
+
+
+
+
+
+ {else} +
+ {/if} +
+
+ +
+
+ {if $MINECRAFTVIEW eq '1'} +
+
+
+ +
+
Loading..
+
+ +
+
{$MINECRAFTDOMAIN}
+
+
+
+
+
+
+ {/if} +
+
\ No newline at end of file diff --git a/upload/custom/templates/Aurora/aurora/theme.tpl b/upload/custom/templates/Aurora/aurora/theme.tpl index 4c4e990..b8d827c 100644 --- a/upload/custom/templates/Aurora/aurora/theme.tpl +++ b/upload/custom/templates/Aurora/aurora/theme.tpl @@ -1,8 +1,12 @@ \ No newline at end of file diff --git a/upload/custom/templates/Aurora/css/aurora.css b/upload/custom/templates/Aurora/css/aurora.css index d9ae765..a88d785 100644 --- a/upload/custom/templates/Aurora/css/aurora.css +++ b/upload/custom/templates/Aurora/css/aurora.css @@ -36,6 +36,14 @@ } } +.ui.vertical.animated.button { + background: none; + border: none; + color: #fff; + cursor: pointer; + padding: 0; + text-align: center; +} /* * [ GHOST MODULE ] */ diff --git a/upload/custom/templates/Aurora/footer.tpl b/upload/custom/templates/Aurora/footer.tpl index 5b5064c..937a6f8 100644 --- a/upload/custom/templates/Aurora/footer.tpl +++ b/upload/custom/templates/Aurora/footer.tpl @@ -1,6 +1,8 @@ + + {if $FOOTERSTYLE eq '0'} diff --git a/upload/custom/templates/Aurora/template_settings/page/navbar.tpl b/upload/custom/templates/Aurora/template_settings/page/navbar.tpl index e0ed1ba..952ac59 100644 --- a/upload/custom/templates/Aurora/template_settings/page/navbar.tpl +++ b/upload/custom/templates/Aurora/template_settings/page/navbar.tpl @@ -12,7 +12,7 @@ {$UPLOAD_IMAGE} - +
-
+{if $NAVBARSTYLE eq '2'} +
+
+ {$MODERNNAV_INFO} +
+
+{/if}
+ {if $NAVBARSTYLE eq '2'} +
+ + +
+ {/if}
- {/if}
+ {/if} \ No newline at end of file diff --git a/upload/custom/templates/Aurora/template_settings/page/navigation.tpl b/upload/custom/templates/Aurora/template_settings/page/navigation.tpl index fde5365..6527128 100644 --- a/upload/custom/templates/Aurora/template_settings/page/navigation.tpl +++ b/upload/custom/templates/Aurora/template_settings/page/navigation.tpl @@ -46,9 +46,11 @@ class="fa-solid fa-globe">
{$SEO_PAGE} - - {$SUPPORT_PAGE} + + {$ABOUT} +