Today I am releasing V1 of my RevCMS Habbo theme by Hejula edit. Please not that this is my first ever edit of a cms theme
What did I do?
- Cleaned up some code
- got rid of some unneeded tabs
- added a few pages
- edited config.conf to add some code to footer
- edited every single page
- edited footer
How do I get my Name in the footer?
Well thats easy, all you have to do is go to the config file in app/management/ and edit line 63 to your name:
Pages added:
bought.php
credits.php
more to come in more updates
Pages to be added:
hotelupdates.php (will be editable via HK)
Any ideas will be greatful.
Screenshots:
I dont have any yet as my localhost is playing up, if someone can post screenshots, ill add them to this post
Snippets:
Bought.php
What did I do?
- Cleaned up some code
- got rid of some unneeded tabs
- added a few pages
- edited config.conf to add some code to footer
- edited every single page
- edited footer
How do I get my Name in the footer?
Well thats easy, all you have to do is go to the config file in app/management/ and edit line 63 to your name:
PHP:
$_CONFIG ['hotel']['Owner'] = 'Edit this'; //Put Hotel Owners username here. This is so it will show your username in the footer
Pages added:
bought.php
credits.php
more to come in more updates
Pages to be added:
hotelupdates.php (will be editable via HK)
Any ideas will be greatful.
Screenshots:
I dont have any yet as my localhost is playing up, if someone can post screenshots, ill add them to this post
Snippets:
Bought.php
PHP:
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>{hotelname} - Bought an item? </title>
<link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/common.css" type="text/css">
<script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/libs2.js"></script>
<script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/visual.js"></script>
<script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/libs.js"></script>
<script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/common.js"></script>
<script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/fullcontent.js"></script>
<link rel="shortcut icon" href="{url}/favicon.ico" type="image/vnd.microsoft.icon" /><script
<script type="text/javascript">
document.habboLoggedIn = true;
var habboName = "{username}";
var habboId = {userid};
var habboReqPath = "";
var habboStaticFilePath = "{url}/app/tpl/skins/Habbo";
var habboImagerUrl = "http://www.habbo.com/habbo-imaging/";
var habboPartner = "";
var habboDefaultClientPopupUrl = "{url}/client";
window.name = "habboMain";
if (typeof HabboClient != "undefined") {
HabboClient.windowName = "eac955c8dbc88172421193892a3e98fc7402021a";
HabboClient.maximizeWindow = true;
}
</script>
<!--[if IE 8]>
<link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/ie8.css" type="text/css">
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/ie.css" type="text/css" />
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/ie6.css" type="text/css" />
<script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/pngfix.js"></script>
<script type="text/javascript">
try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {}
</script>
<style type="text/css">
body { behavior: url({url}/app/tpl/skins/Habbo/js/csshover.htc); }
</style>
<![endif]-->
</head>
<body id="home">
<div id="overlay"></div>
<div id="header-container">
<div id="header" class="clearfix">
<h1><a href="{url}/"></a></h1>
<div id="subnavi">
<div id="subnavi-user">
<div style="margin-top:7px">Welcome to {hotelName} Hotel!
</div>
</div>
<div id="subnavi-search">
<div id="subnavi-search-upper">
<ul id="subnavi-search-links">
<li><a href="{url}/logout" style="color:#000">Sign Out</a></li>
</ul>
</div>
</div>
<div id="to-hotel">
<a href="{url}/client" class="new-button green-button" target="eac955c8dbc88172421193892a3e98fc7402021a" onclick="HabboClient.openOrFocus(this); return false;"><b>Enter {hotelname} Hotel</b><i></i></a>
</div>
</div>
<ul id="navi">
<li class="metab"><a href="{url}/me">{username} <img src="{url}/app/tpl/skins/Habbo/images/id.png" style="vertical-align: middle;"></a><span></span></li>
<li><a href="{url}/community">Community</a><span></span></li>
<li><a href="{url}/badgeshop/index.php">Badgeshop</a><span></span></li>
</ul>
<div id="habbos-online"><div class="rounded"><span>{online} members online</span></div></div>
</div>
</div>
</div>
<div id="content-container">
<div id="navi2-container" class="pngbg">
<div id="navi2" class="pngbg clearfix">
<ul>
<li><a href="{url}/me">Home</a></li>
<li><a href="{url}/account">Account Settings</a><span></span></li>
<li class="selected"><a href="{url}/bought.php">Bought an item?</a></li>
</ul>
</div>
</div>
</div>
<div id="container">
<div id="content" style="position: relative" class="clearfix">
<div class="habblet-container" style="position: relative; left: 0px; top: 0px; width: 83%;">
<div class="cbb clearfix ">
<div id="habboclub-info" class="box-content">
<script type="text/javascript">
<!--
var _adynamo_client = "32cdce96-0813-41c5-84bd-3de99fd8dbef";
var _adynamo_width = 728;
var _adynamo_height = 90;
//-->
</script>
<script type="text/javascript" src="http://static.addynamo.net/ad/js/deliverAds.js"></script>
</div>
</div>
</div>
<div id="container">
<div id="content" style="position: relative" class="clearfix">
<div id="column1" class="column"> <div class="habblet-container ">
<div class="cbb clearfix ">
<h2 class="title">Bought VIP?
</h2>
<div id="habboclub-info" class="box-content">
<p> Have you bought an item from {hotelName} shop? Yes? Great, to recieve your items there is a few extra steps we need you to do</P>
<p> 1- Email us at payments@{url} with the required information <br />
1a) Username
1b) Payment Transaction ID
1c) paypal email
1d) what you bought (this is to clarify you bought the right item)
</div>
</div>
</div>
<script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script> </div><div id="column2" class="column"><div class="habblet-container ">
<div class="cbb clearfix hcred ">
<h2 class="title">Report!
</h2>
<script src="{url}/app/tpl/skins/habbo/js/habboclub.js" type="text/javascript"></script>
<div id="hc-habblet">
<div id="hc-membership-info" class="box-content">
<center>
</center>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>
<script type="text/javascript">
HabboView.run();
</script>
<!--[if lt IE 7]>
<script type="text/javascript">
Pngfix.doPngImageFix();
</script>
<![endif]-->
<div id="footer"><p>© Copyright 2012 <a href="{url}" target="_New"><b>{hotelName} Hotel</b></a>. All rights reserved.<br>
Powered by <a href="http://devbest.com/forums/rev.84" target="_New">RevCMS</a> by Kryptos and <a href="http://www.**************.com/" target="_blank">Phoenix</a> 3.7.1 (Build 13800)<br>{hotelName} Hotel is owned and operated by {hotelOwner}.</p> </div>
</body>
</html>
Download
You must be registered for see links