tabel

Pentru întrebări legate de facilităţile forumului phpBB 3.0.x, acest loc este cel mai potrivit.
Reguli forum
Aveti o problema si vreti sa primiti ajutor? Click aici ! Nu uitati si de regulamentul forumului !
Închis
Avatar utilizator
PKK
Utilizator înregistrat
Mesaje: 192
Membru din: 11-Noi-2010, 06:00:10
Versiune: 3.0.9
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Neexperimentat
Nivel php: Neexperimentat
Contact:

tabel

Mesaj de PKK »

Cum fac sa pun in tabel si "Cele mai noi mesaje"

http://img839.imageshack.us/f/80844154.png/
Avatar utilizator
Ivan Petre Paul
ModeratorModerator
Mesaje: 4055
Membru din: 26-Aug-2009, 02:13:39
Versiune: 3.1.10
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Experimentat
Nivel php: Puţin experimentat
Localitate: Brașov
Contact:

Re: tabel

Mesaj de Ivan Petre Paul »

Este vorba de MODul Top Five: http://www.phpbb.com/customise/db/mod/top_five/.
Din câte văd funcţionează pe 3.0.8 fără probleme, deci îl poţi instala.
phpBB România will rise again. Soon.. Stay close! @phpbb.ro
Avatar utilizator
PKK
Utilizator înregistrat
Mesaje: 192
Membru din: 11-Noi-2010, 06:00:10
Versiune: 3.0.9
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Neexperimentat
Nivel php: Neexperimentat
Contact:

Re: tabel

Mesaj de PKK »

Eu vreau sa lipesesc top_five de "Activitatea pe forum in ultimele 48 ore:"Se poate?
Avatar utilizator
Ivan Petre Paul
ModeratorModerator
Mesaje: 4055
Membru din: 26-Aug-2009, 02:13:39
Versiune: 3.1.10
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Experimentat
Nivel php: Puţin experimentat
Localitate: Brașov
Contact:

Re: tabel

Mesaj de Ivan Petre Paul »

Da.
Postează aici (între tagurile code) conţinutul fişierelor index_body.html şi overall_footer.html din styles/tema_ta/template.
phpBB România will rise again. Soon.. Stay close! @phpbb.ro
Avatar utilizator
PKK
Utilizator înregistrat
Mesaje: 192
Membru din: 11-Noi-2010, 06:00:10
Versiune: 3.0.9
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Neexperimentat
Nivel php: Neexperimentat
Contact:

Re: tabel

Mesaj de PKK »

index_body.html

Cod: Selectaţi tot

<!-- INCLUDE overall_header.html -->
<!-- IF not S_USER_LOGGED_IN and not S_IS_BOT -->

	<form method="post" action="{S_LOGIN_ACTION}">
	<table width="100%" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td width="18" height="18"><img src="{T_THEME_PATH}/images/tl.png" width="18" height="18" alt="" /></td>
    <td height="18" style="background:url('{T_THEME_PATH}/images/tm.png');"></td>
    <td width="18" height="18"><img src="{T_THEME_PATH}/images/tr.png" width="18" height="18" alt="" /></td>
  </tr>
  <tr>
    <td width="18" style="background:url('{T_THEME_PATH}/images/ml.png');"></td>
    <td>
	<table class="tablebg" width="100%" cellspacing="0">
	<tr>
		<th align="left" class="cat"><h4><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></h4></th>
	</tr>
	<tr>
		<td class="row1" align="center"><span class="genmed">{L_USERNAME}:</span> <input class="post" type="text" name="username" size="10" />&nbsp; <span class="genmed">{L_PASSWORD}:</span> <input class="post" type="password" name="password" size="10" />&nbsp; <!-- IF S_AUTOLOGIN_ENABLED --> <span class="gensmall">{L_LOG_ME_IN}</span> <input type="checkbox" class="radio" name="autologin" /><!-- ENDIF -->&nbsp; <input type="submit" class="btnmain" name="login" value="{L_LOGIN}" /></td>
	</tr>
	</table>
    	</td>
    <td width="18" style="background:url('{T_THEME_PATH}/images/mr.png');"></td>
  </tr>
  <tr>
    <td width="18" height="18"><img src="{T_THEME_PATH}/images/bl.png" width="18" height="18" alt="" /></td>
    <td height="18" style="background:url('{T_THEME_PATH}/images/bm.png');"></td>
    <td width="18" height="18"><img src="{T_THEME_PATH}/images/br.png" width="18" height="18" alt="" /></td>
  </tr>
