Modificare culoare

Dacă aveti intrebari legate de stilul folosit, daca doriţi să vă faceţi cunoscute stilurile şi temele proprii sau doriţi să comentaţi alte stiluri pentru forumul phpBB 3.0.x, acesta este locul potrivit.
Reguli forum
Aveti o problema si vreti sa primiti ajutor? Click aici ! Nu uitati si de regulamentul forumului !
RedStrike
Utilizator înregistrat
Mesaje: 92
Membru din: 13-Ian-2012, 18:10:42
Versiune: 3.0.11
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Puţin experimentat
Nivel php: Neexperimentat
Localitate: Brasov
Contact:

Modificare culoare

Mesaj de RedStrike »

Salut!Am o tema pe forumul meu ,derivata din RF.Black.Si vreau sa modific la profilul utilizatorului culoarea datelor care apar intr-un post ca in imagine
Imagine
Adica "Membru ; Mesaje ; Localitate ; Varsta si celelalte!
http://www.flz.ro - in curand comunitate de gaming , it si discutii bazata pe phpbb3
Avatar utilizator
bogdan
AdministratorAdministrator
Mesaje: 10888
Membru din: 18-Oct-2002, 13:14:27
Versiune: 3.0.11
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Experimentat
Nivel php: Mediu
Localitate: Bucuresti
Contact:

Re: Modificare culoare

Mesaj de bogdan »

Subiect mutat. Tine de Stiluri.
RedStrike
Utilizator înregistrat
Mesaje: 92
Membru din: 13-Ian-2012, 18:10:42
Versiune: 3.0.11
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Puţin experimentat
Nivel php: Neexperimentat
Localitate: Brasov
Contact:

Re: Modificare culoare

Mesaj de RedStrike »

UP!!
http://www.flz.ro - in curand comunitate de gaming , it si discutii bazata pe phpbb3
Avatar utilizator
bogdan
AdministratorAdministrator
Mesaje: 10888
Membru din: 18-Oct-2002, 13:14:27
Versiune: 3.0.11
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Experimentat
Nivel php: Mediu
Localitate: Bucuresti
Contact:

Re: Modificare culoare

Mesaj de bogdan »

and down
Avatar utilizator
x6IT32
Utilizator înregistrat
Mesaje: 373
Membru din: 28-Apr-2009, 20:47:28
Versiune: 3.0.11
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Experimentat
Nivel php: Experimentat

Re: Modificare culoare

Mesaj de x6IT32 »

Salut,
Deschizi viewtopic_body.html si cauti liniile:

Cod: Selectaţi tot

<!-- IF postrow.POSTER_JOINED --><br /><b>{L_JOINED}:</b> {postrow.POSTER_JOINED}<!-- ENDIF -->
               <!-- IF postrow.POSTER_POSTS != '' --><br /><b>{L_POSTS}:</b> {postrow.POSTER_POSTS}<!-- ENDIF -->
               <!-- IF postrow.POSTER_FROM --><br /><b>{L_LOCATION}:</b> {postrow.POSTER_FROM}<!-- ENDIF -->
Si le inlocuiesti cu astea:

Cod: Selectaţi tot

<!-- IF postrow.POSTER_AGE --><dd><strong style="color: #cd853f;">{L_AGE}:</strong> <span style="color: #cd853f;">{postrow.POSTER_AGE}</span></dd><!-- ENDIF -->

          <!-- IF postrow.POSTER_POSTS != '' --><dd><strong style="color: #9400d3;">{L_POSTS}:</strong> <span style="color: #9400d3;">{postrow.POSTER_POSTS}</span></dd><!-- ENDIF -->

          <!-- IF postrow.POSTER_JOINED --><dd><strong style="color: green;">{L_JOINED}:</strong> <span style="color: green;">{postrow.POSTER_JOINED}</span></dd><!-- ENDIF -->

          <!-- IF postrow.POSTER_FROM --><dd><strong style="color: red;">{L_LOCATION}:</strong> <span style="color: red;">{postrow.POSTER_FROM}</span></dd><!-- ENDIF -->
RedStrike
Utilizator înregistrat
Mesaje: 92
Membru din: 13-Ian-2012, 18:10:42
Versiune: 3.0.11
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Puţin experimentat
Nivel php: Neexperimentat
Localitate: Brasov
Contact:

Re: Modificare culoare

Mesaj de RedStrike »

Nu merge
Uitati aici viewtopic_body.html

Cod: Selectaţi tot

