[Release] RevCMS habbo theme edit! & RevCMS Housekeeping

Status
Not open for further replies.

Data

Posting Freak
May 19, 2013
593
97
Starting work on the HK, it will have basic stuff at first just, then more advanced:)

Update!

k160.png

Is this alright?
 
Last edited:

Data

Posting Freak
May 19, 2013
593
97
Completed the housekeeping. Every feature works, apart from 'View IP' just not got the login done yet.
Image is in main thead.
Going to post a separate version, in-case you don't want to use this CMS. I'll have a version for both news sliders.

Releasing it later.

Update 1!
Image is in the main thread.
Update 2!
Put release information in the thread for the ase witch I decided to call 'BootASE'.
There is going to be a update on the revcms theme itself shortly.
 
Last edited:

Data

Posting Freak
May 19, 2013
593
97
Done some work on the theme.
7OQ4U6G.png

If your not logged in it won't show the 'Enter {hotelname}', and i've made it so the logout says 'Register' instead if you don't have a active session.

Changed BG
Anything else that needs doing?

Update!
Found a bug in the housekeeping, making it so all users can see it.
Replace your app/tpl/skins/habbo/includes/header.php
with
<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">
<?php include ("dyk.php"); ?>
</div>
</div>
<div id="subnavi-search">
<div id="subnavi-search-upper">
<ul id="subnavi-search-links">
<li><a href="#" target="_blank" style="color:#000">Help</a></li>
<?php
if(isset($_SESSION['user']['id']))
echo '<li><a href="{url}/logout" style="color:#000">Sign Out</a></li>';
else
{
echo '<li><a href="{url}/register" style="color:#000">Register</a></li>';
}
?>
</ul>
</div>
</div>
<div id="to-hotel">
<?php
if(isset($_SESSION['user']['id']))
{
echo ' <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>';
}
?>
<?php
if(isset($_SESSION['user']['id']))
if(mysql_result(mysql_query("SELECT rank FROM users WHERE id = '" . $_SESSION['user']['id'] . "'"), 0) >= 6) {
echo '<a href="{url}/ase/login" class="new-button red-button" style="margin-right:5px;margin-left:5px;"><b>Housekeeping</b><i></i></a>';
}
?>
</div>
</div>
If you can't be assed doing this wait till I release the next build.
 
Last edited:

Aspiree

Member
Nov 27, 2013
130
18
Nice , You want any images doing to make it look different etc ? Maybe a custom BG ?
 

Jerry

not rly active lol
Jul 8, 2013
1,956
522
You should add like a Referral system, Vault, Lottery System, News Comment System and stuff like that...
 

Data

Posting Freak
May 19, 2013
593
97
The official test of the HK, cms.
Here - you will get HK on signup, some features have been disabled incase of abuse.
This is a portforwarded Demo, it won't be online 24/7. After I have released the HK it will go down. And go up tomorrow.
 
Last edited:

Data

Posting Freak
May 19, 2013
593
97
Released BootASE, uploaded the latest revision (2.5.0)!
 

Data

Posting Freak
May 19, 2013
593
97
Where can I download this
The download link is in the main thread.
But it seems like your to lazy to read.
Build 1
Download Mirrors:
- 1
- 2 - Use Build 2, it's better.

Build 2
Download Mirrors:
- 1
- 2
-- Not recommended, due to bugs.. --
Build 2.0.1
Download Mirrors:
- 1
-2 - 2.5.0 Is recommended.
If you mirror it tell me and i'll add it to main thread.
Build 2.5.0
- 1 Recommended Build
 

Data

Posting Freak
May 19, 2013
593
97
This is very nice. 10/10 :rasta:
Thanks, is there anything you would like to see in the next build?
Great release, Can't wait to see more updates!
Thanks! I don't know what to put in the next build, if people don't give ideas there won't be anymore updates :(

Also a update I forgot to put in the changelog.
The homes url system is done, go to /home/{username} and it will show a error as it's not completed yet.
 
Status
Not open for further replies.

Users who are viewing this thread

Top