update help menu and FAQ to jump to Wikia
The Help > FAQ option no longer jumps to the Wiki. Added a help menu item to fix that. I also added a link to the Wiki FAQ at the bottom of the FAQ.
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
@@ -53,6 +53,6 @@
|
||||
"iosFaqAnswer12": "World Bosses are special monsters that appear in the Tavern. All active users are automatically battling the Boss, and their tasks and skills will damage the Boss as usual.\n\n You can also be in a normal Quest at the same time. Your tasks and skills will count towards both the World Boss and the Boss/Collection Quest in your party.\n\n A World Boss will never hurt you or your account in any way. Instead, it has a Rage Bar that fills when users skip Dailies. If its Rage bar fills, it will attack one of the Non-Player Characters around the site and their image will change.\n\n You can read more about [past World Bosses](http://habitica.wikia.com/wiki/World_Bosses) on the wiki.",
|
||||
"webFaqAnswer12": "World Bosses are special monsters that appear in the Tavern. All active users are automatically battling the Boss, and their tasks and skills will damage the Boss as usual.\n<br><br>\n You can also be in a normal Quest at the same time. Your tasks and skills will count towards both the World Boss and the Boss/Collection Quest in your party.\n<br><br>\n A World Boss will never hurt you or your account in any way. Instead, it has a Rage Bar that fills when users skip Dailies. If its Rage bar fills, it will attack one of the Non-Player Characters around the site and their image will change.\n<br><br>\n You can read more about [past World Bosses](http://habitica.wikia.com/wiki/World_Bosses) on the wiki.",
|
||||
|
||||
"iosFaqStillNeedHelp": "If you have a question that isn't on this list, come ask in the Tavern chat under Menu > Tavern! We're happy to help.",
|
||||
"webFaqStillNeedHelp": "If you have a question that isn't on this list, come ask in the [Newbies Guild](https://habitica.com/#/options/groups/guilds/5481ccf3-5d2d-48a9-a871-70a7380cee5a)! We're happy to help."
|
||||
"iosFaqStillNeedHelp": "If you have a question that isn't on this list or on the [Wiki FAQ](http://habitica.wikia.com/wiki/FAQ), come ask in the Tavern chat under Menu > Tavern! We're happy to help.",
|
||||
"webFaqStillNeedHelp": "If you have a question that isn't on this list or on the [Wiki FAQ](http://habitica.wikia.com/wiki/FAQ), come ask in the [Newbies Guild](https://habitica.com/#/options/groups/guilds/5481ccf3-5d2d-48a9-a871-70a7380cee5a)! We're happy to help."
|
||||
}
|
||||
|
||||
@@ -118,6 +118,7 @@
|
||||
"audioTheme_luneFoxTheme": "LuneFox's Theme",
|
||||
"askQuestion": "Ask a Question",
|
||||
"reportBug": "Report a Bug",
|
||||
"HabiticaWiki": "The Habitica Wiki",
|
||||
"contributeToHRPG": "Contribute to Habitica",
|
||||
"overview": "Overview for New Users",
|
||||
"January": "January",
|
||||
|
||||
@@ -57,6 +57,8 @@ nav.toolbar(ng-controller='MenuCtrl')
|
||||
ul.toolbar-submenu
|
||||
li
|
||||
a(target='_blank' href='https://habitica.com/static/faq/')=env.t('FAQ')
|
||||
li
|
||||
a(target='_blank' href='http://habitica.wikia.com/wiki/Habitica_Wiki')=env.t('HabiticaWiki')
|
||||
li
|
||||
a(target='_blank' href='https://habitica.com/static/overview')=env.t('overview')
|
||||
li
|
||||
@@ -156,6 +158,8 @@ nav.toolbar(ng-controller='MenuCtrl')
|
||||
ul.toolbar-submenu
|
||||
li
|
||||
a(target='_blank' href='https://habitica.com/static/faq/')=env.t('FAQ')
|
||||
li
|
||||
a(target='_blank' href='http://habitica.wikia.com/wiki/Habitica_Wiki')=env.t('HabiticaWiki')
|
||||
li
|
||||
a(target='_blank' href='https://habitica.com/static/overview')=env.t('overview')
|
||||
li
|
||||
|
||||
@@ -15,8 +15,8 @@ block content
|
||||
p.pagemeta
|
||||
=env.t('lastUpdated')
|
||||
|
|
||||
=env.t('September')
|
||||
| 4, 2015
|
||||
=env.t('January')
|
||||
| 5, 2016
|
||||
|
||||
- var headings = ['overview', 'set-up-tasks', 'sample-tasks', 'task-color', 'health', 'party-with-friends', 'pets-mounts', 'character-classes', 'blue-mana-bar', 'monsters-quests', 'gems', 'bugs-features', 'world-boss']
|
||||
- for heading, index in headings
|
||||
|
||||
Reference in New Issue
Block a user