<!-- INCLUDE overall_header.html -->
<style type="text/css">
hackme { text-shadow: 0px 2px 2px rgba(0, 0, 0, 4); }
</style>
<!-- IF S_FORUM_RULES -->
	<div class="forumrules">
		<!-- IF U_FORUM_RULES -->
			<h3>{L_FORUM_RULES}</h3><br />
			<a href="{U_FORUM_RULES}"><b>{L_FORUM_RULES_LINK}</b></a>
		<!-- ELSE -->
			<h3>{L_FORUM_RULES}</h3><br />
			{FORUM_RULES}
		<!-- ENDIF -->
	</div>

	<br clear="all" />
<!-- ENDIF -->

<!--- aaaa --->

<!--- aaaa --->

<div id="pagecontent">

	<table width="100%" cellspacing="1">
	<tr>
		<td align="{S_CONTENT_FLOW_BEGIN}" valign="middle" nowrap="nowrap">
		<!-- IF not S_IS_BOT -->
			<!-- IF S_DISPLAY_POST_INFO --><a href="{U_POST_NEW_TOPIC}">{POST_IMG}</a>&nbsp;<!-- ENDIF -->
			<!-- IF S_DISPLAY_REPLY_INFO --><a href="{U_POST_REPLY_TOPIC}">{REPLY_IMG}</a><!-- ENDIF -->
		<!-- ENDIF -->		</td>
		<!-- IF TOTAL_POSTS -->
					<td class="gensmall" valign="middle" nowrap="nowrap">&nbsp;{PAGE_NUMBER}<br /></td>
 		    <td class="gensmall" width="100%" nowrap="nowrap">[ <a href="javascript:animatedcollapse.toggle('topicoptions')">View Topic Options</a> ]</td>
 		    <td class="gensmall" width="100%" align="left" nowrap="nowrap"><div id="topicoptions" class="gensmall" style="display:none">

<!-- IF not S_IS_BOT -->&nbsp;[ 
					<!-- IF U_WATCH_TOPIC --><a href="{U_WATCH_TOPIC}" title="{L_WATCH_TOPIC}">{L_WATCH_TOPIC}</a><!-- IF U_PRINT_TOPIC or U_EMAIL_TOPIC or U_BUMP_TOPIC or U_BOOKMARK_TOPIC --> | <!-- ENDIF --><!-- ENDIF -->
					<!-- IF U_BOOKMARK_TOPIC --><a href="{U_BOOKMARK_TOPIC}" title="{L_BOOKMARK_TOPIC}">{L_BOOKMARK_TOPIC}</a><!-- IF U_PRINT_TOPIC or U_EMAIL_TOPIC or U_BUMP_TOPIC --> | <!-- ENDIF --><!-- ENDIF -->
					<!-- IF U_PRINT_TOPIC --><a href="{U_PRINT_TOPIC}" title="{L_PRINT_TOPIC}">{L_PRINT_TOPIC}</a><!-- IF U_EMAIL_TOPIC or U_BUMP_TOPIC --> | <!-- ENDIF --><!-- ENDIF -->
					<!-- IF U_EMAIL_TOPIC --><a href="{U_EMAIL_TOPIC}" title="{L_EMAIL_TOPIC}">{L_EMAIL_TOPIC}</a><!-- IF U_BUMP_TOPIC --> | <!-- ENDIF --><!-- ENDIF -->
					<!-- IF U_BUMP_TOPIC --><a href="{U_BUMP_TOPIC}" title="{L_BUMP_TOPIC}">{L_BUMP_TOPIC}</a><!-- ENDIF -->
				 ]<!-- ENDIF --> </div></td>
			<td class="gensmall" width="100%" align="{S_CONTENT_FLOW_END}" nowrap="nowrap"><!-- INCLUDE pagination.html --> [ <a href="{U_VIEW_OLDER_TOPIC}">&lsaquo;&lsaquo;</a><!-- IF U_VIEW_UNREAD_POST and not S_IS_BOT --> | <a href="{U_VIEW_UNREAD_POST}">{L_VIEW_UNREAD_POST}</a><!-- ENDIF --> | <a href="{U_VIEW_NEWER_TOPIC}">&rsaquo;&rsaquo;</a> ] </td>


	    <!-- ENDIF -->
	</tr>
	</table>

	<table class="tablebg" width="100%" cellspacing="1">
