Pagina 1 din 2

Cele mai noi topicuri,Topul userilor,Cei mai noi membrii!

Scris: 26-Aug-2009, 18:21:41
de duk
Cine ma ajuta si pe mine sa fac ca in imagine?Am mare nevoie..caut de 4 zile.... (In dreapta scrie "CEI MAI NOI MEMBRII" pls help me:X
Imagine

Re: Cele mai noi topicuri,Topul userilor,Cei mai noi membrii!

Scris: 26-Aug-2009, 20:07:03
de Gotyc
de aici il downloadezi modul si in el este incul un fisier numit

install.xml il deschizi in mozila sau Inter net explorer si iti arata acolo cum trebuie instalat


http://www.phpbb.com/community/viewtopi ... &t=1521595

Re: Cele mai noi topicuri,Topul userilor,Cei mai noi membrii!

Scris: 26-Aug-2009, 23:52:30
de duk
Nu am inteles nimic...imi poti explica?
Cred ca stiu doar chestiile de la root unde se pun...restu nu stiu:(

Re: Cele mai noi topicuri,Topul userilor,Cei mai noi membrii!

Scris: 28-Aug-2009, 12:32:05
de yakuza
Nici eu nu stiu engleza...nu stiu sa il instalez
Ne ajuta cineva?

Re: Cele mai noi topicuri,Topul userilor,Cei mai noi membrii!

Scris: 29-Aug-2009, 02:14:12
de Gotyc
Instalare:

1.Copiezi fisierele pe host:

Cod: Selectaţi tot

Copy: root/includes/top_five.php
To: includes/top_five.php
Copy: root/styles/tema ta/template/top_five_body.html
To: styles/tema ta/template/top_five_body.html
Copy: root/language/en/mods/top_five.php
To: language/en/mods/top_five.php
2. Deschide-ti fisierul:

Cod: Selectaţi tot

index.php
Cautati Linia:

Cod: Selectaţi tot

// Assign index specific vars
$template->assign_vars(array(
Adauga in fata codului de mai sus:

Cod: Selectaţi tot

//-- mod: top five ---------------------------------------------------------//
   include($phpbb_root_path . 'includes/top_five.' . $phpEx);
//-- end: top five ---------------------------------------------------------//
3. Cautati si deschideti:

Cod: Selectaţi tot

styles/sbusilver2/template/index_body.html
Cauta-ti linia:

Cod: Selectaţi tot

<!-- IF S_DISPLAY_ONLINE_LIST -->
Adauga in fata liniei de mai sus:

Cod: Selectaţi tot

<!-- INCLUDE top_five_body.html -->
Bafta!

Re: Cele mai noi topicuri,Topul userilor,Cei mai noi membrii!

Scris: 30-Aug-2009, 19:11:47
de duk
Unde e index.php ca nu il gasesc!

Re: Cele mai noi topicuri,Topul userilor,Cei mai noi membrii!

Scris: 30-Aug-2009, 21:31:11
de Gotyc
index.php de la forum ;)

Re: Cele mai noi topicuri,Topul userilor,Cei mai noi membrii!

Scris: 01-Sep-2009, 15:19:49
de duk
Oricat l-as cauta nu il gasesc...inca o intrebare..merge pe orice tema?

Re: Cele mai noi topicuri,Topul userilor,Cei mai noi membrii!

Scris: 11-Ian-2010, 22:58:12
de keops
am si eu tema de la vritualstrike...

si in acel template : index_body.html nu am linia aceasta :

<!-- IF S_DISPLAY_ONLINE_LIST -->

si cum fac sa bag acea linie prima si sa bag aceasta linie in fata ?

Re: Cele mai noi topicuri,Topul userilor,Cei mai noi membrii!

Scris: 13-Ian-2010, 00:26:45
de Gotyc
uite mai jos ai refacut index_body.html pentru tema aceea

repunel

Cod: Selectaţi tot

<!-- INCLUDE overall_header.html -->


<!-- INCLUDE forumlist_body.html -->



<br clear="all" />

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

	
              <br clear="all" />
              <table class="tablebg" width="100%" cellspacing="1">

	<tr>


		<td class="cat" colspan="2"><!-- IF U_VIEWONLINE --><h4><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></h4><!-- ELSE --><h4>{L_WHO_IS_ONLINE}</h4><!-- ENDIF --></td>
	</tr>
	<tr>

	<br clear="all" />
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>

    <td valign="top" align="left">{$CA_BLOCK_START}
	{$CA_CAP2_START}<!-- IF U_VIEWONLINE --><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a><!-- ELSE -->{L_WHO_IS_ONLINE}<!-- ENDIF -->{$CA_CAP2_END}
	<table class="tablebg" width="100%" cellspacing="{$CA_SPACING}">
	<tr>
	<!-- IF LEGEND -->
		<td class="row1" rowspan="2" align="center" valign="middle"><img src="{T_THEME_PATH}/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td>
	<!-- ELSE -->
		<td class="row1" align="center" valign="middle"><img src="{T_THEME_PATH}/images/whosonline.gif" 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 LEGEND -->
		<tr>
			<td class="row1 nobold"><b class="gensmall">{L_LEGEND} :: {LEGEND}</b></td>
		</tr>
	<!-- ENDIF -->

	</table>
	{$CA_BLOCK_END}</td>

    <td valign="top" align="{S_CONTENT_FLOW_END}">{$CA_BLOCK_START}
{$CA_CAP2_START}{L_STATISTICS}{$CA_CAP2_END}
<table class="tablebg" width="100%" cellspacing="{$CA_SPACING}">
<tr>
	<td class="row1"><img src="{T_THEME_PATH}/images/stats.gif" alt="{L_STATISTICS}" /></td>
	<td class="row1 nobold" width="100%" valign="middle"><p class="genmed">{TOTAL_POSTS} | {TOTAL_TOPICS} | {TOTAL_USERS} | {NEWEST_USER}</p></td>
</tr>
<tr>

  <td class="row1">&nbsp;</td>
  <td class="row1 nobold" valign="middle">Powered by <a href="http://www.phpbb.com/">phpBB</a> &copy; 2009 <!-- IF U_ACP -->[ <a href="{U_ACP}">{L_ACP}</a> ]<!-- ENDIF --></td>
</tr>
</table>
{$CA_BLOCK_END}<br /></td>

  </tr>
</table>

    



<!-- IF S_DISPLAY_BIRTHDAY_LIST && BIRTHDAY_LIST -->
	<br clear="all" />
    
    {$CA_BLOCK_START}
	{$CA_CAP2_START}{L_BIRTHDAYS}{$CA_CAP2_END}
	<table class="tablebg" width="100%" cellspacing="{$CA_SPACING}">
	<tr>
		<td class="row1" align="center" valign="middle"><img src="{T_THEME_PATH}/images/birthday.gif" alt="{L_BIRTHDAYS}" /></td>
		<td class="row1 nobold" width="100%"><p class="genmed"><!-- IF BIRTHDAY_LIST -->{L_CONGRATULATIONS}: <b>{BIRTHDAY_LIST}</b><!-- ELSE -->{L_NO_BIRTHDAYS}<!-- ENDIF --></p></td>

	</tr>
	</table>
	{$CA_BLOCK_END}
<!-- ENDIF -->

<br clear="all" />


<!-- IF not S_USER_LOGGED_IN and not S_IS_BOT -->
	<br clear="all" />

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

	
	{$CA_BLOCK_START}
	{$CA_CAP2_START}<a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a>{$CA_CAP2_END}
	<table class="tablebg" width="100%" cellspacing="{$CA_SPACING}">
	<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" />&nbsp;<!-- ENDIF --> <input type="submit" class="btnmain" name="login" value="{L_LOGIN}" /></td>

	</tr>
	</table>
	{$CA_BLOCK_END}
	{S_FORM_TOKEN}
	</form>
<!-- ENDIF -->

<br clear="all" />



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