PDA

View Full Version : MyBB help



UMAIA
14-08-2011, 06:15 PM
how do I do the following:
- use own image for buttons
- move user posts stats to the right
(please check images for details)
thanks in advance

http://img706.imageshack.us/img706/4123/help1j.png (http://imageshack.us/photo/my-images/706/help1j.png/)

Uploaded with ImageShack.us (http://imageshack.us)

http://img191.imageshack.us/img191/5958/help2q.png (http://imageshack.us/photo/my-images/191/help2q.png/)

Uploaded with ImageShack.us (http://imageshack.us)

here is the XML document for this theme

<?xml version="1.0" encoding="UTF-8"?>
<theme name="Site Skin" version="1413">
<properties>
<templateset><![CDATA[2]]></templateset>
<editortheme><![CDATA[default]]></editortheme>
<imgdir><![CDATA[images/habbo]]></imgdir>
<logo><![CDATA[images/habbo/banner.png]]></logo>
<tablespace><![CDATA[6]]></tablespace>
<borderwidth><![CDATA[1]]></borderwidth>
</properties>
<stylesheets>
<stylesheet name="global.css" version="1413"><![CDATA[body {
background: url(images/habbo/bg.png);
color: #000;
text-align: center;
line-height: 1.4;
margin-top: 0px;
margin-bottom: 0px;

font-family: Verdana, Arial, Sans-Serif;
font-size: 13px;
}

.logo {
width: 956px;
background: url(images/habbo/banner.png);
margin: auto auto;
text-align: left; /* IE 5 fix */
height: 115px;
font-color: #FFFFFF;
}

.login {
font-color: #FFFFFF;
width: 200px;
text-align: left; /* IE 5 fix */
float: right;
margin-right: 100px;
margin-top: 15px;
}



.navbar {
width: 956px;
background: url(images/habbo/navbar.png);
margin: auto auto;
padding-top:10px;
padding-bottom:10px;
}


.menu {
margin-top:0px;
background: url(images/habbo/thead_bg.gif);
color: #000000;
text-align: left; /* IE 5 fix */

width: 856px;
}

a:link {
color: #000000;
text-decoration: none;
}

a:visited {
color: #000000;
text-decoration: none;
}

a:hover, a:active {
color: #000;
text-decoration: underline;
}

#container {
margin-top: -10px;
width: 866px;
margin-left: auto;
margin-right: auto;
background: url(images/habbo/sides.png);
color: #000000;
padding-left: 45px;
padding-right: 45px;
text-align: left; /* IE 5 fix */
}

#content {
/* FIX: Make internet explorer wrap correctly */
width: auto !important;
}

.menu ul {
color: #000000;
font-weight: bold;
text-align: right;
padding: 4px;
}

.menu ul a:link {
color: #000000;
text-decoration: none;
}

.menu ul a:visited {
color: #000000;
text-decoration: none;
}

.menu ul a:hover, .menu ul a:active {
color: #000000;
text-decoration: underline;
}

#panel {
background: url(images/habbo/menubg.PNG);
color: #000000;
font-size: 11px;
padding: 8px;
}

table {
color: #000000;
font-family: Verdana, Arial, Sans-Serif;
font-size: 13px;
}

.tborder {
background: #dadada;
width: 100%;
margin: auto auto;
border: 0px solid #939393;
}

.thead {
background: #15b4be url(images/habbo/blue.png);
color: #ffffff;
}

.thead a:link {
color: #ffffff;
text-decoration: none;
}

.thead a:visited {
color: #ffffff;
text-decoration: none;
}

.thead a:hover, .thead a:active {
color: #000000;
text-decoration: underline;
}

.tcat {
background: #15b4be url(images/habbo/green.png);
color: #FFFFFF;
font-size: 12px;
}

.tcat a:link {
color: #FFFFFF;
}

.tcat a:visited {
color: #FFFFFF;
}

.tcat a:hover, .tcat a:active {
color: #FFFFFF;
}

.trow1 {
background: #EBEAE8;

}

.trow2 {
background: #FFFFFF;
}

.trow_shaded {
background: #ffdde0;
}

.trow_selected td {
background: #FFFBD9;
}

.trow_sep {
background: #e5e5e5;
color: #000;
font-size: 12px;
font-weight: bold;
}

.tfoot {
background: #F8CF11 url(images/habbo/pink.png) top left repeat-x;
color: #ffffff;
}

.tfoot a:link {
color: #000000;
text-decoration: none;
}

.tfoot a:visited {
color: #000000;
text-decoration: none;
}

.tfoot a:hover, .tfoot a:active {
color: #000000;
text-decoration: underline;
}

.bottommenu {
background: #efefef;
color: #000000;
border: 1px solid #4874a3;
padding: 10px;
}

.navigation {
color: #000000;
font-size: 13px;
font-weight: bold;
}

.navigation a:link {
text-decoration: none;
}

.navigation a:visited {
text-decoration: none;
}

.navigation a:hover, .navigation a:active {
text-decoration: none;
}

.navigation .active {
color: #000000;
font-size: small;
font-weight: bold;
}

.smalltext {
font-size: 11px;
}

.largetext {
font-size: 16px;
font-weight: bold;
}

input.textbox {
background: #ffffff;
color: #000000;
border: 1px solid #0f5c8e;
padding: 1px;
}

textarea {
background: #ffffff;
color: #000000;
border: 1px solid #0f5c8e;
padding: 2px;
font-family: Verdana, Arial, Sans-Serif;
line-height: 1.4;
font-size: 13px;
}

select {
background: #ffffff;
border: 1px solid #0f5c8e;
}

.editor {
background: #f1f1f1;
border: 1px solid #ccc;
}

.editor_control_bar {
background: #fff;
border: 1px solid #0f5c8e;
}

.autocomplete {
background: #fff;
border: 1px solid #000;
color: black;
}

.autocomplete_selected {
background: #adcee7;
color: #000;
}

.popup_menu {
background: #ccc;
border: 1px solid #000;
}

.popup_menu .popup_item {
background: #fff;
color: #000;
}

.popup_menu .popup_item:hover {
background: #C7DBEE;
color: #000;
}

.trow_reputation_positive {
background: #ccffcc;
}

.trow_reputation_negative {
background: #ffcccc;
}

.reputation_positive {
color: green;
}

.reputation_neutral {
color: #444;
}

.reputation_negative {
color: red;
}

.invalid_field {
border: 1px solid #f30;
color: #f30;
}

.valid_field {
border: 1px solid #0c0;
}

.validation_error {
background: url(images/invalid.gif) no-repeat center left;
color: #f30;
margin: 5px 0;
padding: 5px;
font-weight: bold;
font-size: 11px;
padding-left: 22px;
}

.validation_success {
background: url(images/valid.gif) no-repeat center left;
color: #00b200;
margin: 5px 0;
padding: 5px;
font-weight: bold;
font-size: 11px;
padding-left: 22px;
}

.validation_loading {
background: url(images/spinner.gif) no-repeat center left;
color: #555;
margin: 5px 0;
padding: 5px;
font-weight: bold;
font-size: 11px;
padding-left: 22px;
}

/* Additional CSS (Master) */
img {
border: none;
}

.clear {
clear: both;
}

.hidden {
display: none;
float: none;
width: 1%;
}

.float_left {
float: left;
}

.float_right {
float: right;
}

.menu ul {
list-style: none;
margin: 0;
}

.menu li {
display: inline;
padding-left: 5px;
}

.menu img {
padding-right: 5px;
vertical-align: top;
}

#panel .links {
margin: 0;
float: right;
}