<!-- IF S_HAS_POLL -->
	<tr>
		<td class="row2" colspan="2" align="center"><br clear="all" />

			<form method="post" action="{S_POLL_ACTION}">

			<table cellspacing="0" cellpadding="4" border="0" align="center">
			<tr>
				<td align="center"><span class="gen"><b>{POLL_QUESTION}</b></span><br /><span class="gensmall">{L_POLL_LENGTH}</span></td>
			</tr>
			<tr>
				<td align="{S_CONTENT_FLOW_BEGIN}">
					<table cellspacing="0" cellpadding="2" border="0">
				<!-- BEGIN poll_option -->
					<tr>
					<!-- IF S_CAN_VOTE -->
						<td>
							<!-- IF S_IS_MULTI_CHOICE -->
								<input type="checkbox" class="radio" name="vote_id[]" value="{poll_option.POLL_OPTION_ID}"<!-- IF poll_option.POLL_OPTION_VOTED --> checked="checked"<!-- ENDIF --> />
							<!-- ELSE -->
								<input type="radio" class="radio" name="vote_id[]" value="{poll_option.POLL_OPTION_ID}"<!-- IF poll_option.POLL_OPTION_VOTED --> checked="checked"<!-- ENDIF --> />
							<!-- ENDIF -->
						</td>
					<!-- ENDIF -->
						<td><span class="gen">{poll_option.POLL_OPTION_CAPTION}</span></td>
						<!-- IF S_DISPLAY_RESULTS -->
							<td dir="ltr">{POLL_LEFT_CAP_IMG}{poll_option.POLL_OPTION_IMG}{POLL_RIGHT_CAP_IMG}</td>
							<td class="gen" align="{S_CONTENT_FLOW_END}"><b>&nbsp;{poll_option.POLL_OPTION_PERCENT}&nbsp;</b></td>
							<td class="gen" align="center">[ {poll_option.POLL_OPTION_RESULT} ]</td>
							<!-- IF poll_option.POLL_OPTION_VOTED -->
								<td class="gensmall" valign="top"><b title="{L_POLL_VOTED_OPTION}">x</b></td>
							<!-- ENDIF -->
						<!-- ENDIF -->
					</tr>
				<!-- END poll_option -->
					</table>
				</td>
			</tr>
		<!-- IF S_CAN_VOTE -->
			<tr>
				<td align="center"><span class="gensmall">{L_MAX_VOTES}</span><br /><br /><input type="submit" name="update" value="{L_SUBMIT_VOTE}" class="btnlite" /></td>
			</tr>
		<!-- ENDIF -->
		<!-- IF S_DISPLAY_RESULTS -->
			<tr>
				<td class="gensmall" colspan="4" align="center"><b>{L_TOTAL_VOTES} : {TOTAL_VOTES}</b></td>
			</tr>
		<!-- ELSE -->
			<tr>
				<td align="center"><span class="gensmall"><b><a href="{U_VIEW_RESULTS}">{L_VIEW_RESULTS}</a></b></span></td>
			</tr>
		<!-- ENDIF -->
			</table>
			{S_HIDDEN_FIELDS}
			{S_FORM_TOKEN}
			</form>

		</td>
	</tr>
<!-- ENDIF -->
	</table>

<!-- BEGIN postrow -->

	<table class="tablebg" width="100%" cellspacing="1">
	<!-- IF postrow.S_FIRST_ROW -->
		<tr>
			<td class="0">{$CA_CAP2_START}<div class="hackme">{L_AUTHOR}</div>{$CA_CAP2_END}</td>
			<td class="0">{$CA_CAP2_START}{L_MESSAGE}: <a href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a> {$CA_CAP2_END}</td>
		</tr>
	<!-- ENDIF -->
	<!-- IF postrow.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->

	<!-- IF postrow.S_IGNORE_POST -->
			<td class="gensmall" colspan="2" height="25" align="center"><!-- IF postrow.S_FIRST_UNREAD --><a name="unread"></a><!-- ENDIF --><a name="p{postrow.POST_ID}"></a>{postrow.L_IGNORE_POST}</td>
	<!-- ELSE -->

			<td align="center" valign="middle">
			<table align="center" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td align="right">		<!-- IF postrow.S_FIRST_UNREAD --><a name="unread"></a><!-- ENDIF --><a name="p{postrow.POST_ID}"></a>
				<b class="postauthor"<!-- IF postrow.POST_AUTHOR_COLOUR --> style="color: {postrow.POST_AUTHOR_COLOUR}"<!-- ENDIF -->>{postrow.POST_AUTHOR} &nbsp;</b></td>
    <td align="left"><!-- IF postrow.ONLINE_IMG -->{postrow.ONLINE_IMG}<!-- ENDIF --></td>
  </tr>
