vue 2 Question ^^
Kommunauty
Connexion
Inscription

2 Question ^^


Kimitsu Messages : 87

Bonjour, j'ai 2 petite question a propos d'internet ou réseau local..

1) J'ai un problème avec mybb comment afficher les images restant (il me manque des images sur un thème des images ne s'affiche pas alors qu'il sont bien présent !) Je l'ai mis dans mon ftp: (images/SoftAngel/blablaa...)

Ma feuille de style:

<?xml version="1.0" encoding="UTF-8"?>
<theme name="Soft Angel" version="1601">
<properties>
<templateset><![CDATA[5]]></templateset>
<editortheme><![CDATA[default]]></editortheme>
<imgdir><![CDATA[images/SoftAngel/]]></imgdir>
<logo><![CDATA[images/SoftAngel/logo.gif]]></logo>
<tablespace><![CDATA[4]]></tablespace>
<borderwidth><![CDATA[0]]></borderwidth>
</properties>
<stylesheets>
<stylesheet name="usercp.css" attachedto="usercp.php|usercp2.php|private.php" version="1601"><![CDATA[.usercp_nav_item {
display: block;
padding: 1px 0 1px 23px;
}
.usercp_nav_composepm {
background: url(images/usercp/composepm.gif) no-repeat left center;
}

.usercp_nav_pmfolder {
background: url(images/usercp/pmfolder.gif) no-repeat left center;
}

.usercp_nav_sub_pmfolder {
padding-left: 40px;
background: url(images/usercp/sub_pmfolder.gif) no-repeat left center;
}

.usercp_nav_trash_pmfolder {
padding-left: 40px;
background: url(images/usercp/trash_pmfolder.gif) no-repeat left center;
}

.usercp_nav_pmtracking {
background: url(images/usercp/pmtracking.gif) no-repeat left center;
}

.usercp_nav_pmfolders {
background: url(images/usercp/editfolders.gif) no-repeat left center;
}

.usercp_nav_profile {
background: url(images/usercp/profile.gif) no-repeat left center;
}

.usercp_nav_email {
padding-left: 40px;
background: url(images/usercp/email.gif) no-repeat left center;
}

.usercp_nav_password {
padding-left: 40px;
background: url(images/usercp/password.gif) no-repeat left center;
}

.usercp_nav_username {
padding-left: 40px;
background: url(images/usercp/username.gif) no-repeat left center;
}

.usercp_nav_editsig {
padding-left: 40px;
background: url(images/usercp/editsig.gif) no-repeat left center;
}

.usercp_nav_avatar {
padding-left: 40px;
background: url(images/usercp/avatar.gif) no-repeat left center;
}

.usercp_nav_options {
background: url(images/usercp/options.gif) no-repeat left center;
}

.usercp_nav_usergroups {
background: url(images/usercp/usergroups.gif) no-repeat left center;
}

.usercp_nav_editlists {
background: url(images/usercp/editlists.gif) no-repeat left center;
}

.usercp_nav_attachments {
background: url(images/usercp/attachments.gif) no-repeat left center;
}

.usercp_nav_drafts {
background: url(images/usercp/drafts.gif) no-repeat left center;
}

.usercp_nav_subscriptions {
background: url(images/usercp/subscriptions.gif) no-repeat left center;
}

.usercp_nav_fsubscriptions {
background: url(images/usercp/fsubscriptions.gif) no-repeat left center;
}

.usercp_nav_notepad {
background: url(images/usercp/notepad.gif) no-repeat left center;
}

.usercp_nav_viewprofile {
background: url(images/usercp/viewprofile.gif) no-repeat left center;
}

.usercp_nav_home {
background: url(images/usercp/home.gif) no-repeat left center;
}

.usercp_notepad {
width: 99%;
}

.usercp_container {
margin: 5px;
padding: 8px;
border:1px solid #CCCCCC;
}]]>
</stylesheet>
<stylesheet name="star_ratings.css" attachedto="forumdisplay.php|showthread.php" version="1601"><![CDATA[.star_rating,
.star_rating li a:hover,
.star_rating .current_rating {
background: url(images/star_rating.gif) left -1000px repeat-x;
vertical-align: middle;
}

.star_rating {
position: relative;
width:80px;
height:16px;
overflow: hidden;
list-style: none;
margin: 0;
padding: 0;
background-position: left top;
}

td .star_rating {
margin: auto;
}

.star_rating li {
display: inline;
}

.star_rating li a,
.star_rating .current_rating {
position: absolute;
text-indent: -1000px;
height: 16px;
line-height: 16px;
outline: none;
overflow: hidden;
border: none;
top:0;
left:0;
}

.star_rating_notrated li a:hover {
background-position: left bottom;
}

.star_rating li a.one_star {
width:20%;
z-index:6;
}

.star_rating li a.two_stars {
width:40%;
z-index:5;
}

.star_rating li a.three_stars {
width:60%;
z-index:4;
}

.star_rating li a.four_stars {
width:80%;
z-index:3;
}

.star_rating li a.five_stars {
width:100%;
z-index:2;
}

.star_rating .current_rating {
z-index:1;
background-position: left center;
}

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

.inline_rating {
float: left;
vertical-align: middle;
padding-right: 5px;
}]]>
</stylesheet>
<stylesheet name="showthread.css" attachedto="showthread.php" version="1601"><![CDATA[ul.thread_tools, ul.thread_tools li {
list-style: none;
padding: 0;
margin: 0;
}

ul.thread_tools li {
padding-left: 26px;
padding-bottom: 4px;
margin-bottom: 3px;
font-size: 11px;
}

ul.thread_tools li.printable {
background: url('images/printable.gif') no-repeat 0px 0px;
}

ul.thread_tools li.sendthread {
background: url('images/send.gif') no-repeat 0px 0px;
}

ul.thread_tools li.subscription_add {
background: url('images/subscribe.gif') no-repeat 0px 0px;
}

ul.thread_tools li.subscription_remove {
background: url('images/unsubscribe.gif') no-repeat 0px 0px;
}]]>
</stylesheet>
<stylesheet name="modcp.css" attachedto="modcp.php" version="1601"><![CDATA[.modcp_nav_item {
display: block;
padding: 1px 0 1px 23px;
}

.modcp_nav_home {
background: url(images/modcp/home.gif) no-repeat left center;
}

.modcp_nav_announcements {
background: url(images/modcp/announcements.gif) no-repeat left center;
}

.modcp_nav_reports {
background: url(images/modcp/reports.gif) no-repeat left center;
}

.modcp_nav_modqueue {
background: url(images/modcp/modqueue.gif) no-repeat left center;
}

.modcp_nav_modlogs {
background: url(images/modcp/modlogs.gif) no-repeat left center;
}

.modcp_nav_editprofile {
background: url(images/modcp/editprofile.gif) no-repeat left center;
}

.modcp_nav_banning {
background: url(images/modcp/banning.gif) no-repeat left center;
}

.modcp_nav_warninglogs {
background: url(images/modcp/warninglogs.gif) no-repeat left center;
}

.modcp_nav_ipsearch {
background: url(images/modcp/ipsearch.gif) no-repeat left center;
}

.modqueue_message {
overflow: auto;
max-height: 250px;
}

.modqueue_controls {
width: 270px;
float: right;
text-align: center;
border: 1px solid #ccc;
background: #fff;
padding: 6px;
font-weight: bold;
}

.modqueue_controls label {
margin-right: 8px;
}

.label_radio_ignore, .label_radio_delete, .label_radio_approve {
font-weight: bold;
}

.modqueue_meta {
color: #444;
font-size: 95%;
margin-bottom: 8px;
}

.modqueue_mass {
list-style: none;
margin: 0;
width: 150px;
padding: 0;
}

.modqueue_mass li {
margin-bottom: 4px;
padding: 0;
}

.modqueue_mass li a {
display: block;
padding: 4px;
border: 1px solid transparent;
}

.modqueue_mass li a:hover {
background: #efefef;
border: 1px solid #ccc;
text-decoration: none;
}]]>
</stylesheet>
<stylesheet name="global.css" version="1601"><![CDATA[
body {
background: #81ccf5 ;
color: #000;
text-align: center;
line-height: 1.4;
background-position: center;
background-repeat: no-repeat;
margin: 0;

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

#panelbg {
width: 961px;
color: #fff;
background-image: url(images/SoftAngel/header.png);
height: 111px;
text-align: left;
}

.logoarea {
float: left;
margin-left: 36px;
margin-top: 5px;
}

.split {
width: 2px;
color: #000000;
background-image: url(images/SoftAngel/split.png);
height: 111px;
float: left;
margin-left: 10px;
}

.welcomeblocket {
width: 400px;;
float: left;
}

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

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

a:hover, a:active {
color: #007eb9;
}

#container {
width: 900px;
color: #fff;
margin: auto auto;
padding: 20px;
text-align: left;
background-image: url(images/SoftAngel/container.png);
}

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

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

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

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

.menu ul a:hover, .menu ul a:active {
color: #4874a3;
text-decoration: none;
}

#panel {
width: 400px;
color: #ffff;
float: left;
font-size: 8px;
}