</table>
	{S_FORM_TOKEN}
    {S_LOGIN_REDIRECT}
	</form>

<!-- ENDIF -->
<!-- IF U_MCP -->
	<div id="pageheader">
		<p class="linkmcp">[ <a href="{U_MCP}">{L_MCP}</a> ]</p>
	</div>

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

<!-- INCLUDE forumlist_body.html -->
<br />
				<!-- INCLUDE chat_body.html -->

<br clear="all" />

<!-- INCLUDE breadcrumbs.html -->

<br clear="all" />
<table width="100%" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td width="18" height="18"><img src="{T_THEME_PATH}/images/tl.png" width="18" height="18" alt="" /></td>
    <td height="18" style="background:url('{T_THEME_PATH}/images/tm.png');"></td>
    <td width="18" height="18"><img src="{T_THEME_PATH}/images/tr.png" width="18" height="18" alt="" /></td>
  </tr>
  <tr>
    <td width="18" style="background:url('{T_THEME_PATH}/images/ml.png');"></td>
    <td>
<table width="100%" cellspacing="0" class="tablebg">
<tr>
	<td class="cat" colspan="2"><h4>{L_STATISTICS}</h4></td>
</tr>
<tr>
	<td class="row1"><img src="{T_THEME_PATH}/images/stats.png" alt="{L_STATISTICS}" /></td>
	<td class="row1" width="100%" valign="middle"><p class="genmed">{TOTAL_POSTS} | {TOTAL_TOPICS} | {TOTAL_USERS} | {NEWEST_USER}</p></td>
</tr>
</table>
	<!-- IF not S_IS_BOT -->
   <br clear="all" />
   <table class="tablebg" width="100%" cellspacing="1">
   <tr>
      <td class="cat" colspan="2"><h4>{L_24HOUR_STATS}</h4></td>
   </tr>
   <tr>
      <td class="row1"><img src="{T_THEME_PATH}/images/whosonline.gif" alt="{L_STATISTICS}" /></td>
      <td class="row1" width="100%" valign="middle"><p class="genmed">{24HOUR_POSTS} | {24HOUR_TOPICS} | {24HOUR_USERS}</p></td>
   </tr>
   </table>
<!-- ENDIF -->
	</td>
    <td width="18" style="background:url('{T_THEME_PATH}/images/mr.png');"></td>
  </tr>
  <tr>
    <td width="18" height="18"><img src="{T_THEME_PATH}/images/bl.png" width="18" height="18" alt="" /></td>
    <td height="18" style="background:url('{T_THEME_PATH}/images/bm.png');"></td>
    <td width="18" height="18"><img src="{T_THEME_PATH}/images/br.png" width="18" height="18" alt="" /></td>
  </tr>
</table>

<!-- IF S_DISPLAY_BIRTHDAY_LIST && BIRTHDAY_LIST -->
<table width="100%" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td width="18" height="18"><img src="{T_THEME_PATH}/images/tl.png" width="18" height="18" alt="" /></td>
    <td height="18" style="background:url('{T_THEME_PATH}/images/tm.png');"></td>
    <td width="18" height="18"><img src="{T_THEME_PATH}/images/tr.png" width="18" height="18" alt="" /></td>
  </tr>
  <tr>
    <td width="18" style="background:url('{T_THEME_PATH}/images/ml.png');"></td>
    <td>
	<table class="tablebg" width="100%" cellspacing="0">
	<tr>
		<td class="cat" colspan="2"><h4>{L_BIRTHDAYS}</h4></td>
	</tr>
	<tr>
		<td class="row1" align="center" valign="middle"><img src="{T_THEME_PATH}/images/bday.png" alt="{L_BIRTHDAYS}" /></td>
		<td class="row1" width="100%"><p class="genmed"><!-- IF BIRTHDAY_LIST -->{L_CONGRATULATIONS}: <b>{BIRTHDAY_LIST}</b><!-- ELSE -->{L_NO_BIRTHDAYS}<!-- ENDIF --></p></td>
	</tr>
	</table>
    	</td>
    <td width="18" style="background:url('{T_THEME_PATH}/images/mr.png');"></td>
  </tr>
  <tr>
    <td width="18" height="18"><img src="{T_THEME_PATH}/images/bl.png" width="18" height="18" alt="" /></td>
    <td height="18" style="background:url('{T_THEME_PATH}/images/bm.png');"></td>
    <td width="18" height="18"><img src="{T_THEME_PATH}/images/br.png" width="18" height="18" alt="" /></td>
  </tr>