</table>

		
			</td>
			<td width="100%" height="25">
				<table width="100%" cellspacing="0">
				<tr>
				<!-- IF postrow.POST_ICON_IMG -->
					<td><img src="{T_ICONS_PATH}{postrow.POST_ICON_IMG}" width="{postrow.POST_ICON_IMG_WIDTH}" height="{postrow.POST_ICON_IMG_HEIGHT}" alt="" title="" /></td>
				<!-- ENDIF -->
					<td class="gensmall" width="100%"><div style="float: {S_CONTENT_FLOW_BEGIN};">&nbsp;<b>{L_POST_SUBJECT}:</b> {postrow.POST_SUBJECT}</div><div style="float: {S_CONTENT_FLOW_END};"><!-- IF S_IS_BOT -->{postrow.MINI_POST_IMG}<!-- ELSE -->


            <div class="irk-vote" id="irk_vote_{postrow.POST_ID}<!-- IF postrow.POSTER_ID != 1 -->_{postrow.POSTER_ID}<!-- ENDIF -->"></div>




<a href="{postrow.U_MINI_POST}">{postrow.MINI_POST_IMG}</a><!-- ENDIF --><b>{L_POSTED}:</b> {postrow.POST_DATE}&nbsp;</div></td>
				</tr>
				</table>
			</td>
		</tr>

		<!-- IF postrow.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->

			<td valign="top" class="profile">
				<table cellspacing="4" align="center" width="200">
			<!-- IF postrow.RANK_IMG -->
				<tr>
					<td class="postdetails"><div class="posturirank"> 
{postrow.RANK_IMG}</div></td>
				</tr>
			<!-- ENDIF -->
			<!-- IF postrow.POSTER_AVATAR -->
				<tr>
					<td><div class="posturiavatar"><span onmouseout="this.style.opacity=0.3;this.filters.alpha.opacity=30" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=10" style="opacity: 0.3;">
{postrow.POSTER_AVATAR}</span></div></td>
				</tr>
			<!-- ENDIF -->
			<!-- IF not (postrow.ONLINE_IMG or postrow.RANK_TITLE or postrow.RANK_IMG or postrow.POSTER_AVATAR) -->
				<tr>
					<td></td>
				</tr>
			<!-- ENDIF -->
				</table>

				<span class="postdetails">
					


		<!-- IF not postrow.S_POST_ANONYMOUS and postrow.THANKS_COUNTERS_VIEW -->
			<div class="posturi"><b><font color="#FF8000">{L_GIVEN}:</font></b> <a href="{postrow.POSTER_GIVE_COUNT_LINK}">{postrow.POSTER_GIVE_COUNT}</a> {L_THANKS}</div></div>
			<div class="posturi"><b><font color="#FF8000">{L_RECEIVED}:</font></b> <a href="{postrow.POSTER_RECEIVE_COUNT_LINK}"> {postrow.POSTER_RECEIVE_COUNT}</a></div></div>
		<!-- ENDIF -->



					<!-- IF postrow.POSTER_FROM --><div class="posturi"><b><strong><font color="#FF8000">{L_LOCATION}:</font></strong></b> <span style="color: white;">{postrow.POSTER_FROM}</span></div><!-- ENDIF -->


     <!-- IF postrow.POSTER_AGE --><div class="posturi"><strong><font color="#FF8000">{L_AGE}:</font></strong> <span style="color: white;">{postrow.POSTER_AGE}</span></div><!-- ENDIF -->


			<!-- IF postrow.PERCENTAGE_PROGRESS_NUM > -1 --><dd>{L_PROGRESS_TO_NEXT_RANK}<div class="rank_progress_bar"><span style="width:{postrow.PERCENTAGE_PROGRESS_NUM}%" class="bar"></span><span>{postrow.PERCENTAGE_PROGRESS}</span></div></dd><!-- ENDIF --> 


		<!-- IF postrow.S_USERID_BANNED -->{L_CURRENTLY_BANNED}<!-- ELSEIF postrow.POSTER_WARNINGS --><div class="posturi"><b><span style="color: red;">{L_WARNINGS}:</strong> </b><span style="color: red;">{postrow.POSTER_WARNINGS}</span></div><!-- ENDIF -->
					<!-- IF postrow.S_PROFILE_FIELD1 -->

						<!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. -->
						<div class="posturi"><b><strong><font color="#FF8000">{postrow.PROFILE_FIELD1_NAME}:</font></strong></b> <span style="color: white;">{postrow.PROFILE_FIELD1_VALUE}</span></div>
					<!-- ENDIF -->

					<!-- BEGIN custom_fields -->
						<div class="posturi"><b><strong><font color="#FF8000">{postrow.custom_fields.PROFILE_FIELD_NAME}:</font></strong></b> <span style="color: #05b7f1;">{postrow.custom_fields.PROFILE_FIELD_VALUE}</span></div>
					<!-- END custom_fields -->
				</span>
			</td>
			<td valign="top">
				<table width="100%" cellspacing="5">
				<tr>
					<td>
					<!-- IF postrow.S_POST_UNAPPROVED or postrow.S_POST_REPORTED -->
						<table width="100%" cellspacing="0">
						<tr>
							<td class="gensmall"><!-- IF postrow.S_POST_UNAPPROVED --><span class="postapprove">{UNAPPROVED_IMG} <a href="{postrow.U_MCP_APPROVE}">{L_POST_UNAPPROVED}</a></span><br /> <!-- ENDIF --> <!-- IF postrow.S_POST_REPORTED --><span class="postreported">{REPORTED_IMG} <a href="{postrow.U_MCP_REPORT}">{L_POST_REPORTED}</a></span><!-- ENDIF --></td>
						</tr>
						</table>

						<br clear="all" />
					<!-- ENDIF -->

						<div class="postbody">{postrow.MESSAGE}</div>
					<!-- IF postrow.S_HAS_ATTACHMENTS -->
						<br clear="all" /><br />

						<table class="tablebg" width="100%" cellspacing="1">
						<tr>
							<td class="row3"><b class="genmed" style="width: 97%;">{L_ATTACHMENTS}: </b></td>
						</tr>
						<!-- BEGIN attachment -->
							<tr>
								<!-- IF postrow.attachment.S_ROW_COUNT is even --><td class="row2"><!-- ELSE --><td class="row1"><!-- ENDIF -->{postrow.attachment.DISPLAY_ATTACHMENT}</td>
							</tr>
						<!-- END attachment -->
						</table>
					<!-- ENDIF -->

					<!-- IF postrow.S_DISPLAY_NOTICE -->
						<span class="gensmall error"><br /><br />{L_DOWNLOAD_NOTICE}</span>
					<!-- ENDIF -->