#panel .remember_me input {
vertical-align: middle;
margin-top: -1px;
}

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

.tborder {
width: 100%;
margin: auto auto;
border: 1px solid #0085c4;
}

.thead {
background: #026CB1 url(images/SoftAngel/tcat.png) top left repeat-x;
color: #000;
text-shadow: 1px 0px 1px #fff;
}

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

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

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

.tcat {
background: #3097cc url(images/SoftAngel/trowbg.png) top left repeat-x;
color: #000;
border-top: 1px solid #0085c4;
border-bottom: 1px solid #0085c4;
text-shadow: 1px 0px 1px #fff;

font-size: 12px;
}

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

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

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

.trow1 {
background-image: url(images/SoftAngel/trow.png);
border-bottom: 1px solid #0085c4;
vertical-align: middle;
text-shadow: 1px 0px 1px #fff;
}

.trow2 {
background-image: url(images/SoftAngel/trow.png);
border-bottom: 1px solid #0085c4;
vertical-align: middle;
text-shadow: 1px 0px 1px #fff;
}

.trow_shaded {
background: #ffdde0;
}

.trow_selected td {
background: #FFFBD9;
}

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

.tfoot {
background: #0176c3 url(images/SoftAngel/tfoot.png) top left repeat-x;
color: #ffffff;
}

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

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

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

.bottommenu {
color: #000000;
border: 1px solid #0085c4;
padding: 10px;
background-image: url(images/SoftAngel/container.png);
}

.navigation {
color: #fff;
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: #fff;
font-size: 13px;
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%;
}

.hiddenrow {
display: none;
}

.selectall {
background-color: #FFFBD9;
font-weight: bold;
text-align: center;
}

.float_left {
float: left;
}

.float_right {
float: right;
}

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

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

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

#panel .links {
color: #fff;
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-top: 3px;
padding-bottom: 3px;
}

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

.red_alert {
background: #FBE3E4;
border: 1px solid #A5161A;
color: #A5161A;
text-align: center;
padding: 5px 20px;
margin-bottom: 15px;
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;
color: #000;
}

.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;
}

.repbox {
font-size:16px;
font-weight: bold;
padding:5px 7px 5px 7px;
}

._neutral {
background-color:#FAFAFA;
color: #999999;
border:1px solid #CCCCCC;
}

._minus {
background-color: #FDD2D1;
color: #CB0200;
border:1px solid #980201;
}

._plus {
background-color:#E8FCDC;
color: #008800;
border:1px solid #008800;
}

.pagination_breadcrumb {
background-color: #f5f5f5;
border: 1px solid #fff;
outline: 1px solid #ccc;
padding: 5px;
margin-top: 5px;
font-weight: normal;
}