</table>
<!-- ENDIF -->

<!-- INCLUDE top_five_body.html -->
<!-- IF S_DISPLAY_ONLINE_LIST -->

<table width="100%" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td width="18" height="18"><img src="{T_THEME_PATH}/images/tl.png" width="18" height="18" alt="" /></td>
    <td height="18" style="background:url('{T_THEME_PATH}/images/tm.png');"></td>
    <td width="18" height="18"><img src="{T_THEME_PATH}/images/tr.png" width="18" height="18" alt="" /></td>
  </tr>
  <tr>
    <td width="18" style="background:url('{T_THEME_PATH}/images/ml.png');"></td>
    <td>
	<table class="tablebg" width="100%" cellspacing="0">
	<tr>
		<td class="catb" colspan="2"><!-- IF U_VIEWONLINE --><h4><a class="genmedw" href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></h4><!-- ELSE --><h4>{L_WHO_IS_ONLINE}</h4><!-- ENDIF --></td>
	</tr>
	<tr>
	<!-- IF LEGEND -->
		<td class="row1" rowspan="3" align="center" valign="middle"><img src="{T_THEME_PATH}/images/whosonline.png" alt="{L_WHO_IS_ONLINE}" /></td>
	<!-- ELSE -->
		<td class="row1" align="center" valign="middle"><img src="{T_THEME_PATH}/images/whosonline.png" alt="{L_WHO_IS_ONLINE}" /></td>
	<!-- ENDIF -->
		<td class="row1" width="100%"><span class="genmed">{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})<br />{RECORD_USERS}<br /><br />{LOGGED_IN_USER_LIST}</span></td>
	</tr>
		<!-- IF not S_IS_BOT -->
      <tr>
         <td class="row1">{USERS_24HOUR_TOTAL}: <!-- BEGIN lastvisit -->{lastvisit.USERNAME_FULL}<!-- IF not lastvisit.S_LAST_ROW -->, <!-- ENDIF --><!-- END lastvisit --></td>
      </tr>
   <!-- ENDIF -->
	<!-- IF LEGEND -->
		<tr>
			<td class="row1"><b class="gensmall">{L_LEGEND} :: {LEGEND}</b></td>
		</tr>
	<!-- ENDIF -->
	</table>
        	</td>
    <td width="18" style="background:url('{T_THEME_PATH}/images/mr.png');"></td>
  </tr>
  <tr>
    <td width="18" height="18"><img src="{T_THEME_PATH}/images/bl.png" width="18" height="18" alt="" /></td>
    <td height="18" style="background:url('{T_THEME_PATH}/images/bm.png');"></td>
    <td width="18" height="18"><img src="{T_THEME_PATH}/images/br.png" width="18" height="18" alt="" /></td>
  </tr>
</table>
<!-- ENDIF -->

<br clear="all" />

<table class="legend">
<tr>
	<td width="20" align="center">{FORUM_UNREAD_IMG}</td>
	<td><span class="gensmall">{L_UNREAD_POSTS}</span></td>
	<td>&nbsp;&nbsp;</td>
	<td width="20" align="center">{FORUM_IMG}</td>
	<td><span class="gensmall">{L_NO_UNREAD_POSTS}</span></td>
	<td>&nbsp;&nbsp;</td>
	<td width="20" align="center">{FORUM_LOCKED_IMG}</td>
	<td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
