Post Reply 
 
Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Royal
04-14-2010, 08:37 AM (This post was last modified: 04-14-2010 02:08 PM by DreamPhreak.)
Post: #1
Royal
Everything is in the readme. Installation is easy, simply extract everything into the root folder, and everything should go into place

Be sure to have a backup of the style.css in /static/default/, as this will overwrite.

KNOWN BUGS:
Input boxes remain white, no matter what. Still looking for a fix. (Preferably one that only needs css, not javascript.)
Textarea boxes, however, are fixed.

SCREENSHOTS
http://www.gothichack.com/ezrpg/royal/risen.png
http://www.gothichack.com/ezrpg/royal/dark.png
http://www.gothichack.com/ezrpg/royal/cellar-heat.png
http://www.gothichack.com/ezrpg/royal/bones.png

Note: The name Royal is from the red-background pattern. Just in case you were wondering. With the red pattern, it does look pretty nice, red/black theme.


Attached File(s)
.zip  Royal.zip (Size: 125.14 KB / Downloads: 82)
Visit this user's website Find all posts by this user
Quote this message in a reply
04-14-2010, 08:47 AM
Post: #2
RE: Royal
Is there a demo or screenshots? Smile
Find all posts by this user
Quote this message in a reply
04-14-2010, 08:48 AM
Post: #3
RE: Royal
oh yeah, just a sec Smile
Visit this user's website Find all posts by this user
Quote this message in a reply
04-15-2010, 12:42 AM
Post: #4
RE: Royal
Looks nice DreamPhreak.
I prefer the last screenshot, the others have a big contrast between the actual site and the background (which is something you must like I guess). Still, nice work! Smile
Find all posts by this user
Quote this message in a reply
04-15-2010, 01:32 AM
Post: #5
RE: Royal
Thanks. The last one i actually forgot to update lol.
The boxes/buttons/everything doesnt have the bold top border.

This is mostly just transparent, color change, and other stuff. The background is completely changeable of course, so if you wanted, you can get the patterns from this site: http://www.dinpattern.com/

Tongue
Visit this user's website Find all posts by this user
Quote this message in a reply
05-20-2010, 09:12 AM
Post: #6
RE: Royal
How to put all the menus on the left side of the screen?
Freepwn the same?
Find all posts by this user
Quote this message in a reply
05-21-2010, 06:36 AM
Post: #7
RE: Royal
Easy, i made the menus on the left so it would match the old versions of ezrpg.

in /smarty/templates/header.tpl, look for the area in the code where the stat bar codes are, and under that, simply put in some html code to add links to the different modules, like this:

Code:
<hr>
    <a href="index.php?mod=Hospital">Hospital</a><br />
    <a href="index.php?mod=Bank">Bank</a><br />
    <a href="index.php?mod=Job">Jobs</a><br />
    <a href="index.php?mod=Missions">Missions</a><br />
    <a href="index.php?mod=Mines">Mining</a>
</div>
(The first hr code is to separate the links from the stat bars)
(The /div on the bottom is the tag that ends the left sidebar, so make sure stuff you want IN the side bar goes before that /div tag)
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: