by Sir Chivas™ February 24th 2013, 3:56 pm
#3 add this inside your CSS.
- Code:
span.corners-bottom, span.corners-bottom span, span.corners-top, span.corners-top span {
background-repeat: no-repeat;
display: none;
font-size: 1px;
height: 5px;
line-height: 1px;
}
Forum version?#1 - Don't think it's possible. Since it's inside the Template and it shows like this,
- Code:
<p>{LOGGED_AS}. {LAST_VISIT_DATE}</p>
JavaScript might do the trick, but won't put your hopes up.
#4- Look for this inside your CSS (ACP >> Display >> Colors >> CSS)
- Code:
.forabg {
background-color: #0f1712;
background-image: url(http://2img.net/i/fa/prosilver/bg_list.gif);
background-position: 0 0;
background-repeat: repeat-x;
border: 2px solid #2c3d34;
clear: both;
margin-bottom: 4px;
padding: 0 5px;
}
If you find it, good. If you don't then add it, but replace this image with what so ever you want. Or you can request for it to be changed color:
https://help.forumotion.com/f6-graphic-design-sectionimage:
https://2img.net/i/fa/prosilver/bg_list.gifAfter the color is changed, just simply replace it with the URL above inside the code.
#2 - what exactly do you want to change? You would have to move it around the templates: ACP >> Display >> Templates >> General >> Index_body >>
- Code:
<!-- BEGIN disable_viewonline -->
<div id="pun-info" class="main">
<div class="main-content">
<div id="onlinelist">
<img src="{L_ONLINE_IMG}" alt="{L_WHO_IS_ONLINE}" />
<p class="right">
<!-- BEGIN switch_viewonline_link -->
<a href="{U_VIEWONLINE}" rel="nofollow">{L_WHO_IS_ONLINE}</a>
<!-- END switch_viewonline_link -->
<!-- BEGIN switch_viewonline_nolink -->
{L_WHO_IS_ONLINE}
<!-- END switch_viewonline_nolink -->
</p>
<p>{TOTAL_USERS_ONLINE}<br />
{RECORD_USERS}
<br />
{LOGGED_IN_USER_LIST}
{L_ONLINE_USERS}
{L_CONNECTED_MEMBERS}<br />
{L_WHOSBIRTHDAY_TODAY}{L_WHOSBIRTHDAY_WEEK}</p>
<div class="clear"></div>
<p>{LEGEND}Â :Â {GROUP_LEGEND}</p>
</div>
<!-- BEGIN switch_chatbox_activate -->
<div id="onlinechat">
<p class="page-bottom">
{TOTAL_CHATTERS_ONLINE}Â :Â
{CHATTERS_LIST}<br />
<!-- BEGIN switch_chatbox_popup -->
<div id="chatbox_popup"></div>
<script type="text/javascript">
insertChatBoxPopup('{disable_viewonline.switch_chatbox_activate.switch_chatbox_popup.U_FRAME_CHATBOX}', '{L_CLICK_TO_JOIN_CHAT}');
</script>
<!-- END switch_chatbox_popup -->
</p>
</div>
<!-- END switch_chatbox_activate -->
</div>
</div>
<!-- END disable_viewonline -->
Pretty is all of that.. you can always play around with it..and delete it if you don't want it..it'll go back to normal.