.pagination_breadcrumb_link {
vertical-align: middle;
cursor: pointer;
}

]]>
</stylesheet>
</stylesheets>
<templates>
<template name="forumbit_depth1_cat" version="1600"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead" colspan="5">
<div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>
<div><strong><a href="{$forum_url}">{$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div></div>
</td>
</tr>
</thead>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
{$sub_forums}
</tbody>
</table>
<br />]]></template>
<template name="index_boardstats" version="1600"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead">
<div class="expcolimage" ><img src="{$theme['imgdir']}/collapse{$collapsedimg['boardstats']}.gif" id="boardstats_img" class="expander" alt="[-]" title="[-]" /></div>
<div><strong>{$lang->boardstats}</strong></div>
</td>
</tr>
</thead>
<tbody style="{$collapsed['boardstats_e']}" id="boardstats_e">
{$whosonline}
{$birthdays}
{$forumstats}
<tr>
<td class="tfoot" style="text-align: right">
<span class="smalltext">
{$logoutlink}
<a href="misc.php?action=markread">{$lang->markread}</a> |
<a href="showteam.php">{$lang->forumteam}</a> |
<a href="stats.php">{$lang->forumstats}</a>
</span>
</td>
</tr>
</tbody>
</table>
<br />]]></template>
<template name="forumbit_depth2_cat" version="1600"><![CDATA[<tr>
<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>
<td class="{$bgcolor}" valign="top">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$subforums}</div>
</td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$threads}{$unapproved['unapproved_threads']}</td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$posts}{$unapproved['unapproved_posts']}</td>
<td class="{$bgcolor}" valign="top" align="right" style="white-space: nowrap">{$lastpost}</td>
</tr>]]></template>
<template name="forumbit_depth2_forum" version="1600"><![CDATA[<tr>
<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.png" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>
<td class="{$bgcolor}" valign="top">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</td>
<td class="{$bgcolor}" valign="top" align="right" style="white-space: nowrap">{$lastpost}
<span style="color: #72c4fa;">
{$lang->forumbit_threads}: {$threads} {$unapproved['unapproved_threads']} {$lang->forumbit_posts} : {$posts} {$unapproved['unapproved_posts']}
</span>
</td>
</tr>]]></template>
<template name="header" version="1600"><![CDATA[<center>
<div id="panelbg">
<div class="logoarea">
<a href="{$mybb->settings['bburl']}"><img src="images/SoftAngel/logo.png"></a>
</div>
<div class="split"></div>
<div class="welcomeblocket">
{$welcomeblock}
</div>
</div>
</center>
<div id="container">
<a name="top" id="top"></a>
<div id="header">
<hr class="hidden" />
</div>

<div id="content">
{$pm_notice}
{$bannedwarning}
{$bbclosedwarning}
{$unreadreports}
{$pending_joinrequests}
<navigation>
<br />]]></template>
<template name="forumbit_depth2_forum_lastpost" version="1600"><![CDATA[<span class="smalltext">
<a href="{$lastpost_link}" title="{$full_lastpost_subject}"><strong>{$lastpost_subject}</strong></a><br />
{$lang->by} {$lastpost_profilelink}</span><br />]]></template>
<template name="nav_bit_active" version="1600"><![CDATA[<span class="active">{$navbit['name']}</span>]]></template>
<template name="header_welcomeblock_member_moderator" version="1600"><![CDATA[| <a href="{$mybb->settings['bburl']}/modcp.php">{$lang->welcome_modcp}</a>]]></template>
<template name="header_welcomeblock_member_admin" version="1600"><![CDATA[| <a href="{$mybb->settings['bburl']}/{$config['admin_dir']}/index.php">{$lang->welcome_admin}</a>]]></template>
<template name="index" version="1600"><![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}
{$forums}
{$boardstats}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="width: 100%;">
<tr>
<td class="thead" colspan="6">
<div><strong>Forum Status Legend</strong></div>
</td>
</tr>
</thead>
<tr>
<td class="trow1" align="center" valign="middle"><img src="{$theme['imgdir']}/on.png" alt="{$lang->new_posts}" title="{$lang->new_posts}"/></td>
<td class="trow1" align="center" valign="middle"> <span class="smalltext">{$lang->new_posts}</span></td>
<td class="trow1" align="center" valign="middle"><img src="{$theme['imgdir']}/off.png" alt="{$lang->no_new_posts}" title="{$lang->no_new_posts}"/></td>
<td class="trow1" align="center" valign="middle"><span class="smalltext">{$lang->no_new_posts}</span><br /></td>
<td class="trow1" align="center" valign="middle"><img src="{$theme['imgdir']}/offlock.png" alt="{$lang->forum_locked}" title="{$lang->forum_locked}" /></td>
<td class="trow1" align="center" valign="middle"><span class="smalltext">{$lang->forum_locked}</span><br /></td>
</tr>
</table>
<table cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder_roundbottom">
<tr>