.expcolimage {
float: right;
width: auto;
vertical-align: middle;
margin-top: 3px;
}

img.attachment {
border: 1px solid #E9E5D7;
padding: 2px;
}

hr {
background-color: #000000;
color: #000000;
height: 1px;
border: 0px;
}

#copyright {
font: 11px Verdana, Arial, Sans-Serif;
margin: 0;
padding: 10px 0 0 0;
}

#debug {
float: right;
text-align: right;
margin-top: 0;
}

blockquote {
border: 1px solid #ccc;
margin: 0;
background: #fff;
padding: 4px;
}

blockquote cite {
font-weight: bold;
border-bottom: 1px solid #ccc;
font-style: normal;
display: block;
margin: 4px 0;
}

blockquote cite span {
float: right;
font-weight: normal;
}

blockquote cite span.highlight {
float: none;
font-weight: bold;
padding-bottom: 0;
}

.codeblock {
background: #fff;
border: 1px solid #ccc;
padding: 4px;
}

.codeblock .title {
border-bottom: 1px solid #ccc;
font-weight: bold;
margin: 4px 0;
}

.codeblock code {
overflow: auto;
height: auto;
max-height: 200px;
display: block;
font-family: Monaco, Consolas, Courier, monospace;
font-size: 13px;
}

.subforumicon {
border: 0;
vertical-align: middle;
}

