i called this header link pile the "battle menu" because that's what it's called in the site's code and i stand by what i said last november, it's ugly and overwhelming
</p>challenge - battle quests - armory - scrolls - spend exp - training - battle shop - hustler - healer
beginner guide - in-depth guide - forums - high scores - statistics - boss prizes
because then it's at least
instead of whatever it is now
Yes please! It's so overwhelming the way it is now. I do appreciate having all those quick links, but the organization does seem so random.
challenge - quests - armory - scrolls - modify - exp - training - shop - healer - forums - high scores - statistics
Remove hustler, you don’t need that on every battle page.
Remove the guides (they aren’t that helpful compared to just sending people to the forums
Remove the boss prizes link, it should probably just be linked in the news post. Maybe leave it for a month after a war.
Then I shortened some of the headers.
Add modify link
[Center] [tp=thesovereign] :dmg🔥 [tot=thesovereign] :dmg🔥 [egg=thesovereign] [spoiler=Interesting High Score Tables][url=https://subeta.net/games/battle/scores.php?enemy=206]Paramesian Buttwing Bomber[/URL] [url=https://subeta.net/games/battle/scores.php?enemy=210]Paramesian Recycle Beast[/URL] [/Spoiler][/Center]
Agreed! Every time I go to that page to find those links, I spend a ridiculous amount of time trying to find the specific link I'm looking for and often miss it in the mess because there is too much there and none of it is intuitive.
I generally like set up. However I'd also remove forums and high scores and add a "help" link instead where you can have links to the forums, high scores, hustler and guides.
In loving memory of Need posting achievements?Then join Posting Frenzy Achievement Items - searchable list List of Borders and cutouts New at Fresh and Flavorful Ping Group
Agree that it could use an update and condensing.
Please help. It's just nonsensical in its verbosity and order. Why do I need to link to Hustler every page instead of a general welcome page, create "help" that links to guides, hustler, the forums, etc.
i also found it overwhelming, this thread was useful in deciding what to fix and how to change it.
slap the following into your client-side css manager:
.battle-menu {
visibility: hidden
}
.battle-menu a:before, .battle-menu [href="/games/battle/weapons.php"], .battle-menu [href="/games/battle/scrolls.php"], .battle-menu [href="/games/battle/exp.php"], .battle-menu [href="/explore/healer.php"], .battle-menu [href="/games/battle/scores.php"], .battle-menu [href="/games/battle/stats.php"] { content: ""; visibility: visible; font-size: 16px; padding: 0 5px; border-right: 1px solid ; border-left: 1px solid ; position: absolute; color: cyan !important; background: }
.battle-menu a:hover, .battle-menu a:hover:before { color: black !important; background: ; text-decoration: none !important }
.battle-menu [href="/games/battle/challenge.php"]:before { content: "Challenge"; left: 20px }
.battle-menu [href="/games/battle/quest.php"]:before { content: "Quests"; left: 100px }
.battle-menu [href="/games/battle/weapons.php"] { left: 160px }
.battle-menu [href="/games/battle/scrolls.php"] { left: 224px }
.battle-menu [href="/games/battle/exp.php"] { left: 281px }
.battle-menu [href="/explore/train.php"]:before { content: "Training"; left: 367px }
.battle-menu [href="/games/battle/shop.php"]:before { content: "Shop"; margin-top: 30px; left: 20px }
.battle-menu [href="/explore/healer.php"] { margin-top: 30px; left: 68px }
.battle-menu [href="/forums.php/forum/35/Battle"]:before { content: "Forums"; margin-top: 30px; left: 126px }
.battle-menu [href="/games/battle/scores.php"] { margin-top: 30px; left: 190px }
.battle-menu [href="/games/battle/stats.php"] { margin-top: 30px; left: 285px }
if your screen is extremely narrow, this likely will make things worse for you; if you've heavily edited subeta's layout this is going to be a mess but you're also therefore qualified to fix it.
oh...nice. Thanks for posting it!
In loving memory of Need posting achievements?Then join Posting Frenzy Achievement Items - searchable list List of Borders and cutouts New at Fresh and Flavorful Ping Group