</tr>
</table>
<br style="clear: both" />
{$footer}
</body>
</html>]]></template>
<template name="header_welcomeblock_member" version="1600"><![CDATA[<div style="float:left;border: 1px solid #fff;margin:10px;"><img src="{$mybb->settings['bburl']}/{$mybb->user['avatar']}" height="80" width="80"></div>
<div style="margin-top:6px;color: #72c4fa;">Welcome Back, {$mybb->user['username']}!</div>
<a href="{$mybb->settings['bburl']}/usercp.php"><strong>{$lang->welcome_usercp}</strong></a>
{$modcplink}{$admincplink}
| <a href="{$mybb->settings['bburl']}/member.php?action=logout&logoutkey={$mybb->user['logoutkey']}">{$lang->welcome_logout}</a><br />
<a href="{$mybb->settings['bburl']}/search.php?action=getnew">{$lang->welcome_newposts}</a> | <a href="{$mybb->settings['bburl']}/search.php?action=getdaily">{$lang->welcome_todaysposts}</a><br />
<div class="menu">
<ul>
<li><a href="{$mybb->settings['bburl']}/search.php"><img src="images/SoftAngel/nav/search.png"></a></li>
<li><a href="{$mybb->settings['bburl']}/memberlist.php"><img src="images/SoftAngel/nav/memberlist.png"></a></li>
<li><a href="{$mybb->settings['bburl']}/calendar.php"><img src="images/SoftAngel/nav/calendar.png"></a></li>
<li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><img src="images/SoftAngel/nav/help.png"></a></li>
                                        <li><a href="{$mybb->settings['bburl']}private.php"><img src="images/SoftAngel/nav/pm.png"></a></li>
                                   

</ul>
</div>]]></template>
<template name="forumdisplay_subforums" version="1600"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="5" align="center"><strong>{$lang->sub_forums_in}</strong></td>
</tr>
<tr>
<td class="tcat" width="2%"> </td>
<td class="tcat" width="59%"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
<td class="tcat" width="29%" align="center"><span class="smalltext"><strong>Stats</strong></span></td>
</tr>
{$forums}
</table>
<br />]]></template>
<template name="postbit_email" version="1600"><![CDATA[<a href="member.php?action=emailuser&uid={$post['uid']}"><img src="{$theme['imglangdir']}/email.png" alt="{$lang->postbit_email}" title="{$lang->postbit_email}" /></a>]]></template>
<template name="postbit_pm" version="1600"><![CDATA[<a href="private.php?action=send&uid={$post['uid']}"><img src="{$theme['imglangdir']}/pm.png" alt="{$lang->postbit_pm}" title="{$lang->postbit_pm}" /></a>]]></template>
<template name="postbit_www" version="1600"><![CDATA[<a href="{$post['website']}" target="_blank"><img src="{$theme['imglangdir']}/www.png" alt="{$lang->postbit_website}" title="{$lang->postbit_website}" /></a>]]></template>
<template name="postbit_find" version="1600"><![CDATA[<a href="search.php?action=finduser&uid={$post['uid']}"><img src="{$theme['imglangdir']}/find.png" alt="{$lang->postbit_find}" title="{$lang->postbit_find}" /></a>]]></template>
<template name="postbit_rep_button" version="1600"><![CDATA[<a href="javascript:MyBB.reputation({$post['uid']},{$post['pid']});"><img src="{$theme['imglangdir']}/rep.png" alt="{$lang->postbit_reputation}" title="{$lang->postbit_reputation}" /></a>]]></template>
<template name="postbit_edit" version="1600"><![CDATA[<a href="editpost.php?pid={$post['pid']}" id="edit_post_{$post['pid']}"><img src="{$theme['imglangdir']}/edit.png" alt="{$lang->postbit_edit}" title="{$lang->postbit_edit}" /></a>
<div id="edit_post_{$post['pid']}_popup" class="popup_menu" style="display: none;"><div class="popup_item_container"><a href="javascript:;" onclick="Thread.quickEdit({$post['pid']});" class="popup_item">{$lang->postbit_quick_edit}</a></div><div class="popup_item_container"><a href="editpost.php?pid={$post['pid']}" class="popup_item">{$lang->postbit_full_edit}</a></div></div>
<script type="text/javascript">
// <!--
if(use_xmlhttprequest == "1")
{
new PopupMenu("edit_post_{$post['pid']}");
}
// -->
</script>]]></template>
<template name="postbit_delete_pm" version="1600"><![CDATA[<a href="private.php?action=delete&pmid={$id}&my_post_key={$mybb->post_code}"><img src="{$theme['imglangdir']}/delete.png" alt="{$lang->delete}" title="{$lang->delete_title}" /></a>]]></template>
<template name="postbit_quickdelete" version="1600"><![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']}/delete.png" alt="{$lang->postbit_qdelete}" title="{$lang->postbit_qdelete}" /></a>
<script type="text/javascript">
// <!--
$('quick_delete_{$post['pid']}').style.display = '';
// -->
</script>]]></template>
<template name="postbit_quote" version="1600"><![CDATA[<a href="newreply.php?tid={$tid}&pid={$post['pid']}"><img src="{$theme['imglangdir']}/quote.png" alt="{$lang->postbit_quote}" title="{$lang->postbit_quote}" /></a>]]></template>
<template name="postbit_report" version="1600"><![CDATA[<a href="javascript:Thread.reportPost({$post['pid']});"><img src="{$theme['imglangdir']}/report.png" alt="{$lang->postbit_report}" title="{$lang->postbit_report}" /></a>]]></template>
<template name="postbit_multiquote" version="1600"><![CDATA[<a href="javascript:Thread.multiQuote({$post['pid']});" style="display: none;" id="multiquote_link_{$post['pid']}"><img src="{$theme['imglangdir']}/quote2.png" alt="{$lang->postbit_multiquote}" title="{$lang->postbit_multiquote}" id="multiquote_{$post['pid']}" /></a>
<script type="text/javascript">
//<!--
$('multiquote_link_{$post['pid']}').style.display = '';
// -->
</script>]]></template>
<template name="header_welcomeblock_guest" version="1600"><![CDATA[<div style="margin-top:35px;margin-left: 50px;">
<form action="member.php" method="post">
<input type="text" value="Username" onfocus="if(this.value == 'Username') { this.value = ''; }" class="textbox" name="username" size="14" maxlength="{$mybb->settings['maxnamelength']}" />
<input  type="password" value="Password" onfocus="if(this.value == 'Password') { this.value = ''; }" class="textbox" name="password" size="14"/>
<td><input type="submit" class="button" name="submit" value="{$lang->login}" /></td>
<input type="hidden" name="action" value="do_login" />
<input type="hidden" name="url" value="{$redirect_url}" />
  <br><a href="{$mybb->settings['bburl']}/member.php?action=register">{$lang->welcome_register}</a>
 | <a href="{$mybb->settings['bburl']}/member.php?action=lostpw">{$lang->lost_password}</a>
</form>
</div>]]></template>
<template name="postbit_reply_pm" version="1600"><![CDATA[<a href="private.php?action=send&pmid={$id}&do=reply"><img src="{$theme['imglangdir']}/reply.png" alt="{$lang->reply}" title="{$lang->reply_title}" /></a>]]></template>
<template name="postbit_forward_pm" version="1600"><![CDATA[<a href="private.php?action=send&pmid={$id}&do=forward"><img src="{$theme['imglangdir']}/forward.png" alt="{$lang->forward}" title="{$lang->forward_title}" /></a>]]></template>
<template name="forumdisplay_newthread" version="1600"><![CDATA[<a href="newthread.php?fid={$fid}"><img src="{$theme['imglangdir']}/newthread.png" alt="{$lang->post_thread}" title="{$lang->post_thread}" /></a><br>]]></template>
<template name="showthread_newreply" version="1600"><![CDATA[<a href="newreply.php?tid={$tid}"><img src="{$theme['imglangdir']}/newreply.png" alt="{$lang->post_reply_img}" title="{$lang->post_reply_img}" /></a> ]]></template>
<template name="showthread_newreply_closed" version="1600"><![CDATA[<a href="newreply.php?tid={$tid}"><img src="{$theme['imglangdir']}/closed.png" alt="{$lang->thread_closed}" title="{$lang->thread_closed}" /></a> ]]></template>
<template name="footer" version="1600"><![CDATA[<br />
<div class="bottommenu">
<div class="float_right">{$lang_select}</div>
<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">

<!-- 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>, © 2002-{$copy_year} <a href="http://mybb.com/" target="_blank">MyBB Group</a>. Designed By: <a href="http://angelcaquias.com/">Angel Caquias</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}
</div>
</div>]]></template>
</templates>
</theme>