<br />

<!-- IF postrow.THANKS and postrow.THANKS_POSTLIST_VIEW -->
	<!-- IF not postrow.S_POST_ANONYMOUS and not S_IS_BOT-->
<table class="tablebg" width="100%" cellspacing="1">
	<tr>
<td class="row3"><span class="gensmall">{postrow.THANK_TEXT}{postrow.POST_AUTHOR_FULL}{postrow.THANK_TEXT_2}:</span></td>
        </tr>
        <tr>
<td class="row2"><span class="genmed">
{postrow.THANKS}
</span></td>
	</tr>
</table>
	<!-- ENDIF -->	<!-- ENDIF -->



					<!-- IF postrow.SIGNATURE -->
						<span class="postbody"><br /><div align="center"><img src="http://img576.imageshack.us/img576/1291/redstrikesignature.png" border="0"></div><br />{postrow.SIGNATURE}</span>
					<!-- ENDIF -->

					<!-- IF postrow.EDITED_MESSAGE or postrow.EDIT_REASON -->
						<!-- IF postrow.EDIT_REASON -->
							<br /><br />
							<table class="tablebg" width="100%" cellspacing="1">
							<tr>
								<td class="row3"><span class="gensmall">{postrow.EDITED_MESSAGE}</span></td>
							</tr>
							<tr>
								<td class="row2"><span class="genmed">{postrow.EDIT_REASON}</span></td>
							</tr>
							</table>
						<!-- ELSE -->
							<br /><br />
							<span class="gensmall">{postrow.EDITED_MESSAGE}</span>
						<!-- ENDIF -->
					<!-- ENDIF -->

					<!-- IF postrow.BUMPED_MESSAGE -->
						<span class="gensmall"><br /><br />{postrow.BUMPED_MESSAGE}</span>
					<!-- ENDIF -->

					<!-- IF not postrow.S_HAS_ATTACHMENTS --><br clear="all" /><br /><!-- ENDIF -->

						<table width="100%" cellspacing="0">
						<tr valign="middle">
							<td class="gensmall" align="{S_CONTENT_FLOW_END}">
							<!-- IF not S_IS_BOT -->

	
