Skip to content

Commit

Permalink
fix a few links and improve the installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ColaColin committed Feb 10, 2015
1 parent eb7a927 commit 6ef894b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 14 deletions.
4 changes: 2 additions & 2 deletions src/main/scala/bootstrap/liftweb/Boot.scala
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ class Boot extends Loggable {
Menu.i("Updates") / "updates",
Menu.i("Games") / "listgames",
Menu.i("Players") / PlayerSearchPage.pageName,
Menu(Loc("Units", ExtLink("http://www.nanodesu.info/pa-db/"), "Units")),
Menu(Loc("Ladder", ExtLink("http://ladder.pastats.tk/"), "Ladder")),
Menu(Loc("Units", ExtLink("http://pa-db.com/"), "Units")),
Menu(Loc("Chat", ExtLink("https://palobby.com/"), "Chat")),

This comment has been minimized.

Copy link
@pietervanh

pietervanh Feb 10, 2015

Member

should link https://palobby.com/chat/ instead

Menu.i("Extra") / StatsPage.pageName,
Menu.i("Player") / PlayerPage.pageName >> Hidden,
Menu.i("Chart") / GamePage.pageName >> Hidden,
Expand Down
15 changes: 9 additions & 6 deletions src/main/webapp/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@
<html>
<body data-lift-content-id="download">
<div data-lift="surround?with=default&at=content" id="download">
<a href="https://forums.uberent.com/threads/rel-ui-mod-manager-v1-2.50726/">Using the mod manager</a><br/><br/>
You can use <a href="https://forums.uberent.com/threads/rel-ui-mod-manager-v1-2.50726/">this</a> manager that offers a direct download for PA Stats. <br/>
If you don't want the manager and you know how modding in PA works you can simply add this link to your ui_mod_list.js as a global mod<br/>

<img src="http://ns393951.ip-176-31-115.eu/mod/icon.png" style="float: left; margin-right: 10px" />
<h3>To install PA Stats you need to use the Planetary Annihilation Mod Manager, in short: pamm</h3>

<a href="https://forums.uberent.com/threads/rel-pa-mod-manager-cross-platform.59992/">Don't have pamm yet? You are missing out on something awesome, click here!</a>
<br/>
http://ns393951.ip-176-31-115.eu/mod/live/pa_stats_loader.js<br/>
<br/>
<div><br />
<a href="pamm://info.nanodesu.pastats">You have pamm installed? Just click here to open it and install PA Stats</a>

<br />
<div>
In case of problems you can ask for help here: <span data-lift="embed?what=/templates-hidden/uberentlink"></span></div>
</div>
</body>
8 changes: 3 additions & 5 deletions src/main/webapp/static/js/armycomposition.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main/webapp/templates-hidden/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div class="error">This page needs javascript to work, please enable javascript!</div>
</noscript>

<div data-lift="HeadInjection.banner" class="column span-24" style="text-align: center"></div>
<a href="/listgames"><div data-lift="HeadInjection.banner" class="column span-24" style="text-align: center"></div></a>

<div class="column span-24 topbar">
<span data-lift="Menu.builder"></span>
Expand Down

2 comments on commit 6ef894b

@ColaColin
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I considered both and went with the more generic link, as I want people to see palobby itself as well. Mikeyh should add a note about the fullscreen chat on the main page instead.

@pietervanh
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good point

Please sign in to comment.