2) Comment créer un réseau local ? Je veux dire euh par exemple mon ordinateur vista et mon xp peuvent tous les deux prendre des fichier de l'adresse : xxx.xxx.xxx..

Merci .

lundi 23 janvier 2012

SiMax Messages : 7572

Salut !

Il y a pas un système de cache que tu pourrais vider ?

J'ai pas compris la question 2 par contre. Tu veux juste pouvoir héberger un site en local pour faire des tests chez toi ?

mardi 24 janvier 2012

Warranty Messages : 389

A vrai dire je n'ai pas compris la 2éme question non plus.

Tu veut créer un réseau de partage entre un PC Vista est un XP ?

mardi 24 janvier 2012 (Dernière édition mardi 24 janvier 2012)

Kimitsu Messages : 87

La deuxième est répondu la première il n'y a pas de système de vidage de cache :/, merci pour vos réponse..

mardi 24 janvier 2012

SiMax Messages : 7572

Ton installation c'est sur un serveur local ?

mardi 24 janvier 2012

Kimitsu Messages : 87

Non sur hébergeur web. (pour les images qui ne s'affichent pas)

mercredi 25 janvier 2012

Kimitsu Messages : 87

désolé du flood, mais vous avez trouver pourquoi des images ne s'affichent pas ? Screen:

Et aussi mon css (encore un autre style (thème)):

<?xml version="1.0" encoding="UTF-8"?>
<theme name="CyberTech Bubbles" version="1601">
<properties>
<templateset><![CDATA[4]]></templateset>
<editortheme><![CDATA[default]]></editortheme>
<imgdir><![CDATA[images/CyberTechBubbles]]></imgdir>
<logo><![CDATA[images/CyberTechBubbles/logo.png]]></logo>
<tablespace><![CDATA[4]]></tablespace>
<borderwidth><![CDATA[1]]></borderwidth>
</properties>
<stylesheets>
<stylesheet name="global.css" version="1601"><![CDATA[
body {
background: #9ac9ff url(images/CyberTechBubbles/bg.png) top left repeat-x;
color: #000;
text-align: center;
line-height: 1.4;

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

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

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

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

#container {
background: url(images/CyberTechBubbles/container.png) top left repeat;
width: 75%;
color: #000000;
border: 1px solid #ffffff;
margin: auto auto;
padding: 20px;
text-align: left;
-moz-box-shadow: 0 0 5px #ffffff;
-webkit-box-shadow: 0 0 5px #ffffff;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

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

.menu ul {
color: #4874a3;
font-weight: bold;
text-align: center;
padding: 4px;
}

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

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

.menu ul a:hover, .menu ul a:active {
color: #6aafff;
text-decoration: none;
}

#panel {
background: #6aafff url(images/CyberTechBubbles/panel_bg.png) top left repeat-x;
color: #000000;
border: 1px solid #ffffff;
padding: 8px;
-moz-box-shadow: 0 0 5px #ffffff;
-webkit-box-shadow: 0 0 5px #ffffff;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
font-size: 11px;
}

#panel .remember_me input {
vertical-align: middle;
margin-top: -1px;
}

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

.tborder {
background: #ffffff;
width: 100%;
margin: auto auto;
-moz-box-shadow: 0 0 5px #ffffff;
-webkit-box-shadow: 0 0 5px #ffffff;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

.thead {
background: #6ab0ff url(images/CyberTechBubbles/thead_bg.gif) top left repeat-x;
color: #ffffff;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
}

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

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

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

.tcat {
background: #9ac9ff;
color: #000000;
font-size: 12px;
}

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

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

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

.trow1 {
background: #deedff;
}

.trow2 {
background: #e9f3ff;
}

.trow_shaded {
background: #ffdde0;
}

.trow_selected td {
background: #FFFBD9;
}

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

.tfoot {
background: #026CB1 url(images/CyberTechBubbles/thead_bg.gif) top left repeat-x;
color: #ffffff;
-moz-border-radius-bottomleft: 3px;
-moz-border-radius-bottomright: 3px;
-webkit-border-bottom-left-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
}

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

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

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

.bottommenu {
background: #6aafff url(images/CyberTechBubbles/panel_bg.png) top left repeat-x;
color: #000000;
border: 1px solid #ffffff;
padding: 10px;
-moz-box-shadow: 0 0 5px #ffffff;
-webkit-box-shadow: 0 0 5px #ffffff;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

.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: 13px;
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/CyberTechBubbles/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/CyberTechBubbles/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/CyberTechBubbles/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%;
}

.hiddenrow {
display: none;
}

.selectall {
background-color: #FFFBD9;
font-weight: bold;
text-align: center;
}

.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-top: 3px;
padding-bottom: 3px;
}

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

.red_alert {
background: #FBE3E4;
border: 1px solid #A5161A;
color: #A5161A;
text-align: center;
padding: 5px 20px;
margin-bottom: 15px;
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/CyberTechBubbles/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;
color: #000;
}

.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/CyberTechBubbles/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;
}

.repbox {
font-size:16px;
font-weight: bold;
padding:5px 7px 5px 7px;
}

._neutral {
background-color:#FAFAFA;
color: #999999;
border:1px solid #CCCCCC;
}

._minus {
background-color: #FDD2D1;
color: #CB0200;
border:1px solid #980201;
}

._plus {
background-color:#E8FCDC;
color: #008800;
border:1px solid #008800;
}

.pagination_breadcrumb {
background-color: #f5f5f5;
border: 1px solid #fff;
outline: 1px solid #ccc;
padding: 5px;
margin-top: 5px;
font-weight: normal;
}

.pagination_breadcrumb_link {
vertical-align: middle;
cursor: pointer;
}

]]>
</stylesheet>
<stylesheet name="usercp.css" attachedto="usercp.php|usercp2.php|private.php" version="1601"><![CDATA[.usercp_nav_item {
display: block;
padding: 1px 0 1px 23px;
}
.usercp_nav_composepm {
background: url(images/usercp/composepm.gif) no-repeat left center;
}

.usercp_nav_pmfolder {
background: url(images/usercp/pmfolder.gif) no-repeat left center;
}

.usercp_nav_sub_pmfolder {
padding-left: 40px;
background: url(images/usercp/sub_pmfolder.gif) no-repeat left center;
}

.usercp_nav_trash_pmfolder {
padding-left: 40px;
background: url(images/usercp/trash_pmfolder.gif) no-repeat left center;
}

.usercp_nav_pmtracking {
background: url(images/usercp/pmtracking.gif) no-repeat left center;
}

.usercp_nav_pmfolders {
background: url(images/usercp/editfolders.gif) no-repeat left center;
}

.usercp_nav_profile {
background: url(images/usercp/profile.gif) no-repeat left center;
}

.usercp_nav_email {
padding-left: 40px;
background: url(images/usercp/email.gif) no-repeat left center;
}

.usercp_nav_password {
padding-left: 40px;
background: url(images/usercp/password.gif) no-repeat left center;
}

.usercp_nav_username {
padding-left: 40px;
background: url(images/usercp/username.gif) no-repeat left center;
}

.usercp_nav_editsig {
padding-left: 40px;
background: url(images/usercp/editsig.gif) no-repeat left center;
}

.usercp_nav_avatar {
padding-left: 40px;
background: url(images/usercp/avatar.gif) no-repeat left center;
}

.usercp_nav_options {
background: url(images/usercp/options.gif) no-repeat left center;
}

.usercp_nav_usergroups {
background: url(images/usercp/usergroups.gif) no-repeat left center;
}

.usercp_nav_editlists {
background: url(images/usercp/editlists.gif) no-repeat left center;
}

.usercp_nav_attachments {
background: url(images/usercp/attachments.gif) no-repeat left center;
}

.usercp_nav_drafts {
background: url(images/usercp/drafts.gif) no-repeat left center;
}

.usercp_nav_subscriptions {
background: url(images/usercp/subscriptions.gif) no-repeat left center;
}

.usercp_nav_fsubscriptions {
background: url(images/usercp/fsubscriptions.gif) no-repeat left center;
}

.usercp_nav_notepad {
background: url(images/usercp/notepad.gif) no-repeat left center;
}

.usercp_nav_viewprofile {
background: url(images/usercp/viewprofile.gif) no-repeat left center;
}

.usercp_nav_home {
background: url(images/usercp/home.gif) no-repeat left center;
}

.usercp_notepad {
width: 99%;
}

.usercp_container {
margin: 5px;
padding: 8px;
border:1px solid #CCCCCC;
}]]>
</stylesheet>
<stylesheet name="modcp.css" attachedto="modcp.php" version="1601"><![CDATA[.modcp_nav_item {
display: block;
padding: 1px 0 1px 23px;
}

.modcp_nav_home {
background: url(images/modcp/home.gif) no-repeat left center;
}

.modcp_nav_announcements {
background: url(images/modcp/announcements.gif) no-repeat left center;
}

.modcp_nav_reports {
background: url(images/modcp/reports.gif) no-repeat left center;
}

.modcp_nav_modqueue {
background: url(images/modcp/modqueue.gif) no-repeat left center;
}

.modcp_nav_modlogs {
background: url(images/modcp/modlogs.gif) no-repeat left center;
}

.modcp_nav_editprofile {
background: url(images/modcp/editprofile.gif) no-repeat left center;
}

.modcp_nav_banning {
background: url(images/modcp/banning.gif) no-repeat left center;
}

.modcp_nav_warninglogs {
background: url(images/modcp/warninglogs.gif) no-repeat left center;
}

.modcp_nav_ipsearch {
background: url(images/modcp/ipsearch.gif) no-repeat left center;
}

.modqueue_message {
overflow: auto;
max-height: 250px;
}

.modqueue_controls {
width: 270px;
float: right;
text-align: center;
border: 1px solid #ccc;
background: #fff;
padding: 6px;
font-weight: bold;
}

.modqueue_controls label {
margin-right: 8px;
}

.label_radio_ignore, .label_radio_delete, .label_radio_approve {
font-weight: bold;
}

.modqueue_meta {
color: #444;
font-size: 95%;
margin-bottom: 8px;
}

.modqueue_mass {
list-style: none;
margin: 0;
width: 150px;
padding: 0;
}

.modqueue_mass li {
margin-bottom: 4px;
padding: 0;
}

.modqueue_mass li a {
display: block;
padding: 4px;
border: 1px solid transparent;
}

.modqueue_mass li a:hover {
background: #efefef;
border: 1px solid #ccc;
text-decoration: none;
}]]>
</stylesheet>
<stylesheet name="star_ratings.css" attachedto="forumdisplay.php|showthread.php" version="1601"><![CDATA[.star_rating,
.star_rating li a:hover,
.star_rating .current_rating {
background: url(images/star_rating.gif) left -1000px repeat-x;
vertical-align: middle;
}

.star_rating {
position: relative;
width:80px;
height:16px;
overflow: hidden;
list-style: none;
margin: 0;
padding: 0;
background-position: left top;
}

td .star_rating {
margin: auto;
}

.star_rating li {
display: inline;
}

.star_rating li a,
.star_rating .current_rating {
position: absolute;
text-indent: -1000px;
height: 16px;
line-height: 16px;
outline: none;
overflow: hidden;
border: none;
top:0;
left:0;
}

.star_rating_notrated li a:hover {
background-position: left bottom;
}

.star_rating li a.one_star {
width:20%;
z-index:6;
}

.star_rating li a.two_stars {
width:40%;
z-index:5;
}

.star_rating li a.three_stars {
width:60%;
z-index:4;
}

.star_rating li a.four_stars {
width:80%;
z-index:3;
}

.star_rating li a.five_stars {
width:100%;
z-index:2;
}

.star_rating .current_rating {
z-index:1;
background-position: left center;
}

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

.inline_rating {
float: left;
vertical-align: middle;
padding-right: 5px;
}]]>
</stylesheet>
<stylesheet name="showthread.css" attachedto="showthread.php" version="1601"><![CDATA[ul.thread_tools, ul.thread_tools li {
list-style: none;
padding: 0;
margin: 0;
}

ul.thread_tools li {
padding-left: 26px;
padding-bottom: 4px;
margin-bottom: 3px;
font-size: 11px;
}

ul.thread_tools li.printable {
background: url(images/printable.gif) no-repeat 0px 0px;
}

ul.thread_tools li.sendthread {
background: url(images/send.gif) no-repeat 0px 0px;
}

ul.thread_tools li.subscription_add {
background: url(images/subscribe.gif) no-repeat 0px 0px;
}

ul.thread_tools li.subscription_remove {
background: url(images/unsubscribe.gif) no-repeat 0px 0px;
}]]>
</stylesheet>
</stylesheets>
<templates>
<template name="index" version="1601"><![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}
{$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="header" version="1601"><![CDATA[<div id="container">
<a name="top" id="top"></a>
<div id="header">
<div align="center" class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
<div align="center" class="menu">
<ul>
<li><a href="{$mybb->settings['bburl']}/search.php"><img src="{$theme['imgdir']}/toplinks/search.gif" alt="" title="" />{$lang->toplinks_search}</a></li>
<li><a href="{$mybb->settings['bburl']}/memberlist.php"><img src="{$theme['imgdir']}/toplinks/memberlist.gif" alt="" title="" />{$lang->toplinks_memberlist}</a></li>
<li><a href="{$mybb->settings['bburl']}/calendar.php"><img src="{$theme['imgdir']}/toplinks/calendar.gif" alt="" title="" />{$lang->toplinks_calendar}</a></li>
<li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><img src="{$theme['imgdir']}/toplinks/help.gif" alt="" title="" />{$lang->toplinks_help}</a></li>
</ul>
</div>
<hr class="hidden" />
<div id="panel">
{$welcomeblock}
</div>
</div>
<hr class="hidden" />
<br class="clear" />
<div id="content">
{$pm_notice}
{$bannedwarning}
{$bbclosedwarning}
{$unreadreports}
{$pending_joinrequests}
<navigation>
<br />]]></template>
<template name="footer" version="1601"><![CDATA[<br />
<div class="bottommenu">
<div class="float_right">{$lang_select}</div>
<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://pinatiee.site11.com" target="_blank">MyBB{$mybbversion}</a>, © 2002-{$copy_year} <a href="http://mybb.com/" target="_blank">MyBB Group</a>.<br />
CyberTech Bubbles <a href="http://pinatiee.site11.com">BleepyEvans</a> from <a href="http://cybertechforums.com/">CyberTechForums.com</a>
<!-- 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}
</div>
</div>]]></template>
<template name="postbit_classic" version="1601"><![CDATA[{$ignore_bit}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
<tr>
<td class="{$altbg}" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
<span class="smalltext">
{$post['usertitle']}<br />
{$post['userstars']}
{$post['groupimage']}
{$post['useravatar']}<br />
{$post['user_details']}
</span>
</td>
<td class="{$altbg}" valign="top">
<table width="100%">
<tr><td>{$post['posturl']}<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>
<br />
<div id="pid_{$post['pid']}" style="padding: 5px 0 5px 0;">
{$post['message']}
</div>
{$post['attachments']}
{$post['signature']}
<div style="text-align: right; vertical-align: bottom;" id="post_meta_{$post['pid']}">
<div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div>
{$post['iplogged']}
</div>
</td></tr>
</table>
</td>
</tr>
<tr>
<td class="{$altbg}" style="white-space: nowrap; text-align: center; vertical-align: middle;"><span class="smalltext">{$post['postdate']} {$post['posttime']}</span></td>
<td class="{$altbg}" style="vertical-align: middle;">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="bottom">
<td align="left" ><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}</span></td>
<td align="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']}</td>
</tr>
</table>
</td>
</tr>
</table>]]></template>
<template name="postbit" version="1601"><![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 {$unapproved_shade}">
<table cellspacing="0" cellpadding="0" border="0" style="width: 100%;">
<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> {$post['onlinestatus']}<br />
<span class="smalltext">
{$post['usertitle']}<br />
{$post['userstars']}
{$post['groupimage']}
</span>
</td>
<td class="smalltext post_author_info" width="165">
{$post['user_details']}
</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="author_buttons float_left">
{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
</div>
<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="member_profile" version="1601"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->profile}</title>
{$headerinclude}
</head>
<body>
{$header}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="trow1">
<table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td class="trow1" width="75%">
<span class="largetext"><strong>{$formattedname}</strong></span><br />
<span class="smalltext">
({$usertitle})<br />
{$groupimage}
{$userstars}<br />
<br />
<strong>{$lang->registration_date}</strong> {$memregdate}<br />
<strong>{$lang->date_of_birth}</strong> {$membday} {$membdayage}<br />
<strong>{$lang->local_time}</strong> {$localtime}<br />
<strong>{$lang->postbit_status}</strong> {$online_status}
</span>
</td><td width="25%" align="right" valign="middle">{$avatar}</td></tr></table>
</td>
</tr>
{$awaybit}
</table>
<br />
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td width="50%" valign="top">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td colspan="2" class="thead"><strong>{$lang->users_forum_info}</strong></td>
</tr>
<tr>
<td class="trow1"><strong>{$lang->joined}</strong></td>
<td class="trow1">{$memregdate}</td>
</tr>
<tr>
<td class="trow2"><strong>{$lang->lastvisit}</strong></td>
<td class="trow2">{$memlastvisitdate} {$memlastvisittime}</td>
</tr>
<tr>
<td class="trow1"><strong>{$lang->total_posts}</strong></td>
<td class="trow1">{$memprofile['postnum']} ({$lang->ppd_percent_total})<br /><span class="smalltext">(<a href="search.php?action=finduserthreads&uid={$uid}">{$lang->find_threads}</a> — <a href="search.php?action=finduser&uid={$uid}">{$lang->find_posts}</a>)</span></td>
</tr>
<tr>
<td class="trow2"><strong>{$lang->timeonline}</strong></td>
<td class="trow2">{$timeonline}</td>
</tr>
{$referrals}
{$reputation}
{$warning_level}
</table>
<br />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td colspan="2" class="thead"><strong>{$lang->users_contact_details}</strong></td>
</tr>
<tr>
<td class="trow1"><strong>{$lang->homepage}</strong></td>
<td class="trow1">{$website}</td>
</tr>
{$sendemail}
<tr>
<td class="{$bgcolors['pm']}"><strong>{$lang->pm}</strong></td>
<td class="{$bgcolors['pm']}"><a href="private.php?action=send&uid={$memprofile['uid']}">{$lang->send_pm}</a></td>
</tr>
<tr>
<td class="{$bgcolors['icq']}"><strong>{$lang->icq_number}</strong></td>
<td class="{$bgcolors['icq']}">{$memprofile['icq']}</td>
</tr>
<tr>
<td class="{$bgcolors['aim']}"><strong>{$lang->aim_screenname}</strong></td>
<td class="{$bgcolors['aim']}"><a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&imtype=aim&uid={$uid}', 'imcenter', 450, 300);">{$memprofile['aim']}</a></td>
</tr>
<tr>
<td class="{$bgcolors['yahoo']}"><strong>{$lang->yahoo_id}</strong></td>
<td class="{$bgcolors['yahoo']}"><a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&imtype=yahoo&uid={$uid}', 'imcenter', 450, 300);">{$memprofile['yahoo']}</a></td>
</tr>
<tr>
<td class="{$bgcolors['msn']}"><strong>{$lang->msn}</strong></td>
<td class="{$bgcolors['msn']}"><a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&imtype=msn&uid={$uid}', 'imcenter', 450, 300);">{$memprofile['msn']}</a></td>
</tr>
</table>
</td>
<td><img src="{$theme['imgdir']}/pixel.gif" height="1" width="8" alt=""/></td>
<td width="50%" valign="top">
{$profilefields}
{$signature}
{$modoptions}
{$adminoptions}
{$buddy_options}
</td>
</tr>
</table>
{$footer}
</body>
</html>]]></template>
<template name="usercp_nav" version="1601"><![CDATA[<td width="{$lang->ucp_nav_width}" valign="top">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><strong>{$lang->ucp_nav_menu}</strong></td>
</tr>
<tr>
<td class="trow1 smalltext"><a href="usercp.php" class="usercp_nav_item usercp_nav_home">{$lang->ucp_nav_home}</a></td>
</tr>
{$usercpmenu}
</table>
</td>]]></template>
</templates>
</theme>
jeudi 26 janvier 2012

Warranty Messages : 389

J'ai trouver ton problème en me créant un compte sur ton forum malgré le mode maintenance

Les images "Icons" qui n’apparaisse pas ne sont pas dans ton code CSS, mais dans ton code HTML.

Les liens de tes icons sont actuellement comme ceci :

images/icons/image.gif

Et il faut que tu les modifie en :

images/CyberTechBubbles/icons/image.gif

Ou tout simplement en déplaçant ton dossier "icons" dans "/images/" au lieu de "/images/CyberTechBubbles/"

Cela devrait réglé ton problème

jeudi 26 janvier 2012 (Dernière édition jeudi 26 janvier 2012)

Kimitsu Messages : 87

Merci, sa à régler le problème des icons mais pas de "nouvelle discutions encore merci .

vendredi 27 janvier 2012

Warranty Messages : 389

Tu peut me cité les dossiers que tu dans ton dossier "images" de ton thème.

vendredi 27 janvier 2012

Page suivante »