<a href="{postrow.THANKS_LINK}"><img src="http://www.cutitarii.ro/forum/styles/DarkGan/imageset/ro/thankposts.gif"></a>					


								<!-- IF postrow.U_REPORT --><a href="{postrow.U_REPORT}">{REPORT_IMG}</a> <!-- ENDIF --> 
								<!-- IF postrow.U_INFO --><a href="{postrow.U_INFO}">{INFO_IMG}</a> <!-- ENDIF --> 
								<!-- IF postrow.U_WARN --><a href="{postrow.U_WARN}">{WARN_IMG}</a> <!-- ENDIF --> 
                                                               <!-- IF postrow.U_THANKS --><a href="{postrow.U_THANKS">{THANKS_IMG}</a> <!-- ENDIF -->
								<!-- IF postrow.U_DELETE --><a href="{postrow.U_DELETE}">{DELETE_IMG}</a> <!-- ENDIF -->
							<!-- ENDIF -->
							</td>
						</tr>
						</table>
					</td>
				</tr>
				</table>
			</td>
		</tr>

		<!-- IF postrow.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->

			<td class="profile"><strong><a href="#wrapheader">{L_BACK_TO_TOP}</a></strong></td>
			<td><div class="gensmall" style="float: {S_CONTENT_FLOW_BEGIN};">&nbsp;


<!-- IF  not postrow.S_FIRST_POST_ONLY or (not START and postrow.S_ROW_COUNT == 0) -->
						<!-- IF not postrow.S_POST_ANONYMOUS and postrow.S_FORUM_THANKS and S_USER_LOGGED_IN and not postrow.S_IS_OWN_POST and (not postrow.S_ALREADY_THANKED or postrow.S_REMOVE_THANKS) --><li class="{postrow.THANKS_IMG}"><a href="{postrow.THANKS_LINK}" title="{postrow.THANK_ALT}{postrow.POST_AUTHOR}"></a></li><!-- ENDIF -->					
					<!-- ENDIF -->



