Aug 22, 2018 13:48:13 GMT -6
Post by ♕BEFERA on Aug 22, 2018 13:48:13 GMT -6
NOT FOR FREE USE
- - -
RLTW V6 Info Center
Instructions:
1. Navigate to Layout Templates > Home
2. Scroll down to find the line that says "{if $[show_stats]}"
3. Paste the following code directly under that line all the way to the bottom overtop of whatever other code there is:
- - -
The Crownless Profile Page Remodel
Instructions:
1. Navigate to Layout Templates > User Profile
2. Replace everything in the main "User Profile" tab with this:
3. Replace everything in the "Summary" tab with this:
- - -
RLTW V6 Info Center
Instructions:
1. Navigate to Layout Templates > Home
2. Scroll down to find the line that says "{if $[show_stats]}"
3. Paste the following code directly under that line all the way to the bottom overtop of whatever other code there is:
<!-- BEGIN RLTW V6 INFO CENTER BY BEF -->
<div class="container stats">
<div class="title-bar"><h2>Information & Statistics</h2></div>
<div class="content">
<table>
<tbody>
<tr>
<td>
<table>
<tr>
<td class="info" style="padding: 10px;">
<table>
<tbody><tr><td>
<div style="background-color: #4b3837; color: #a67b73; border-bottom: #0e0e0e 10px solid; padding: 5px; text-align: left; font-size: 11px; text-transform: uppercase; letter-spacing: 0px;">Threads & Posts</div>
<div style="padding: 5px 10px 10px 10px; background-color: #121212;">Total Threads: $[total_threads] Total Posts: $[total_posts]
<br>{if $[last_updated_thread]}Last Updated: $[last_updated_thread.recent_link] by $[last_updated_thread.last_post.created_by] ($[last_updated_thread.last_post.created_on]){/if}
<br>$[recent_threads_link]
<br>$[recent_posts_link]{/if}
</div>
</td></tr>
</tbody>
</table>
</td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td class="info" style="padding: 10px;">
<table>
<tbody><tr><td>
<div style="background-color: #4b3837; color: #a67b73; border-bottom: #0e0e0e 10px solid; padding: 5px; text-align: left; font-size: 11px; text-transform: uppercase; letter-spacing: 0px;">Members</div>
<div style="padding: 5px 10px 10px 10px; background-color: #121212;">
Total Members: $[total_members]
<br>Newest Member: $[newest_user]
<br>Most Users Online: $[most_users_online] <span class="small">($[most_users_online_date])</span>
<br>$[birthdays_today_link]
</div>
</td></tr>
</tbody>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2">
<table>
<tr>
<td class="info last" style="padding-left: 10px;">
<table>
<tbody><tr><td>
<div style="background-color: #4b3837; color: #a67b73; border-bottom: #0e0e0e 10px solid; padding: 5px; text-align: left; font-size: 11px; text-transform: uppercase; letter-spacing: 0px;">Users Online</div>
<div style="padding: 5px 10px 10px 10px; background-color: #121212;">
$[total_staff_online] Staff, $[total_members_online] Member{if $[total_members_online] != 1}s{/if}, {if $[view_guests_online_link]}<a href="#" class="$[view_guests_online_link.class]">{/if}$[total_guests_online] Guest{if $[total_guests_online] != 1}s{/if}{if $[view_guests_online_link]}</a>{/if}.
<br>{foreach $[online_user]}
$[online_user]{if $[online_user.invisible]} <span class="small">(invisible)</span>{/if}$[online_user.comma]
{/foreach}
{if $[total_online_not_shown]}
, and <a class="$[view_active_members_link.class]" href="$[view_active_members_link.href]">$[total_online_not_shown] more...</a>
{/if}
</div>
</td></tr>
</tbody>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr class="last">
<td colspan="2">
<table>
<tr>
<td class="info last" style="padding-left: 10px;">
<table>
<tbody><tr><td>
<div style="background-color: #4b3837; color: #a67b73; border-bottom: #0e0e0e 10px solid; padding: 5px; text-align: left; font-size: 11px; text-transform: uppercase; letter-spacing: 0px;">Users Online in the Last 24 Hours</div>
<div style="padding: 5px 10px 10px 10px; background-color: #121212;">
$[total_staff_online_24] Staff, <a class="$[view_todays_active_members_link.class]" href="$[view_todays_active_members_link.href]">$[total_members_online_24] Member{if $[total_members_online_24] != 1}s{/if}</a>, $[total_guests_online_24] Guest{if $[total_guests_online_24] != 1}s{/if}.
<br>{foreach $[online_user_24]}
$[online_user_24]{if $[online_user_24.invisible]} <span class="small">(invisible)</span>{/if}$[online_user_24.comma]
{/foreach}
{if $[total_online_not_shown_24]}
, and <a class="$[view_todays_active_members_link.class]" href="$[view_todays_active_members_link.href]">$[total_online_not_shown_24] more...</a>
{/if}
</div>
</td></tr>
</tbody>
</table>
</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- END RLTW V6 INFO CENTER BY BEF -->
- - -
The Crownless Profile Page Remodel
Instructions:
1. Navigate to Layout Templates > User Profile
2. Replace everything in the main "User Profile" tab with this:
<div class="container show-user"> <!-- SHOW USER CONTAINER // DO NOT EDIT! -->
<!-- SHOW USER TITLE BAR -->
<div class="title-bar">
<h1>$[user.name] ($[user.username])</h1>
</div>
<!-- SHOW USER CONTENT CONTAINER -->
<div class="content cap-bottom">
<!-- TABS -->
<div class="ui-tabMenu">
<center>
<ul class="ui-helper-clearfix">
{foreach $[menu]}
{if $[menu.text] != "Following"}
{if $[menu.text] != "Friends"}
{if $[menu.text] != "Groups"}
{if $[menu.text] != "Gift"}
<li{if $[menu.active]} class="ui-active"{/if}><a href="$[menu.href]">$[menu.text]</a></li>
{/if}
{/if}
{/if}
{/if}
{/foreach}
</ul>
</center>
</div>
<!-- INFO THAT APPEARS ABOVE THE TAB CONTENT -->
<div class="pad-all-double clear">
<!-- USER PROFILE BUTTONS (OPTIONS, SEND MESSAGE, EDIT PROFILE, FOLLOW, INVITE) -->
<div class="float-right controls">
$[options]
$[send_message_button]
$[edit_profile_button]
</div>
</div>
<!-- THE CONTAINER AND VARIABLE WHERE EACH TAB'S CONTENT WILL APPEAR! -->
<div class="pad-all-double ui-helper-clearfix clear">
$[content]
</div>
</div>
</div>
3. Replace everything in the "Summary" tab with this:
$[form.header] <!-- DO NOT REMOVE! -->
<table>
<tr>
<!-- THIS COLUMN CONTAINS ALL THE USER INFORMATION -->
<td id="float-left pad-right" style="margin-top: -35px; width: 235px !important; float: left;">
<!-- THE BOXES WITH THE SHIT -->
<div align="center" style="width: 180px; font-size: 9px !important; padding: 10px 10px 15px 10px; margin: 0px !important;">{if $[user.is_online]}
<i>Online now!</i>
{else}
<i>Last online $[user.last_online].</i>
{/if}</div>
<div class="content-box" style="padding: 0px; float: left; width: 200px;">
<table>
<tr>
<td>
<!-- USER AVATAR -->
$[user.avatar]
</td>
</tr>
</table>
</div>
<!-- USER STATS -->
<div class="content-box" style="padding: 10px; text-align: center; width: 178px;">
<div class="title-bar"><h1 style="text-transform: uppercase;">$[user.name]</h1></div>
<table>
<div style="padding: 10px;">
{if $[user.custom_title]}
<i>$[user.custom_title]</i>
<br><br>
{/if}
{foreach $[user.custom_field]} {if $[user.custom_field.name] == "Age"}
$[user.custom_field.value] Year Old {/if} {/foreach}
{if $[user.group]} $[user.group.name] {else} $[user.rank.name] {/if}
{foreach $[user.custom_field]} {if $[user.custom_field.name] == "Gender"}
$[user.custom_field.value]
<br><br>
{/if} {/foreach}
{foreach $[user.custom_field]} {if $[user.custom_field.name] == "Rank"}
$[user.custom_field.value] of {/if} {/foreach}
{foreach $[user.custom_field]} {if $[user.custom_field.name] == "Home"}
$[user.custom_field.value]
{/if} {/foreach}
<br><br>
<span class="money_amount"></span> Aurum
<br><br>
$[user.posts] posts ( <a href="$[recent_posts_link.href]">posts</a> |
<a href="$[recent_threads_created_link.href]">threads</a> )
{foreach $[user.custom_field]} {if $[user.custom_field.name] == "Played By"}
<br><br>
Played by <b>$[user.custom_field.value]</b> {/if} {/foreach}
</div>
</table>
</div>
<div class="content-box" style="padding: 10px; width: 178px;">
<div class="title-bar"><h1>INVENTORY</h1></div>
<div id="monetary_shop_items" style="padding: 10px;"></div>
</div>
</td>
<!-- THE BOXES WITH THE OTHER SHIT --->
<td id="center-column">
<div class="content-box center-col" align="center" style="width: 645px !important; float: right;">
<div class="title-bar"><h1>REFERENCE</h1></div>
<table>
<tr>
<td align="center" style="padding: 10px;">
{foreach $[user.custom_field]}
{if $[user.custom_field.name] == "Reference"}
<img style="max-width: 620px !important;" src="$[user.custom_field.value]">
{/if}{/foreach}
</td>
</tr>
</table>
</div>
<div class="content-box center-col" style="width: 645px !important; float: right;">
<div class="title-bar"><h1>APPEARANCE</h1></div>
<table>
<tr>
<td style="text-align: justify; padding: 10px;">
{foreach $[user.custom_field]}
{if $[user.custom_field.name] == "Appearance"}
$[user.custom_field.value]
{/if}{/foreach}
</td>
</tr>
</table>
</div>
<div class="content-box center-col" style="width: 645px !important; float: right;">
<div class="title-bar"><h1>PERSONALITY</h1></div>
<table>
<tr>
<td style="text-align: justify; padding: 10px;">
{foreach $[user.custom_field]}
{if $[user.custom_field.name] == "Personality"}
$[user.custom_field.value]
{/if}{/foreach}
</td>
</tr>
</table>
</div>
<div class="content-box center-col" style="width: 645px !important; float: right;">
<div class="title-bar"><h1>HISTORY</h1></div>
<table>
<tr>
<td style="text-align: justify; padding: 10px;">
{foreach $[user.custom_field]}
{if $[user.custom_field.name] == "History"}
$[user.custom_field.value]
{/if}{/foreach}
</td>
</tr>
</table>
</div>
<div class="content-box center-col" style="width: 645px !important; float: right;">
<div class="title-bar"><h1>COMPANION</h1></div>
<table>
<tr>
<td style="text-align: justify; padding: 10px;">
{foreach $[user.custom_field]}
{if $[user.custom_field.name] == "Companion"}
$[user.custom_field.value]
{/if}{/foreach}
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<br>
<div align="center" style="margin-left: 215px; font-size: 9px !important;">Member since $[user.registered_on]</div>
$[form.footer] <!-- DO NOT REMOVE! -->