Replies

Mar 30, 2022 3 years ago
jensen
rolled snake eyes
User Avatar
RM

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

Quote
it&;s so ugly... and it&;s not even organized in a way that makes sense, please help
</p>
<p>i think if you&;re really going to have every link on earth on the top of every battle page, it should be two lines and something like</p>
<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

Quote
activities | equipment | stats | shops
guides + help | scores + prizes

instead of whatever it is now

oh sacred spork, smite mine enemies

Mar 30, 2022 3 years ago
Klassikal
brought home the bacon
User Avatar
Subolo

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.

[Img]http://i.imgur.com/UvICXV0.jpg?1[/img]
Adorable Creation by
Flowers For Me?

Mar 30, 2022 3 years ago
Paramnesia
THESOVEREIGN
User Avatar
Captain Beatd0wn

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]

Mar 30, 2022 3 years ago
Lypsyl
is a billionaire
User Avatar
Crotchety

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.

Mar 30, 2022 3 years ago
Paramnesia
ColdDragon
User Avatar
Vallenorix

Agree that it could use an update and condensing.


Paramnesia
The unmatched power of the distortion of memory, arcane magic, and artisanal cheeses!


Mar 31, 2022 3 years ago
Chocolate
needs more chocolate
User Avatar

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.

Chocolate by [userid=586524]
🍫 🍪 🍩 🍫

Jul 28, 2022 3 years ago
Antimoany
is a zoo keeper
User Avatar

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.

Jul 29, 2022 3 years ago
Lypsyl
is a billionaire
User Avatar
Crotchety
Please log in to reply to this topic.