</tr>
</table>

<!-- INCLUDE overall_footer.html -->
overall_footer.html

Cod: Selectaţi tot

<br clear="all" />
	<!-- IF not S_IS_BOT -->{RUN_CRON_TASK}<!-- ENDIF -->

<!--
	We request you retain the full copyright notice below including the link to www.phpbb.com.
	This not only gives respect to the large amount of time given freely by the developers
	but also helps build interest, traffic and use of phpBB3. If you (honestly) cannot retain
	the full copyright we ask you at least leave in place the "Powered by phpBB" line, with
	"phpBB" linked to www.phpbb.com. If you refuse to include even this then support on our
	forums may be affected.

	The phpBB Group : 2006
//-->
<div id="footer">
	<!-- IF U_ACP --><span class="gensmall">[ <a href="{U_ACP}">{L_ACP}</a> ]</span><br /><br /><!-- ENDIF -->
	<span class="copyright">phpBB skin developed by: <a href="http://www.phpbbhq.com/">phpBB Headquarters</a><br />Powered by <a href="http://www.phpbb.com/">phpBB</a> &copy; 2000, 2002, 2005, 2007 phpBB Group
	<!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
	<!-- IF DEBUG_OUTPUT --><br /><bdo dir="ltr">[ {DEBUG_OUTPUT} ]</bdo><!-- ENDIF --></span>
</div>
<div id="footer">
<!-- script statistics.ro : V2 : xhtml-easy -->
<script type="text/javascript" src="http://hitx.statistics.ro/hitx2.js"></script>
<a href="http://www.wta.ro/12835stats_index" title="Statistici web live pe Statistics.ro"><script type="text/javascript">
st_ro_start(12835, "", "", "");</script></a>
<noscript><div><a href="http://www.wta.ro/"><img src="http://hitx.statistics.ro/12835/1/-/-/-/a-x/nojs.gif" width="88" height="31" alt="Statistici web"/></a></div></noscript>
<!-- end of script statistics.ro : V2 : xhtml-easy -->
</div>

</td></tr>
</table>

<br clear="all" />

<!-- JQuery Quickedit Pop Up -->
<!-- IF S_VIEWTOPIC -->
<div id="popupQuickedit">  
</div>
<div id="quickeditBackground"></div>
<!-- ENDIF -->
<!-- JQuery Quickedit Pop Up END -->
</body>
</html>
Avatar utilizator
PKK
Utilizator înregistrat
Mesaje: 192
Membru din: 11-Noi-2010, 06:00:10
Versiune: 3.0.9
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Neexperimentat
Nivel php: Neexperimentat
Contact:

Re: tabel

Mesaj de PKK »

Ma ajuta cineva?
Avatar utilizator
PKK
Utilizator înregistrat
Mesaje: 192
Membru din: 11-Noi-2010, 06:00:10
Versiune: 3.0.9
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Neexperimentat
Nivel php: Neexperimentat
Contact:

Re: tabel

Mesaj de PKK »

paranormal ma ajuti?sau bogdan
Avatar utilizator
PKK
Utilizator înregistrat
Mesaje: 192
Membru din: 11-Noi-2010, 06:00:10
Versiune: 3.0.9
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Neexperimentat
Nivel php: Neexperimentat
Contact:

Re: tabel

Mesaj de PKK »

UP
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: tabel

Mesaj de bogdan »

Nu ai voie sa scrii mesaje consecutive la un interval < 24h. Citeste regulamentul.
Avatar utilizator
PKK
Utilizator înregistrat
Mesaje: 192
Membru din: 11-Noi-2010, 06:00:10
Versiune: 3.0.9
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Neexperimentat
Nivel php: Neexperimentat
Contact:

Re: tabel

Mesaj de PKK »

Daca nu raspunde nimeni,acest topic are 10 zile si nici un raspuns.Macar spuneti ca nu se poate,astept de ma satur.
Închis

Înapoi la “3.0.x Cum pot să...?”

Cine este conectat

Utilizatori ce ce navighează pe acest forum: Google [Bot] și 5 vizitatori