<!-- IF postrow.U_POST_AUTHOR --><a href="{postrow.U_POST_AUTHOR}">{PROFILE_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_PM --><a href="{postrow.U_PM}">{PM_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_EMAIL --><a href="{postrow.U_EMAIL}">{EMAIL_IMG}</a> <!-- ENDIF -->&nbsp;</div> <div class="gensmall" style="float: {S_CONTENT_FLOW_END};"><!-- IF not S_IS_BOT --><!-- IF postrow.U_EDIT --><a href="{postrow.U_EDIT}">{EDIT_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_QUOTE --><a href="{postrow.U_QUOTE}">{QUOTE_IMG}</a> <!-- ENDIF --> <!-- ENDIF -->&nbsp;</div> 


<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/ro_RO/all.js#xfbml=1";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

</td>
	<!-- ENDIF -->

		</tr>

	<tr>
		<td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
	</tr>
	</table>
<!-- END postrow -->
<!-- Inceput Reclame Forum -->
<table class="tablebg" width="100%" cellspacing="1">
<tr class="row1">
<td align="center" valign="middle" class="row2">

<b class="postauthor" style="color: #FFFFFF">Robotel</b>
</td>
<td width="100%" height="25" class="row1">
<table class="tablebg" width="100%" cellspacing="0">
<tr>
<td class="gensmall" width="100%">&nbsp;<b>Subiectul mesajului:</b> {TOPIC_TITLE}</div><div style="float: {S_CONTENT_FLOW_END};"><!-- IF S_IS_BOT -->{postrow.MINI_POST_IMG}<!-- ELSE --><a href="{postrow.U_MINI_POST}">{postrow.MINI_POST_IMG}</a><!-- ENDIF --><b>{L_POSTED}:</b> {postrow.POST_DATE}&nbsp;</div></td>
</tr>
</table>
</td>
</tr>

<tr class="row1">
<td valign="top" class="row2">
<table cellspacing="4" align="center" width="200" >
<tr>
<td><center>
<div class="posturirank">Robot</div>
<div class="posturiavatar"><img src="http://www.redhotbuyers.com.au/uploads/Image/Home/Homepage%20Middle%20CTA/how-it-work-image.png" alt="Avatar Robotel" /></div></center>
<span class="postdetails">
<div class="posturi"><b><font color="#FF8000">Membru din:</font></b> <font color="#FFFFFF">10.10.2010</font></div>
<div class="posturi"><b><font color="#FF8000">Mesaje:</font></b>  <font color="#FFFFFF">{TOTAL_POSTS}</font></div>
<div class="posturi"><b><font color="#FF8000">Localitate:</font></b>  <font color="#FFFFFF">RedStrike.Info</font></div>
</td>
</tr>
</table>
</td>
<td valign="top">
<table width="100%" cellspacing="5">
<tr>
<td>
<div class="postbody"><br />
<script src="http://www.cutitarii.ro/mataesieufac.js" type="text/javascript"></script>
</div>
</td>
</tr>

</table>
</td>
</tr>
<tr bgcolor="#131313">
<td class="profile"><strong><a href="#wrapheader">{L_BACK_TO_TOP}</a></strong></td>
<td><div class="gensmall" style="float: {S_CONTENT_FLOW_BEGIN};">&nbsp;<a href="http://www.cutitarii.ro/forum/memberlist.php?mode=viewprofile&u=2">{PROFILE_IMG}</a>&nbsp;<a href="http://www.cutitarii.ro/forum/ucp.php?i=pm&mode=compose&action=quotepost&p=73">{PM_IMG}</a>&nbsp;<a href="mailto:webmaster@cutitarii.ro">{EMAIL_IMG}</a> &nbsp;</div> <div class="gensmall" style="float: {S_CONTENT_FLOW_END};"></div> 


<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.cutitarii.ro&send=false&layout=button_count&width=450&show_faces=false&action=like&colorscheme=light&font&height=20" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:20px;" allowTransparency="true"></iframe>




</td>
<td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
</tr>
</table>
<!-- Sfarsit Reclame Forum -->

	<!-- IF not S_IS_BOT -->
	<table width="100%" cellspacing="1" class="tablebg">
	<tr align="center">
		<td class="cat"><form name="viewtopic" method="post" action="{S_TOPIC_ACTION}"><span class="gensmall">{L_DISPLAY_POSTS}:</span> {S_SELECT_SORT_DAYS}&nbsp;<span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR}&nbsp;<input class="btnlite" type="submit" value="{L_GO}" name="sort" /></form></td>
	</tr>
	</table>
	<!-- ENDIF -->

</div>

<div id="pagefooter"></div>

<!-- IF S_QUICK_REPLY -->
<!-- INCLUDE quickreply_editor.html -->
<!-- ENDIF -->

<table width="100%" cellspacing="1">
	<tr>
		<td align="{S_CONTENT_FLOW_BEGIN}" valign="middle" nowrap="nowrap">
		<!-- IF not S_IS_BOT -->
			<!-- IF S_DISPLAY_POST_INFO --><a href="{U_POST_NEW_TOPIC}">{POST_IMG}</a>&nbsp;<!-- ENDIF -->
			<!-- IF S_DISPLAY_REPLY_INFO --><a href="{U_POST_REPLY_TOPIC}">{REPLY_IMG}</a><!-- ENDIF -->
		<!-- ENDIF -->		</td>

<td class="gensmall" width="100%" align="{S_CONTENT_FLOW_END}" nowrap="nowrap"><!-- INCLUDE pagination.html --> [ <a href="{U_VIEW_OLDER_TOPIC}">&lsaquo;&lsaquo;</a><!-- IF U_VIEW_UNREAD_POST and not S_IS_BOT --> | <a href="{U_VIEW_UNREAD_POST}">{L_VIEW_UNREAD_POST}</a><!-- ENDIF --> | <a href="{U_VIEW_NEWER_TOPIC}">&rsaquo;&rsaquo;</a> ] </td>

<!-- INCLUDE breadcrumbs.html -->

<br clear="all" />

<!-- IF S_DISPLAY_ONLINE_LIST -->
	<br clear="all" />
{$CA_CAP2_START} <h4>{L_WHO_IS_ONLINE}</h4>{$CA_CAP2_END}
	<table class="tablebg" width="100%" cellspacing="1">

	<tr>
		<td class="row1"><p class="gensmall">{LOGGED_IN_USER_LIST}</p></td>
	</tr>
	</table>
<!-- ENDIF -->

<br clear="all" />

<table width="100%" cellspacing="1">
<tr>
	<td width="40%" valign="top" nowrap="nowrap" align="{S_CONTENT_FLOW_BEGIN}"><!-- IF S_TOPIC_MOD --><form method="post" action="{S_MOD_ACTION}"><span class="gensmall">{L_QUICK_MOD}:</span> {S_TOPIC_MOD} <input class="btnlite" type="submit" value="{L_GO}" /></form><!-- ENDIF --></td>
	<td align="{S_CONTENT_FLOW_END}" valign="top" nowrap="nowrap"><span class="gensmall"><!-- BEGIN rules -->{rules.RULE}<br /><!-- END rules --></span></td>
</tr>
</table>

<br clear="all" />


<table width="100%" cellspacing="0">
<tr>
	<td><!-- IF S_DISPLAY_SEARCHBOX --><!-- INCLUDE searchbox.html --><!-- ENDIF --></td>
	<td align="{S_CONTENT_FLOW_END}"><!-- INCLUDE jumpbox.html --></td>
</tr>
</table>

<!-- INCLUDE overall_footer.html -->
Poate sa modifice cineva?
http://www.flz.ro - in curand comunitate de gaming , it si discutii bazata pe phpbb3
Avatar utilizator
x6IT32
Utilizator înregistrat
Mesaje: 373
Membru din: 28-Apr-2009, 20:47:28
Versiune: 3.0.11
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Experimentat
Nivel php: Experimentat

Re: Modificare culoare

Mesaj de x6IT32 »

Ai facut modificare si tot nu merge?
RedStrike
Utilizator înregistrat
Mesaje: 92
Membru din: 13-Ian-2012, 18:10:42
Versiune: 3.0.11
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Puţin experimentat
Nivel php: Neexperimentat
Localitate: Brasov
Contact:

Re: Modificare culoare

Mesaj de RedStrike »

Da imi apare de doua ori aia cu mesaje si na.. poti sa modifici tu ? ca sa iasa bine? Culoarea vreau sa fie ceve gen Asta ->#4080FF
http://www.flz.ro - in curand comunitate de gaming , it si discutii bazata pe phpbb3
Avatar utilizator
x6IT32
Utilizator înregistrat
Mesaje: 373
Membru din: 28-Apr-2009, 20:47:28
Versiune: 3.0.11
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Experimentat
Nivel php: Experimentat

Re: Modificare culoare

Mesaj de x6IT32 »

Deschizi viewtopic_body.html si cauti liniile care trebuie sterse:

Cod: Selectaţi tot

<!-- IF postrow.POSTER_JOINED --><br /><b>{L_JOINED}:</b> {postrow.POSTER_JOINED}<!-- ENDIF -->
               <!-- IF postrow.POSTER_POSTS != '' --><br /><b>{L_POSTS}:</b> {postrow.POSTER_POSTS}<!-- ENDIF -->
               <!-- IF postrow.POSTER_FROM --><br /><b>{L_LOCATION}:</b> {postrow.POSTER_FROM}<!-- ENDIF -->
Dupa ce le-ai sters le inlocuiesti cu astea:

Cod: Selectaţi tot

<!-- IF postrow.POSTER_AGE --><dd><strong style="color: #4080FF;">{L_AGE}:</strong> <span style="color: #cd853f;">{postrow.POSTER_AGE}</span></dd><!-- ENDIF -->

          <!-- IF postrow.POSTER_POSTS != '' --><dd><strong style="color: #4080FF;">{L_POSTS}:</strong> <span style="color: #9400d3;">{postrow.POSTER_POSTS}</span></dd><!-- ENDIF -->

          <!-- IF postrow.POSTER_JOINED --><dd><strong style="color: #4080FF;">{L_JOINED}:</strong> <span style="color: green;">{postrow.POSTER_JOINED}</span></dd><!-- ENDIF -->

          <!-- IF postrow.POSTER_FROM --><dd><strong style="color: #4080FF;">{L_LOCATION}:</strong> <span style="color: red;">{postrow.POSTER_FROM}</span></dd><!-- ENDIF -->
RedStrike
Utilizator înregistrat
Mesaje: 92
Membru din: 13-Ian-2012, 18:10:42
Versiune: 3.0.11
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Puţin experimentat
Nivel php: Neexperimentat
Localitate: Brasov
Contact:

Re: Modificare culoare

Mesaj de RedStrike »

Tiam spus sa modific ala care lam dat si sa mil dai ca nu merge la mine nush ce are!
http://www.flz.ro - in curand comunitate de gaming , it si discutii bazata pe phpbb3
Închis

Înapoi la “3.0.x Stiluri, teme, avataruri şi butoane”

Cine este conectat

Utilizatori ce ce navighează pe acest forum: Niciun utilizator înregistrat și 4 vizitatori