Numi apare profil ,mesagerie
Forum gratuit: forum de suport al utilizatorilor :: Forum de suport :: Alte probleme :: Arhiva probleme diverse
Pagina 1 din 2 • Distribuiţi
Pagina 1 din 2 • 1, 2
Re: Numi apare profil ,mesagerie
Nu va apare link-ul in menui sau nu merge sa accesati profilul si mesageria privata.
Am facut un cont de test si merge perfect sa accesez profilul si mesageria privata.
Am facut un cont de test si merge perfect sa accesez profilul si mesageria privata.
Pagnel- Membru Forumgratuit
- Mesaje : 306
Localizare : Ramnicu Valcea
Data înscrierii : 08/11/2011
Mulțumiri : 0
Re: Numi apare profil ,mesagerie
Daca problema inca persista, ea ar putea fi din template ( overall_header ).
Re: Numi apare profil ,mesagerie
vitamina am creat un cont si nu intampin aceasta problema. Inca intampinati problema aceea ? Daca da postati overall_header.
Re: Numi apare profil ,mesagerie
- Cod:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" id="min-width" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" {NAMESPACE_FB_LIKE} {NAMESPACE_FB} {NAMESPACE_BBCODE}>
<head>
<title>{SITENAME_TITLE}{PAGE_TITLE}</title>
<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="content-script-type" content="text/javascript" />
<meta http-equiv="content-style-type" content="text/css" />
<!-- BEGIN switch_compat_meta -->
<meta http-equiv="X-UA-Compatible" content="IE={switch_compat_meta.VERSION}" />
<!-- END switch_compat_meta -->
<!-- BEGIN switch_canonical_url -->
<link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" />
<!-- END switch_canonical_url -->
{META_FAVICO}
{META}
{META_FB_LIKE}
<meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" />
{T_HEAD_STYLESHEET}
{CSS}
<link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" />
<link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" />
<script src="{JQUERY_PATH}" type="text/javascript"></script>
<script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>
<!-- BEGIN switch_fb_login -->
<script src="http://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js" type="text/javascript"></script>
<script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script>
<!-- END switch_fb_login -->
<!-- BEGIN switch_ticker -->
<link type="text/css" rel="stylesheet" href="{JS_DIR}jquery/ticker/ticker.css" />
<script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script>
<!-- END switch_ticker -->
<!-- BEGIN switch_ticker_new -->
<script src="{JS_DIR}jquery/jcarousel/jquery.jcarousel.js" type="text/javascript"></script>
<script type="text/javascript">//<![CDATA[
/* Definir le sens de direction en fonction du panneau admin */
var tickerDirParam = "{switch_ticker.DIRECTION}";
var slid_vert = false;
var auto_dir = 'next';
var h_perso = parseInt({switch_ticker.HEIGHT});
switch( tickerDirParam )
{
case 'top' :
slid_vert = true;
break;
case 'left':
break;
case 'bottom':
slid_vert = true;
auto_dir = 'prev';
break;
case 'right':
auto_dir = 'prev';
break;
default:
slid_vert = true;
}
$(document).ready(function() {
var w_cont = $('#fa_ticker_container').width();
if (w_cont > 0)
{
$('#fa_ticker_container').width(w_cont);
/* Affichage de la liste */
$('#fa_ticker_content').css('display','block');
/* Calcul des dimensions du conteneur et des ?l?ments */
var width_max = $('ul#fa_ticker_content').width();
var width_item = Math.floor(width_max / {switch_ticker.SIZE});
var height_max = h_perso;
/* Calcul de la hauteur maximale du contenur en fonction des ?l?ments et de la hauteur personnalis?e dans l'admin */
$('ul#fa_ticker_content li').each( function () {
if ($(this).height() > height_max)
{
height_max = $(this).height();
}
} );
/* Redimensionnement des ?l?ments et des images trop larges */
$('ul#fa_ticker_content li').width(width_item).height(height_max).find('img').each(function () {
if ($(this).width() > width_item)
{
var ratio = $(this).width() / width_item;
var new_height = Math.round($(this).height() / ratio);
$(this).height(new_height).width(width_item);
}
});
/* Redimensionnement et centrage du conteneur en mode vertical */
if (slid_vert)
{
$('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto');
}
/* Initialisation du caroussel */
$('#fa_ticker_content').jcarousel({
vertical: slid_vert,
wrap: 'circular',
auto: {switch_ticker.STOP_TIME},
auto_direction: auto_dir,
scroll: 1,
size: {switch_ticker.SIZE},
height_max: height_max,
animation: {switch_ticker.SPEED}
});
}
else
{
$('ul#fa_ticker_content li:not(:first)').css('display','none');
$('ul#fa_ticker_content li:first').css('list-style','none').css('text-align','center');
}
});
//]]>
</script>
<!-- END switch_ticker_new -->
<script type="text/javascript">//<![CDATA[
$(document).ready(function(){
<!-- BEGIN switch_enable_pm_popup -->
pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');
pm.focus();
<!-- END switch_enable_pm_popup -->
<!-- BEGIN switch_report_popup -->
report = window.open('{switch_report_popup.U_REPORT_POPUP}', '_phpbbreport', 'HEIGHT={switch_report_popup.S_HEIGHT},resizable=yes,scrollbars=no,WIDTH={switch_report_popup.S_WIDTH}');
report.focus();
<!-- END switch_report_popup -->
<!-- BEGIN switch_ticker -->
ticker_start({switch_ticker.HEIGHT}, {switch_ticker.SPACING}, {switch_ticker.SPEED}, '{switch_ticker.DIRECTION}', {switch_ticker.STOP_TIME});
<!-- END switch_ticker -->
});
<!-- BEGIN switch_login_popup -->
var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = true, logInBackgroundClass = false;
<!-- END switch_login_popup -->
<!-- BEGIN switch_login_popup -->
$(document).ready( function() {
$(window).resize(function() {
var windowWidth = document.documentElement.clientWidth;
var popupWidth = $("#login_popup").width();
var mypopup = $("#login_popup");
$("#login_popup").css({
"left": windowWidth/2 - popupWidth/2
});
});
});
<!-- END switch_login_popup -->
//]]>
</script>
{GREETING_POPUP}
<!-- BEGIN switch_ticker_new -->
<style>
.jcarousel-skin-tango .jcarousel-item {
text-align:center;
width: 10px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
margin-right: {switch_ticker.SPACING}px;
}
.jcarousel-skin-tango .jcarousel-item-vertical {
margin-bottom: {switch_ticker.SPACING}px;
}
</style>
<!-- END switch_ticker_new -->
{HOSTING_JS}
<!-- BEGIN google_analytics_code -->
<script type="text/javascript">
//<![CDATA[
var _gaq = _gaq || [];
_gaq.push(['_setAccount', '{G_ANALYTICS_ID}']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
//]]>
</script>
<!-- END google_analytics_code -->
</head>
<body background="{T_BODY_BACKGROUND}" bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
<!-- BEGIN hitskin_preview -->
<div id="hitskin_preview" style="display: block;">
<h1><img src="http://2img.net/i/fa/hitskin/hitskin_logo.png" alt="" /> Hit<em>skin</em>.com</h1>
<div class="content">
<p>
{hitskin_preview.L_THEME_SITE_PREVIEW}
<br />
<span>{hitskin_preview.U_INSTALL_THEME}<a href="http://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span>
</p>
</div>
</div>
<!-- END hitskin_preview -->
<!-- BEGIN switch_login_popup -->
<div id="login_popup">
<table class="forumline" width="{LOGIN_POPUP_WIDTH}" height="{LOGIN_POPUP_HEIGHT}" border="0" cellspacing="1" cellpadding="0">
<tr height="25">
<td class="catLeft">
<span class="genmed module-title">{SITENAME}</span>
</td>
</tr>
<tr height="{LOGIN_POPUP_MSG_HEIGHT}">
<td class="row1" align="left" valign="top">
<div id="login_popup_buttons">
<form action="{S_LOGIN_ACTION}" method="get">
<input type="submit" class="mainoption" value="{L_LOGIN}" />
<input type="button" class="mainoption" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
<input id="login_popup_close" type="button" class="button" value="{L_DONT_DISPLAY_AGAIN}" />
</form>
</div>
<span class="genmed">{LOGIN_POPUP_MSG}</span>
</td>
</tr>
</table>
</div>
<!-- END switch_login_popup -->
<a name="top"></a>
{JAVASCRIPT}
<table class="bodylinewidth" width="{T_BODY_TABLE_WIDTH}" cellspacing="0" cellpadding="10" border="0" align="center">
<tr>
<td class="bodyline">
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<!-- BEGIN switch_logo_left -->
<td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
<!-- END switch_logo_left -->
<td align="center" width="100%" valign="middle">
<!-- BEGIN switch_logo_center -->
<a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a>
<br />
<!-- END switch_logo_center -->
<div class="maintitle">{MAIN_SITENAME}</div>
<br />
<span class="gen">{SITE_DESCRIPTION}<br /> </span>
</td>
<!-- BEGIN switch_logo_right -->
<td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
<!-- END switch_logo_right -->
</tr>
</table>
<div class="meniu"><table cellspacing="0" cellpadding="0" border="0" align="{MENU_POSITION}">
<tr>
<td align="{MENU_POSITION}"{MENU_NOWRAP}>{GENERATED_NAV_BAR}</td>
</tr>
</table></div>
<div class="cautare2">
<div id="search-box"><form method="get"
action="/search.forum"
id="search"><p
class="nomargin"><input type="text"
name="search_keywords"
id="keywords" maxlength="128" class="inputbox
search" value="Cautare.."
onclick="if (this.value == 'Cautare..')
this.value = '';" onblur="if
(this.value == '') this.value =
'Cautare..';" /><input
class="button2" type="submit"
value="Search"
/></p></form></div>
</div>
<div style="clear: both;"></div>
<!-- BEGIN switch_ticker_new -->
<div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline">
<tr>
<td {CLASS_TABLE_TYPE} align="left" class="row1">
<div id="fa_ticker_container">
<ul id="fa_ticker_content" class="jcarousel-skin-tango" style="display:none;">
<!-- BEGIN ticker_row -->
<li>{switch_ticker.ticker_row.ELEMENT}</li>
<!-- END ticker_row -->
</ul>
</div>
</td>
</tr>
</table>
</div>
<!-- END switch_ticker_new -->
<!-- BEGIN switch_ticker -->
<div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline">
<tr>
<td {CLASS_TABLE_TYPE} align="left" class="row1">
<div id="fa_ticker_container">
<div id="fa_ticker" style="height:{switch_ticker.HEIGHT}px;">
<div class="fa_ticker_content">
<!-- BEGIN ticker_row -->
<div>{switch_ticker.ticker_row.ELEMENT}</div>
<!-- END ticker_row -->
</div>
</div>
</div>
</td>
</tr>
</table>
</div>
<!-- END switch_ticker -->
<div id="page-body">
<div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
<table cellpadding="0" cellspacing="0" width="100%" class="three-col">
<tbody>
<tr>
<td valign="top" width="{C1SIZE}">
<div id="{ID_LEFT}">
<!-- BEGIN giefmod_index1 -->
{giefmod_index1.MODVAR}
<!-- BEGIN saut -->
<div style="height:{SPACE_ROW}px"></div>
<!-- END saut -->
<!-- END giefmod_index1 -->
</div>
</td>
<td valign="top" width="100%">
<!-- BEGIN html_validation -->
</td>
</tr>
</tbody>
</table>
</div>
</div>
</td>
</tr>
</table>
</body>
</html>
<!-- END html_validation -->
<br>
<br>
<br><br>
<br>
<div class="over2"><img src="-" /> </div>
<div class="translate"><!-- Begin TranslateThis Button -->
<div id="translate-this"><a href="http://translateth.is/" class="translate-this-button">Translate</a></div>
<script type="text/javascript" src="http://www.google.com/jsapi"></script>
<script type="text/javascript" src="http://x.translateth.is/translate-this.js"></script>
<script type="text/javascript">
TranslateThis();
</script>
<!-- End TranslateThis Button --></div>
Re: Numi apare profil ,mesagerie
vitaminaXxZ, mai întâi de toate, verificaţi dacă aveţi stabilite aceste opţiuni în meniul de navigare, din PA - Afişare - Pagina de start - Atent şi navigare - Meniu de navigare .
Re: Numi apare profil ,mesagerie
Sunt toate acolo
Re: Numi apare profil ,mesagerie
La tine este incurcat tot meniul:
Mesagerie, are linkul de la login/disconect
- Cod:
title="Mesagerie" />Mesagerie</a> <a class="mainmenu" href="/login?logout=1&tid=73384020391403893e77aaa9718acb30&key=fab70d"
Mesagerie, are linkul de la login/disconect
Re: Numi apare profil ,mesagerie
Keir a scris:Hmm... puteţi posta foaia de stil CSS aici?
- Cod:
/* Body si meniu--------------*/
.scriemesaj23{
height: 0px;
position: relative;
top: 25px;
left:360px;
color: #fff;
width: 100px;
}
.translate{
height: 0px;
width:0px;
position: relative;
top: -60px;
left: 950px;
}
.atentie{
position: relative;
top: 52px;
left: -55px;
}
.richard{
height: 0px;
position: relative;
top: 265px;
left:960px;
color: #fff;
width: 300px;
}
body {
background: url("http://i46.servimg.com/u/f46/16/16/06/68/untit222.png")
repeat-x scroll center top, url("http://i46.servimg.com/u/f46/16/16/06/68/untit223.png") repeat scroll center bottom transparent;
font: 11px Helvetica,Arial,FreeSans,sans-serif;
height: auto;
padding: 12px 0;
}
.over2{
width: 0px;
height: 0px;
position: relative;
top: -160px;
left: 220px;
}
.nav1{
position: relative;
top: -65px;
left: 10px;
font-weight: bold;
}
.ora{
position: relative;
top: -116px;
left: 930px;
font-weight: bold;
width: 250px;
}
.q{
height: 0px;
width: 150px;
text-decoration: none !important;
}
a{
text-decoration: none !important;
}
a:hover{
text-decoration: none !important;
}
.forumlink:hover{
text-decoration: underline overline !important;
}
.meniu{
position: relative;
top: -22px;
}
.mainmenu{
font-size: 11px;
background: #212121;
text-align: center !important;
padding: 10px;
border-radius:7px;
}
a.mainmenu{
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #bfbfbf;
}
a.mainmenu:hover{
color: #f9f9f9;
}
a.mainmenu img{
width: 0px;
}
a[href="/memberlist"] {
text-transform:uppercase;
font-size: 11px;
color: #bfbfbf;
font-weight: bold;
border-radius: 0px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}
a[href="/"] {
text-transform:uppercase;
font-size: 11px;
color: #bfbfbf;
font-weight: bold;
border-radius: 0px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}
a[href="/memberlist"]:hover{
color: #f9f9f9;
}
a[href="/"]:hover{
color: #f9f9f9;
}
a[href="/profile?mode=editprofile"]{
display: none;
}
a[href="/groups"]{
display: none;
}
a[href="/search"]{
display: none;
}
a[href="/profile?mode=editprofile&page_profil=informations"] img{
width: 20px !important;
height:20px !important;
position: relative;
top: 5px;
border-radius: 0px ;
}
a[href="/profile?mode=editprofile&page_profil=informations"] {
background-color: #171717 !important;
position: relative;
top: -2px;
left: 510px;
border-left: solid 1px #2d2d2d;
border-right: solid 1px #2d2d2d;
padding: 10px;
font-size: 12px;
border-radius: 0px ;
}
a[href="/profile?mode=editprofile&page_profil=informations"]:hover {
background: #292929!important;
}
a[href="/faq"] {
background-color: #171717 !important;
position: relative;
top: -3px;
left: 885px;
border-right: solid 1px #2d2d2d;
border-left: solid 1px #2d2d2d;
padding: 11px;
font-size: 10px;
border-radius: 0px ;
}
a[href="/faq"] img{
width: 20px !important;
height:20px !important;
position: relative;
top: 5px;
}
a[href="/faq"]:hover{
background: #292929!important;
}
a[href="/privmsg?folder=inbox"] {
display:none;
}
input{
color: #000;
}
a[href="/privmsg"]:hover{
background: #292929!important;
}
a[href="/privmsg"] img{
width: 20px !important;
height: 20px !important;
position: relative;
top: 5px;
border-radius: 0px ;
}
a[href="/privmsg"] {
background-color: #171717 !important;
position: relative;
top: -2px;
left: 501px;
border-left: solid 1px #2d2d2d;
border-right: solid 1px #2d2d2d;
padding: 10px;
font-size: 12px;
border-radius: 0px ;
}
a[href="/register"] {
background-color: #171717 !important;
position: relative;
top: -3px;
left: 839px;
border-left: solid 1px #2d2d2d;
border-right: solid 1px #2d2d2d;
padding: 11px;
font-size: 10px;
border-radius: 0px ;
}
a[href="/register"]:hover {
background: #292929!important;
}
a[href="/register"] img{
width: 15px;
height: 15px;
}
a[href="/login"] {
background-color: #171717 !important;
position: relative;
top: -3px;
left: 829px;
border-left: solid 1px #2d2d2d;
border-right: solid 1px #2d2d2d;
padding: 11px;
font-size: 10px;
border-radius: 0px ;
}
a[href="/login"] img{
width: 15px;
height: 15px;
}
a[href="/login"]:hover{
background: #292929 !important;
}
a[href="www.facebook.com"] img{
width: 20px !important;
height: 20px !important;
position: relative;
top: 8px;
border-radius: 0px ;
}
a[href="www.facebook.com"] {
background-color: #171717 !important;
position: relative;
top: -2px;
left: 568px;
border-left: solid 1px #2d2d2d;
border-right: solid 1px #2d2d2d;
padding: 10px;
font-size: 12px;
border-radius: 0px ;
}
a[href="www.facebook.com"]:hover{
background: #292929 !important;
}
a[href="/login?logout=1"] img{
width: 18px !important;
height: 18px !important;
position: relative;
top: 5px;
border-radius: 0px ;
}
a[href="/login?logout=1"]{
background-color: #171717 !important;
position: relative;
top: -2px;
left: 550px;
border-left: solid 1px #2d2d2d;
border-right: solid 1px #2d2d2d;
padding: 10px;
font-size: 11px;
border-radius: 0px ;
}
a[href="/login?logout=1"]:hover{
background: #292929 !important;
}
a[href="http://forum.phpbbonline.com/"] img{
width: 20px !important;
height: 20px !important;
position: relative;
top: 5px;
left: -5px;
border-radius: 0px ;
}
a[href="http://forum.phpbbonline.com/"]{
background-color: #171717 !important;
position: relative;
top: -2px;
left: 190px;
-moz-transition-duration: 1s;
-webkit-transition-duration: 1s;
-o-transition-duration: 1s;
padding: 10px;
font-size: 12px;
border-radius: 0px ;
}
a[href="http://forum.phpbbonline.com/"]:hover{
text-shadow: 3px 0px 3px #e5edb6;
}
/* Modificare tebele la categorii */
td.row1, td.row2, td.row3, td.row3Right, td.postbottom {
border-left:solid 1px transparent !important;
border-top: solid 1px #383838;
background: #292929 url(http://i46.servimg.com/u/f46/16/16/06/68/untit221.png) repeat-x !important;
}
.forumline{
background: url(http://i46.servimg.com/u/f46/16/16/06/68/untit221.png);
}
.bara{
background: url(http://i46.servimg.com/u/f46/16/16/06/68/ds10.png);
position: relative;
top: 20px;
left: -2px;
padding-bottom: 10px;
height: 39px;
width: 1224px;
}
#i_logo{
height: 87px;
position: relative;
top: -40px;
}
.topicuri{
position: relative;
left: 7px;
top: -10px;
width: 100px;
color: #b0b0b0;
}
.mesaje{
position: relative;
left: -101px;
top: 10px;
width: 100px;
color: #b0b0b0;
}
.ultimele{
position: relative;
right: 30px;
top: -7px;
width: 140px;
color: #b0b0b0;
}
.img{
height: 0px;
position: relative;
left: -70px;
top: -5px;
color: #9c9c9c;
}
.imagini{
padding-top:14px;
padding-bottom: 14px;
padding: 14px;
}
.numecat{
height: 20px;
width:150px;
background: #405970;
border-radius: 10px;
position: relative;
top: -14px;
left: 40px;
font-size: 12px !important;
text-align: center;
text-transform:uppercase;
padding-top: 2px;
font-color: #35758c;
}
.numecat1{
position: relative;
top: -5px;
font-color: #35758c;
}
.chat1{
height: 0px;
width: 0px;
position: relative;
top: 18px;
left: 840px;
}
.chat2{
height: 0px;
width: 0px;
position: relative;
top: 288px;
left: 15px;
}
body.chatbox {
background: #292929;
}
body.chatbox time{
padding-right: 15px;
}
body.chatbox img{
width: 0px;
height: 0px;
}
#chatbox_header a{
position: relative;
left:-1115px;
font-size: 12px;
background: #405970;
padding: 4px;
border-radius: 6px;
}
#chatbox_header a:hover{
font-size: 11px;
}
body.chatbox a{
color: #f9f9f9;
}
body.chatbox input{
border-radius: 4px;
padding: 2px;
position: relative;
top: -270px;
left: -430px;
background: #405970;
border: solid 1px #32607d;
color: #fff;
}
body.chatbox input:hover{
background: #fff;
-moz-box-shadow: 2px 4px 5px #7dacc9;
border: solid 2px #83cfff;
color: #000;
}
body.chatbox a:hover{
color: #A7D975;
}
#chatbox_members ul a {
color: #ffffff;
position: relative;
left: -10px;
background: url(http://2img.net/i/fa/online.png) no-repeat !important;
padding-left: 15px;
font-size: 11px;
}
#chatbox_members ul li{
font-size: 0px !important;
}
/* search box-----------------------------------------------*/
.cautare2{
height: 0px;
width: 0px;
position: relative;
top: -50px;
left: 1200px;
}
#search-box{
float: right;
white-space:
nowrap;}
* html #search-box{margin-right: 10px;}
#search-box
input.button1{padding: 1px 9px;}
input.search{
background-repeat:
no-repeat;}
#search-box{
height: 35px;
width: 272px;
display:
inline;
background: transparent
url(http://i46.servimg.com/u/f46/16/16/06/68/untit226.png) no-repeat
center;
font-family: Verdana,Arial,Helvetica,sans-serif;
color:
#536482;
font-size: 12px;
position: relative;
top: -65px;
}
#search-box input.button2 {
display:
none;}
#search-box #keywords {
width: 85px;
background:
transparent;
position: relative;
bottom: -13px;
right: -15px;
font-size: 11px;
}
#search-box
input {
border: none !important;
background: none;}
#search-box
input.search {
background: none;
margin-left: 45px;
margin-top:
11px;}
#search-box .inputbox {padding: 2px;cursor: text;}
#search-box
* { margin: 0px; padding: 0px; }
.selectCode{
background-color: #3d3d3d;
}
input{
font-color: #000;
}
.suboforum{
padding-right: 30px;
color: #fff;
}
.online43{
background-color:transparent;
border-bottom-color:#565656;
border-style:solid;
border-bottom-width:1px;
border-left-color:#565656;
border-left-width:1px;
border-right-color:#565656;
border-right-width:1px;
border-top-color:#565656;
border-top-width:1px;
margin-bottom:4px;
padding: 3px;
}
.online43:hover{
border-color:#FF5900;
}
.online44{
background-color:transparent;
border-bottom-color:#3B3B3B;
border-style:solid;
border-bottom-width:1px;
border-left-color:#3B3B3B;
border-left-width:1px;
border-right-color:#3B3B3B;
border-right-width:1px;
border-top-color:#3B3B3B;
border-top-width:1px;
margin-bottom:3px;
padding: 3px 3px 3px 3px;}
.online44:hover{
border-color:#FF5900;
}
.online45{
height: 0px;
position: relative;
top: -27px;
left: 110px;
}
#text_editor_textarea{
background: #212121;
-moz-box-inner-shadow: 4px 4px 4px #000;
-webkit-box-inner-shadow:4px 4px 4px #000;
border: solid 1px #5a5a5a;
border-radius: 6px;
}
td.spoiler_closed {
border: 0px !important;
float: right;
height: 24px !important;
width: 30px !important;
background-color: transparent !important;
}
td.spoiler_content {
border-color: transparent;
padding: 5px;
}
.meniu a[href="/register"] img{
display: none !important;
}
.meniu a[href="/login"] img{
display: none !important;
}
Re: Numi apare profil ,mesagerie
Încercaţi aşa:
- Cod:
/* Body si meniu--------------*/
.scriemesaj23{
height: 0px;
position: relative;
top: 25px;
left:360px;
color: #fff;
width: 100px;
}
.translate{
height: 0px;
width:0px;
position: relative;
top: -60px;
left: 950px;
}
.atentie{
position: relative;
top: 52px;
left: -55px;
}
.richard{
height: 0px;
position: relative;
top: 265px;
left:960px;
color: #fff;
width: 300px;
}
body {
background: url("http://i46.servimg.com/u/f46/16/16/06/68/untit222.png")
repeat-x scroll center top, url("http://i46.servimg.com/u/f46/16/16/06/68/untit223.png") repeat scroll center bottom transparent;
font: 11px Helvetica,Arial,FreeSans,sans-serif;
height: auto;
padding: 12px 0;
}
.over2{
width: 0px;
height: 0px;
position: relative;
top: -160px;
left: 220px;
}
.nav1{
position: relative;
top: -65px;
left: 10px;
font-weight: bold;
}
.ora{
position: relative;
top: -116px;
left: 930px;
font-weight: bold;
width: 250px;
}
.q{
height: 0px;
width: 150px;
text-decoration: none !important;
}
a{
text-decoration: none !important;
}
a:hover{
text-decoration: none !important;
}
.forumlink:hover{
text-decoration: underline overline !important;
}
.meniu{
position: relative;
top: -22px;
}
.mainmenu{
font-size: 11px;
background: #212121;
text-align: center !important;
padding: 10px;
border-radius:7px;
}
a.mainmenu{
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #bfbfbf;
}
a.mainmenu:hover{
color: #f9f9f9;
}
a.mainmenu img{
width: 0px;
}
a[href="/memberlist"] {
text-transform:uppercase;
font-size: 11px;
color: #bfbfbf;
font-weight: bold;
border-radius: 0px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}
a[href="/"] {
text-transform:uppercase;
font-size: 11px;
color: #bfbfbf;
font-weight: bold;
border-radius: 0px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}
a[href="/memberlist"]:hover{
color: #f9f9f9;
}
a[href="/"]:hover{
color: #f9f9f9;
}
a[href="/search"]{
display: none;
}
a[href="/profile?mode=editprofile&page_profil=informations"] img{
width: 20px !important;
height:20px !important;
position: relative;
top: 5px;
border-radius: 0px ;
}
a[href="/profile?mode=editprofile&page_profil=informations"] {
background-color: #171717 !important;
position: relative;
top: -2px;
left: 510px;
border-left: solid 1px #2d2d2d;
border-right: solid 1px #2d2d2d;
padding: 10px;
font-size: 12px;
border-radius: 0px ;
}
a[href="/profile?mode=editprofile&page_profil=informations"]:hover {
background: #292929!important;
}
a[href="/faq"] {
background-color: #171717 !important;
position: relative;
top: -3px;
left: 885px;
border-right: solid 1px #2d2d2d;
border-left: solid 1px #2d2d2d;
padding: 11px;
font-size: 10px;
border-radius: 0px ;
}
a[href="/faq"] img{
width: 20px !important;
height:20px !important;
position: relative;
top: 5px;
}
a[href="/faq"]:hover{
background: #292929!important;
}
input{
color: #000;
}
a[href="/privmsg"]:hover{
background: #292929!important;
}
a[href="/privmsg"] img{
width: 20px !important;
height: 20px !important;
position: relative;
top: 5px;
border-radius: 0px ;
}
a[href="/privmsg"] {
background-color: #171717 !important;
position: relative;
top: -2px;
left: 501px;
border-left: solid 1px #2d2d2d;
border-right: solid 1px #2d2d2d;
padding: 10px;
font-size: 12px;
border-radius: 0px ;
}
a[href="/register"] {
background-color: #171717 !important;
position: relative;
top: -3px;
left: 839px;
border-left: solid 1px #2d2d2d;
border-right: solid 1px #2d2d2d;
padding: 11px;
font-size: 10px;
border-radius: 0px ;
}
a[href="/register"]:hover {
background: #292929!important;
}
a[href="/register"] img{
width: 15px;
height: 15px;
}
a[href="/login"] {
background-color: #171717 !important;
position: relative;
top: -3px;
left: 829px;
border-left: solid 1px #2d2d2d;
border-right: solid 1px #2d2d2d;
padding: 11px;
font-size: 10px;
border-radius: 0px ;
}
a[href="/login"] img{
width: 15px;
height: 15px;
}
a[href="/login"]:hover{
background: #292929 !important;
}
a[href="www.facebook.com"] img{
width: 20px !important;
height: 20px !important;
position: relative;
top: 8px;
border-radius: 0px ;
}
a[href="www.facebook.com"] {
background-color: #171717 !important;
position: relative;
top: -2px;
left: 568px;
border-left: solid 1px #2d2d2d;
border-right: solid 1px #2d2d2d;
padding: 10px;
font-size: 12px;
border-radius: 0px ;
}
a[href="www.facebook.com"]:hover{
background: #292929 !important;
}
a[href="/login?logout=1"] img{
width: 18px !important;
height: 18px !important;
position: relative;
top: 5px;
border-radius: 0px ;
}
a[href="/login?logout=1"]{
background-color: #171717 !important;
position: relative;
top: -2px;
left: 550px;
border-left: solid 1px #2d2d2d;
border-right: solid 1px #2d2d2d;
padding: 10px;
font-size: 11px;
border-radius: 0px ;
}
a[href="/login?logout=1"]:hover{
background: #292929 !important;
}
a[href="http://forum.phpbbonline.com/"] img{
width: 20px !important;
height: 20px !important;
position: relative;
top: 5px;
left: -5px;
border-radius: 0px ;
}
a[href="http://forum.phpbbonline.com/"]{
background-color: #171717 !important;
position: relative;
top: -2px;
left: 190px;
-moz-transition-duration: 1s;
-webkit-transition-duration: 1s;
-o-transition-duration: 1s;
padding: 10px;
font-size: 12px;
border-radius: 0px ;
}
a[href="http://forum.phpbbonline.com/"]:hover{
text-shadow: 3px 0px 3px #e5edb6;
}
/* Modificare tebele la categorii */
td.row1, td.row2, td.row3, td.row3Right, td.postbottom {
border-left:solid 1px transparent !important;
border-top: solid 1px #383838;
background: #292929 url(http://i46.servimg.com/u/f46/16/16/06/68/untit221.png) repeat-x !important;
}
.forumline{
background: url(http://i46.servimg.com/u/f46/16/16/06/68/untit221.png);
}
.bara{
background: url(http://i46.servimg.com/u/f46/16/16/06/68/ds10.png);
position: relative;
top: 20px;
left: -2px;
padding-bottom: 10px;
height: 39px;
width: 1224px;
}
#i_logo{
height: 87px;
position: relative;
top: -40px;
}
.topicuri{
position: relative;
left: 7px;
top: -10px;
width: 100px;
color: #b0b0b0;
}
.mesaje{
position: relative;
left: -101px;
top: 10px;
width: 100px;
color: #b0b0b0;
}
.ultimele{
position: relative;
right: 30px;
top: -7px;
width: 140px;
color: #b0b0b0;
}
.img{
height: 0px;
position: relative;
left: -70px;
top: -5px;
color: #9c9c9c;
}
.imagini{
padding-top:14px;
padding-bottom: 14px;
padding: 14px;
}
.numecat{
height: 20px;
width:150px;
background: #405970;
border-radius: 10px;
position: relative;
top: -14px;
left: 40px;
font-size: 12px !important;
text-align: center;
text-transform:uppercase;
padding-top: 2px;
font-color: #35758c;
}
.numecat1{
position: relative;
top: -5px;
font-color: #35758c;
}
.chat1{
height: 0px;
width: 0px;
position: relative;
top: 18px;
left: 840px;
}
.chat2{
height: 0px;
width: 0px;
position: relative;
top: 288px;
left: 15px;
}
body.chatbox {
background: #292929;
}
body.chatbox time{
padding-right: 15px;
}
body.chatbox img{
width: 0px;
height: 0px;
}
#chatbox_header a{
position: relative;
left:-1115px;
font-size: 12px;
background: #405970;
padding: 4px;
border-radius: 6px;
}
#chatbox_header a:hover{
font-size: 11px;
}
body.chatbox a{
color: #f9f9f9;
}
body.chatbox input{
border-radius: 4px;
padding: 2px;
position: relative;
top: -270px;
left: -430px;
background: #405970;
border: solid 1px #32607d;
color: #fff;
}
body.chatbox input:hover{
background: #fff;
-moz-box-shadow: 2px 4px 5px #7dacc9;
border: solid 2px #83cfff;
color: #000;
}
body.chatbox a:hover{
color: #A7D975;
}
#chatbox_members ul a {
color: #ffffff;
position: relative;
left: -10px;
background: url(http://2img.net/i/fa/online.png) no-repeat !important;
padding-left: 15px;
font-size: 11px;
}
#chatbox_members ul li{
font-size: 0px !important;
}
/* search box-----------------------------------------------*/
.cautare2{
height: 0px;
width: 0px;
position: relative;
top: -50px;
left: 1200px;
}
#search-box{
float: right;
white-space:
nowrap;}
* html #search-box{margin-right: 10px;}
#search-box
input.button1{padding: 1px 9px;}
input.search{
background-repeat:
no-repeat;}
#search-box{
height: 35px;
width: 272px;
display:
inline;
background: transparent
url(http://i46.servimg.com/u/f46/16/16/06/68/untit226.png) no-repeat
center;
font-family: Verdana,Arial,Helvetica,sans-serif;
color:
#536482;
font-size: 12px;
position: relative;
top: -65px;
}
#search-box input.button2 {
display:
none;}
#search-box #keywords {
width: 85px;
background:
transparent;
position: relative;
bottom: -13px;
right: -15px;
font-size: 11px;
}
#search-box
input {
border: none !important;
background: none;}
#search-box
input.search {
background: none;
margin-left: 45px;
margin-top:
11px;}
#search-box .inputbox {padding: 2px;cursor: text;}
#search-box
* { margin: 0px; padding: 0px; }
.selectCode{
background-color: #3d3d3d;
}
input{
font-color: #000;
}
.suboforum{
padding-right: 30px;
color: #fff;
}
.online43{
background-color:transparent;
border-bottom-color:#565656;
border-style:solid;
border-bottom-width:1px;
border-left-color:#565656;
border-left-width:1px;
border-right-color:#565656;
border-right-width:1px;
border-top-color:#565656;
border-top-width:1px;
margin-bottom:4px;
padding: 3px;
}
.online43:hover{
border-color:#FF5900;
}
.online44{
background-color:transparent;
border-bottom-color:#3B3B3B;
border-style:solid;
border-bottom-width:1px;
border-left-color:#3B3B3B;
border-left-width:1px;
border-right-color:#3B3B3B;
border-right-width:1px;
border-top-color:#3B3B3B;
border-top-width:1px;
margin-bottom:3px;
padding: 3px 3px 3px 3px;}
.online44:hover{
border-color:#FF5900;
}
.online45{
height: 0px;
position: relative;
top: -27px;
left: 110px;
}
#text_editor_textarea{
background: #212121;
-moz-box-inner-shadow: 4px 4px 4px #000;
-webkit-box-inner-shadow:4px 4px 4px #000;
border: solid 1px #5a5a5a;
border-radius: 6px;
}
td.spoiler_closed {
border: 0px !important;
float: right;
height: 24px !important;
width: 30px !important;
background-color: transparent !important;
}
td.spoiler_content {
border-color: transparent;
padding: 5px;
}
.meniu a[href="/register"] img{
display: none !important;
}
.meniu a[href="/login"] img{
display: none !important;
}
Re: Numi apare profil ,mesagerie
Multumesc keir in sfarsit au aparut dar cum pot sa le fac ca pe forumu asta:
http://bunisirai.forumz.ro/forum sa apara img
http://bunisirai.forumz.ro/forum sa apara img
Pagina 1 din 2 • 1, 2
Subiecte similare
» Numi apare cine este online !!
» La poll numi apare titlul
» De ce nu apare profil in bara de sus
» numi apare functia qoute dc?
» Nu apare scrisul la profil
» La poll numi apare titlul
» De ce nu apare profil in bara de sus
» numi apare functia qoute dc?
» Nu apare scrisul la profil
Forum gratuit: forum de suport al utilizatorilor :: Forum de suport :: Alte probleme :: Arhiva probleme diverse
Pagina 1 din 2
Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum