Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

RevCMS Habbo Template

Status
Not open for further replies.
Web & Interaction Design
Loyal Member
Joined
Dec 18, 2010
Messages
1,506
Reaction score
712
He means the new Javascript loader by Joopie.

@Kristopher, do what DarkWing suggested, then re-add the Javascript loader - following Joopie's steps, etc. ^^
 
Newbie Spellweaver
Joined
May 28, 2007
Messages
57
Reaction score
5
Love it! Only thing I don't like is the registration... is there any quickregisters like habbo have, for RevCMS?
 
Skilled Illusionist
Joined
Dec 19, 2011
Messages
308
Reaction score
41
Um... the part under "Last Login" where the content box labeled Vista Hotel isn't even in the skin as displayed in screens? Also, the link for the footer is dead as well.

Easy fix. Go to, htdocs>app>class.template.php Go To Line 43 ( Or search for,
PHP:
	$this->setParams('ip_last', $users->getInfo($_SESSION['user']['id'], 'ip_last'));
Below that add,
PHP:
$this->setParams('lastSignedIn',  date('M j, Y H:i:s A', $users->getInfo($_SESSION['user']['id'],  'last_online')));
And There you go. That fixes the LastSignedIn Thing error w.e:thumbup:
 

Bow

Skilled Illusionist
Joined
Jan 28, 2012
Messages
355
Reaction score
163
Easy fix. Go to, htdocs>app>class.template.php Go To Line 43 ( Or search for,
PHP:
	$this->setParams('ip_last', $users->getInfo($_SESSION['user']['id'], 'ip_last'));
Below that add,
PHP:
$this->setParams('lastSignedIn',  date('M j, Y H:i:s A', $users->getInfo($_SESSION['user']['id'],  'last_online')));
And There you go. That fixes the LastSignedIn Thing error w.e:thumbup:

I was talking about the content box under that area.. see where the box is with the blue header saying "Vista Hotel" and then the words inside the box? Well, it's not in his pack.
 
Web & Interaction Design
Loyal Member
Joined
Dec 18, 2010
Messages
1,506
Reaction score
712
I was talking about the content box under that area.. see where the box is with the blue header saying "Vista Hotel" and then the words inside the box? Well, it's not in his pack.

It's so simple to do. It wasn't included, because it was added by the demo hotel.
 
Newbie Spellweaver
Joined
Feb 2, 2012
Messages
24
Reaction score
0
can u add new download hejula?? cause new download at bottom is broken please :D:drool:

What do you mean 'Java Loader' :L

hejula please give the download link at ok :D
 
The one and only!
Loyal Member
Joined
Nov 24, 2008
Messages
2,529
Reaction score
1,435
 
Skilled Illusionist
Joined
Dec 19, 2011
Messages
308
Reaction score
41
I was talking about the content box under that area.. see where the box is with the blue header saying "Vista Hotel" and then the words inside the box? Well, it's not in his pack.

Lol, That box is easy to add, ill post the code l8r.
 
The one and only!
Loyal Member
Joined
Nov 24, 2008
Messages
2,529
Reaction score
1,435
Lol, That box is easy to add, ill post the code l8r.

Code:
<div class="habblet-container">
  <div class="cbb clearfix blue">
    <h2 class="title">Lala</h2>
    <p style="padding: 5px;">
      Lol
    </p>
  </div>
</div>
 
Newbie Spellweaver
Joined
Feb 17, 2012
Messages
6
Reaction score
0
Love it , Could you make Cms with Habbo Layer with working phoenix craked?
 
Newbie Spellweaver
Joined
Feb 2, 2012
Messages
24
Reaction score
0
Code:
<div class="habblet-container">
  <div class="cbb clearfix blue">
    <h2 class="title">Lala</h2>
    <p style="padding: 5px;">
      Lol
    </p>
  </div>
</div>

what is this code for??
 
Newbie Spellweaver
Joined
Feb 2, 2012
Messages
24
Reaction score
0
Hejula - RevCMS Habbo Template - RaGEZONE Forums
what is this mean X______X when i wan to enter game this came out =.=
 

Attachments

You must be registered for see attachments list
Divine Celestial
Loyal Member
Joined
Oct 2, 2011
Messages
858
Reaction score
272
Using this now editing a little by little, by far the best skin ever.
Hejula - RevCMS Habbo Template - RaGEZONE Forums
 
idk what to put here
Loyal Member
Joined
Oct 19, 2007
Messages
491
Reaction score
159
How did you add the new tabs and the Facebook Window? :)

for the tabs, you have to add them manually. For the facebook, he just took the widget and placed it in that div.
 
Junior Spellweaver
Joined
Jun 5, 2007
Messages
130
Reaction score
0
Joe can you teach me? :)! or help me? :)
 
Newbie Spellweaver
Joined
Sep 29, 2009
Messages
17
Reaction score
0
Great work bro :) as i did massive edits haha :p + added VIP page, experts page, Rules page, and coding a new staff page today :) + edited the me.php page :p
 
Status
Not open for further replies.
Back
Top