.separator {
margin: 5px;
padding: 0;
height: 0px;
font-size: 1px;
list-style-type: none;
}

form {
margin: 0;
padding: 0;
}

.popup_menu .popup_item_container {
margin: 1px;
text-align: left;
}

.popup_menu .popup_item {
display: block;
padding: 3px;
text-decoration: none;
white-space: nowrap;
}

.popup_menu a.popup_item:hover {
text-decoration: none;
}

.autocomplete {
text-align: left;
}

.subject_new {
font-weight: bold;
}

.highlight {
background: #FFFFCC;
padding: 3px;
}

.pm_alert {
background: #FFF6BF;
border: 1px solid #FFD324;
text-align: center;
padding: 5px 20px;
font-size: 11px;
}

.red_alert {
background: #FBE3E4;
border: 1px solid #A5161A;
color: #A5161A;
text-align: center;
padding: 5px 20px;
font-size: 11px;
}

.high_warning {
color: #CC0000;
}

.moderate_warning {
color: #F3611B;
}

.low_warning {
color: #AE5700;
}

div.error {
padding: 5px 10px;
border-top: 2px solid #FFD324;
border-bottom: 2px solid #FFD324;
background: #FFF6BF;
font-size: 12px;
}

div.error p {
margin: 0;
color: #000;
font-weight: normal;
}

div.error p em {
font-style: normal;
font-weight: bold;
padding-left: 24px;
display: block;
color: #C00;
background: url(images/error.gif) no-repeat 0;
}

div.error.ul {
margin-left: 24px;
}

.online {
color: #15A018;
}

.offline {
color: #C7C7C7;
}

.pagination {
font-size: 11px;
padding-top: 10px;
margin-bottom: 5px;
}

.tfoot .pagination, .tcat .pagination {
padding-top: 0;
}

.pagination .pages {
font-weight: bold;
}

.pagination .pagination_current, .pagination a {
padding: 2px 6px;
margin-bottom: 3px;
}

.pagination a {
border: 1px solid #81A2C4;
}

.pagination .pagination_current {
background: #F5F5F5;
border: 1px solid #81A2C4;
font-weight: bold;
}

.pagination a:hover {
background: #F5F5F5;
text-decoration: none;
}

.thread_legend, .thread_legend dd {
margin: 0;
padding: 0;
}

.thread_legend dd {
padding-bottom: 4px;
margin-right: 15px;
}

.thread_legend img {
margin-right: 4px;
vertical-align: bottom;
}

.forum_legend, .forum_legend dt, .forum_legend dd {
margin: 0;
padding: 0;
}

.forum_legend dd {
float: left;
margin-right: 10px;
}

