help?

chrisissick

Member
May 23, 2014
62
2
<div id="name-box" class="info-box">
<div class="label">Name:</div>
<div class="content">{username}</div>
</div>
<div id="motto-box" class="info-box">
<div class="label">Motto:</div>
<div class="content">{motto}</div>
</div>
<div id="last-logged-in-box" class="info-box">
<div class="label">Last signed in:</div>
<div class="content">{last_online}</div>
</div>

<div class="enter-hotel-btn">
<div class="credits" style="float: left; margin-top: 3px;"><b>{coins}</b> Credits</div>
<div class="pixels" style="float: right; margin-right: 7px; margin-top: 3px;"><b>{activitypoints}</b> Pixels</div>
<div class="shells" style="float: left;"><b>{vip_points}</b> Shells</div>
<div class="rank" style="float: right; margin-right: 7px;">Rank <b>{rank}</b></div>
 

Occult

Member
Oct 14, 2011
72
5
Firstly, please give more information in your titles so the thread isn't so ambiguous and vague.

In answer to your question though, did you change the name of VIP Points anywhere? Maybe accidentally you changed some code and made it {shells}. That's the only reason I can think of that this isn't working.
 

Users who are viewing this thread

Top