.forum_legend dt {
margin-right: 10px;
float: left;
}

.success_message {
color: #00b200;
font-weight: bold;
font-size: 10px;
margin-bottom: 10px;
}

.error_message {
color: #C00;
font-weight: bold;
font-size: 10px;
margin-bottom: 10px;
}

.post_body {
padding: 5px;
}

.post_content {
padding: 5px 10px;
}

.quick_jump {
background: url(images/jump.gif) no-repeat 0;
width: 13px;
height: 13px;
padding-left: 13px; /* amount of padding needed for image to fully show */
vertical-align: middle;
border: none; }

.ownthreadpost {
background-color: #d8ffd9;
}

#shoutbox_data {
font-size: 11px;
}

]]>
</stylesheet>
</stylesheets>
<templates>
<template name="index" version="1413"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
lang.no_new_posts = "{$lang->no_new_posts}";
lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body>
{$header}
<sf_shoutbox>
{$forums}
{$boardstats}

<dl class="forum_legend smalltext">
<dt><img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" title="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
<dd>{$lang->new_posts}</dd>

<dt><img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}" title="{$lang->no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
<dd>{$lang->no_new_posts}</dd>

<dt><img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" title="{$lang->forum_locked}" style="vertical-align: middle;" /></dt>
<dd>{$lang->forum_locked}</dd>
</dl>
<br style="clear: both" />
{$footer}
</body>
</html>]]></template>
<template name="postbit" version="1413"><![CDATA[{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
<tbody>
<tr>
<td class="tcat">
<div class="float_left smalltext">
{$post['postdate']}, {$post['posttime']} <span id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>
</div>
{$post['posturl']}
</td>
</tr>

<tr>
<td class="trow1 width="300px"{$unapproved_shade}">
<table cellspacing="0" cellpadding="0" border="0" style="width: 200px;">
<tr>
<td class="post_avatar" width="1" style="{$post['avatar_padding']}">
{$post['useravatar']}
</td>
<td class="post_author">
<strong><span class="largetext">{$post['profilelink']}</span></strong> <br />
<span class="smalltext">
{$post['usertitle']}<br />
{$post['groupimage']}
</span>
</td>
<td class="smalltext post_author_info" width="165">
{$post['user_details']}<br><br>
{$post['onlinestatus']}
</td>
</tr>
</table>
</td>
</tr>

<tr>
<td class="trow2 post_content {$unapproved_shade}">
<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>

<div class="post_body" id="pid_{$post['pid']}">
{$post['message']}
</div>
{$post['attachments']}
{$post['signature']}

<div class="post_meta" id="post_meta_{$post['pid']}">
{$post['iplogged']}
</div>
</td>
</tr>

<tr>
<td class="trow1 post_buttons {$unapproved_shade}">
<div class="post_management_buttons float_right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
</div>
</td>
</tr>
</tbody>
</table>]]></template>
<template name="forumdisplay" version="1411"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$foruminfo['name']} </title>
{$headerinclude}
{$rssdiscovery}
<script type="text/javascript">
<!--
lang.no_new_posts = "{$lang->no_new_posts}";
lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body>
{$header}
{$moderatedby}
{$usersbrowsing}<img src="images/habbo/users.png" align="left"/>
{$rules}
{$subforums}
{$threadslist}
{$footer}
</body>
</html>]]></template>
<template name="online" version="1411"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->users_online}</title>
{$headerinclude}
{$refresh}
</head>
<body>
{$header}
{$multipage}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="3"><strong>{$lang->users_online}</strong></td>
</tr>
<tr><img src="images/habbo/users.png" />
<td class="tcat" align="center"><a href="online.php?sortby=username"><span class="smalltext"><strong>{$lang->on_username}</strong></span></a></td>
<td class="tcat" align="center"><a href="online.php?sortby=time"><span class="smalltext"><strong>{$lang->time}</strong></span></a></td>
<td class="tcat" width="50%"><a href="online.php?sortby=location"><span class="smalltext"><strong>{$lang->location}</strong></span></a></td>
</tr>
{$online_rows}
<tr>
<td class="tfoot" colspan="3" align="right"><span class="smalltext"><strong><a href="online.php?action=today">{$lang->online_today}</a> | <a href="online.php">{$lang->refresh_page}</a></strong></span></td>
</tr>
</table>
<br />
{$multipage}
{$footer}
</body>
</html>]]></template>
<template name="header_welcomeblock_member" version="1413"><![CDATA[<font size="1" color="white">
{$lang->welcome_back}
<br><br><a href="{$mybb->settings['bburl']}/private.php">{$lang->welcome_pms}</a> {$lang->welcome_pms_usage}
</font>]]></template>
<template name="footer" version="1413"><![CDATA[<br />
<div class="bottommenu">
<div>
<span class="smalltext"><a href="{$mybb->settings['contactlink']}">{$lang->bottomlinks_contactus}</a> | <a href="{$mybb->settings['homeurl']}">{$mybb->settings['homename']}</a> | <a href="#top">{$lang->bottomlinks_returntop}</a> | <a href="#content">{$lang->bottomlinks_returncontent}</a> | <a href="<archive_url>">{$lang->bottomlinks_litemode}</a> | <a href="{$mybb->settings['bburl']}/misc.php?action=syndication">{$lang->bottomlinks_syndication}</a></span>
</div>
</div>
</div>
<hr class="hidden" />
<div id="copyright">
<div id="debug"><debugstuff></div>
<!-- MyBB is free software developed and maintained by a volunteer community.
It would be much appreciated by the MyBB Group if you left the full copyright and "powered by" notice intact,
to show your support for MyBB. If you choose to remove or modify the copyright below,
you may be refused support on the MyBB Community Forums.

This is free software, support us and we'll support you. -->
{$lang->powered_by} <a href="http://mybb.com/" target="_blank">MyBB{$mybbversion}</a>, &copy; 2002-{$copy_year} <a href="http://mybb.com/" target="_blank">MyBB Group</a>.<br />
<!-- End powered by -->
<br />
<br class="clear" />
<!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->{$task_image}<!-- End task image code -->
{$auto_dst_detection}
<br>
</div>
</div>
<img src="images/habbo/footer.png" style="margin-bottom:25px;">]]></template>
<template name="header" version="1413"><![CDATA[<div class="logo"><a href="http://thatshabbo.net/forum/"><img src="images/habbo/link.png" style="float:left;margin-left:23px;"></a>
<div style="padding-top:15px; padding-left:45px; float:right; margin-right:50px; width:250px;"id="login">{$welcomeblock}</div>
</div>
<div class="navbar">
<if $mybb->user['uid'] then>
<a href="usercp.php"><img style="margin-right:35px; margin-left:35px;" src="images/habbo/usercp_light.png"></a>
</if>
<a href="search.php"><img style="margin-right:35px; margin-left:35px;" src="images/habbo/search_light.png"></a>
<a href="search.php?action=getnew"><img style="margin-right:35px; margin-left:35px;" src="images/habbo/newposts_light.png"></a>
<a href="memberlist.php"><img style="margin-right:35px; margin-left:35px;" src="images/habbo/members_light.png"></a>
<a href="calendar.php"><img style="margin-right:35px; margin-left:35px;" src="images/habbo/calendar_light.png"></a>
<a href="misc.php?action=help"><img style="margin-right:35px; margin-left:35px;" src="images/habbo/help_light.png"></a>
<if $mybb->user['uid'] then>
<a href="{$mybb->settings['bburl']}/member.php?action=logout&amp;logoutkey={$mybb->user['logoutkey']}"><img style="margin-right:35px; margin-left:35px;" src="images/habbo/logout_light.png"></a>
</if>
</div>
<img src="images/habbo/top.png">
<div id="container">
<a name="top" id="top"></a>
<hr class="hidden" />
<br class="clear" />
<div id="content">
{$pm_notice}
{$bannedwarning}
{$bbclosedwarning}
{$unreadreports}

<navigation>
<br />]]></template>
<template name="header_welcomeblock_guest" version="1413"><![CDATA[<form action='member.php' method='post'>
<input type='hidden' name='action' value='do_login' />
<input type='hidden' name='url' value='index.php' />
<input type='text' value='Username' name='username' maxlength='100' style='width:205px; margin-bottom:4px;'/><br />
<input type='password' value='Password' name='password' style=' width:205px; margin-bottom:8px;' /><br />
<input type='submit' name='submit' value='Login' style='float:left; width:103px; margin-right:3px; margin-bottom:4px;' />
<INPUT STYLE='width:103px;'TYPE="submit" onclick="document.location='member.php?action=register';ret urn false;" VALUE="Register">
</form>]]></template>
<template name="headerinclude" version="0"><![CDATA[<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" />
<link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" />
<meta http-equiv="Content-Type" content="text/html; charset={$charset}" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/prototype.js?ver=1400"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=1400"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=1400"></script>
{$stylesheets}
<script type="text/javascript">
<!--
var cookieDomain = "{$mybb->settings['cookiedomain']}";
var cookiePath = "{$mybb->settings['cookiepath']}";
var cookiePrefix = "{$mybb->settings['cookieprefix']}";
var deleteevent_confirm = "{$lang->deleteevent_confirm}";
var removeattach_confirm = "{$lang->removeattach_confirm}";
var loading_text = '{$lang->ajax_loading}';
var saving_changes = '{$lang->saving_changes}';
var use_xmlhttprequest = "{$mybb->settings['use_xmlhttprequest']}";
var my_post_key = "{$mybb->post_code}";
var imagepath = "{$theme['imgdir']}";
// -->
</script>
{$newpmmsg}

<script type="text/javascript" src="jscripts/shoutbox.js?ver=121"></script>]]></template>
<template name="postbit_email" version="1413"><![CDATA[]]></template>
<template name="postbit_pm" version="1413"><![CDATA[]]></template>
<template name="postbit_find" version="1413"><![CDATA[]]></template>
<template name="postbit_quickdelete" version="1413"><![CDATA[<a href="editpost.php?pid={$post['pid']}" onclick="Thread.deletePost({$post['pid']}); return false;" style="display: none;" id="quick_delete_{$post['pid']}"><img src="{$theme['imglangdir']}/postbit_delete.gif" style="float:left;" alt="{$lang->postbit_qdelete}" title="{$lang->postbit_qdelete}" /></a>
<script type="text/javascript">
// <!--
$('quick_delete_{$post['pid']}').style.display = '';
// -->
</script>]]></template>
<template name="postbit_report" version="1413"><![CDATA[<a href="javascript:Thread.reportPost({$post['pid']});"><img style="float:left; margin-left:5px;" src="{$theme['imglangdir']}/postbit_report.gif" alt="{$lang->postbit_report}" title="{$lang->postbit_report}" /></a>]]></template>
<template name="postbit_warn" version="1413"><![CDATA[<a href="warnings.php?action=warn&amp;uid={$post['uid']}&amp;pid={$post['pid']}"><img src="{$theme['imglangdir']}/postbit_warn.gif" alt="{$lang->postbit_warn}" style="margin-left:5px; float:left;"title="{$lang->postbit_warn}" /></a>]]></template>
<template name="postbit_forward_pm" version="1413"><![CDATA[]]></template>
<template name="showthread" version="1413"><![CDATA[<html>
<head>
<title>{$thread['subject']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
var quickdelete_confirm = "{$lang->quickdelete_confirm}";
// -->
</script>
<script type="text/javascript" src="jscripts/thread.js?ver=1400"></script>
</head>
<body>
{$header}
{$pollbox}
<div class="float_left">
{$multipage}
</div>
<div class="float_right">
{$newreply}
</div>
{$ratethread}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both; border-bottom-width: 0;">
<tr>
<td class="thead" colspan="2">
<div style="float: right;">
<span class="smalltext"><strong><a href="showthread.php?mode=threaded&amp;tid={$tid}&amp;pid={$pid} #pid{$pid}">{$lang->threaded}</a> | <a href="showthread.php?mode=linear&amp;tid={$tid}&amp;pid={$pid}#p id{$pid}">{$lang->linear}</a></strong></span>
</div>
<div>
<strong>{$thread['subject']}</strong>
</div>
</td>
</tr>
{$classic_header}
</table>
<div id="posts">
{$posts}
</div>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="border-top-width: 0;">
<tr>
<td colspan="2" class="tfoot">
{$search_thread}
<div>
<strong>&laquo; <a href="{$next_oldest_link}">{$lang->next_oldest}</a> | <a href="{$next_newest_link}">{$lang->next_newest}</a> &raquo;</strong>
</div>
</td>
</tr>
</table>
<div style="margin-top:3px;"class="float_left">
{$multipage}
{$usersbrowsing}
</div>
<div style="padding-top: 4px;" class="float_right">
{$newreply}
</div>
<br style="clear: both;" />
{$quickreply}
{$threadexbox}

{$similarthreads}
<br />
<div class="float_left">
<ul class="thread_tools">
<li class="printable"><a href="printthread.php?tid={$tid}">{$lang->view_printable}</a></li>
<li class="sendthread"><a href="sendthread.php?tid={$tid}">{$lang->send_thread}</a></li>
<li class="subscription_{$add_remove_subscription}"><a href="usercp2.php?action={$add_remove_subscription}subsc ription&amp;tid={$tid}&amp;my_post_key={$mybb->post_code}">{$add_remove_subscription_text}</a></li>
</ul>
</div>

<div class="float_right" style="text-align: right;">
{$moderationoptions}
{$forumjump}
</div>
<br style="clear: both;" />
{$footer}
</body>
</html>]]></template>
<template name="showthread_classic_header" version="1413"><![CDATA[<tr>
<td class="tcat" width="20%"><span class="smalltext"><strong>{$lang->author}</strong></span></td>
<td class="tcat"><span class="smalltext"><strong>{$lang->message}</strong></span></td>
</tr>]]></template>
</templates>
</theme>

Kieron
20-08-2011, 12:15 AM
to use own image for buttons, just change them in your sites cpanel

Recursion
20-08-2011, 11:59 AM
http://www.tyssendesign.com.au/articles/css/styling-form-buttons/

You should be able to add:


background: url('/path/to/image.ext');


to your CSS under the button styling somewhere.


to use own image for buttons, just change them in your sites cpanel

wat. You're very wrong.

Kieron
20-08-2011, 02:03 PM
No, you can change buttons on the forum, via finding the ones you want to change in cpanel files, then uploading an image with the same name, it will overwrite and replace it.

Recursion
20-08-2011, 03:18 PM
No, you can change buttons on the forum, via finding the ones you want to change in cpanel files, then uploading an image with the same name, it will overwrite and replace it.

No, no you cannot. I can assure you.

Kieron
20-08-2011, 03:26 PM
No, no you cannot. I can assure you.

Thats how i changed mine :S

Recursion
20-08-2011, 04:50 PM
Thats how i changed mine :S

Then they weren't form buttons.

Jack!
21-08-2011, 06:42 PM
Thats how i changed mine :S

Thats how you change buttons such as Post Reply.

Them buttons are default form ones, you should know this, you need CSS to change them

Kieron
21-08-2011, 06:45 PM
Thats how you change buttons such as Post Reply.

Them buttons are default form ones, you should know this, you need CSS to change them

Ahh right xD
'I should know this?' :S

Want to hide these adverts? Register an account for free!