Pagina 1 din 1

Am o mica problema (pentru cunoascatori)

Scris: 18-Mar-2007, 14:19:08
de ihonut
Stiti ca in viewtopic_body.tpl exista :
{postrow.POSTER_JOINED}
Care arata data inregistrarii userului care posteaza.
Dar aceasta isi are un fel de origine in viewtopic.php
Originea ei este:
'POSTER_JOINED' => $poster_joined,
-----------------------------------------------------------
Acum in index_body este:
{TOTAL_USERS}
Ce origine are asta si unde se afla?

Scris: 18-Mar-2007, 14:21:53
de Aliniuz
Constanta 'TOTAL_USERS' se gaseste in index.php .

Scris: 18-Mar-2007, 14:22:59
de flowers
In index.php

Cod: Selectaţi tot

'TOTAL_USERS' => sprintf($l_total_user_s, $total_users),

Scris: 18-Mar-2007, 14:23:47
de ihonut
Aliniuz scrie:Constanta 'TOTAL_USERS' se gaseste in index.php .
'TOTAL_USERS' => sprintf($l_total_user_s, $total_users),
Asta e?

Scris: 18-Mar-2007, 14:24:29
de Aliniuz
Da, despre aia e vorba .

Scris: 18-Mar-2007, 14:25:01
de ihonut
flowers scrie:In index.php

Cod: Selectaţi tot

'TOTAL_USERS' => sprintf($l_total_user_s, $total_users),
Ms am scris mesajul precedent inaine sa-l vad pe al tau.

Scris: 18-Mar-2007, 14:44:15
de ihonut
Deci sa va zic clar ce vreu sa fac.
Am instalat modul member number in viewtopic si funcioneaza foarte bine.Dar scrie doar membrul nr. 2.Eu vreu sa scrie ,,memberul numarul 2 din totalul de x membri.Intelegeti ce vreeu sa zic.
Am incercat sa ma ghidez dupa mod dar apare doar ,,membrul nr. 2 din totalul de" fara numarul total de useri. Uitati: http://www.dubluforum.com/phpbbreal/viewtopic.php?t=2

viewtopic arata asa:

Cod: Selectaţi tot

'RANK_IMAGE' => $rank_image,
		'POSTER_USER_ID' => number_format($poster_id), 
		'TOTAL_USERS' => sprintf($l_total_user_s, $total_users),
		'POSTER_JOINED' => $poster_joined,
viwtopic_body arata asa:

Cod: Selectaţi tot

<td><span><a name="{postrow.U_POST_ID}"></a><b>{postrow.POSTER_NAME}</b></span><br><span>{postrow.POSTER_RANK}<br>{postrow.RANK_IMAGE}{postrow.POSTER_AVATAR}<br><br>{postrow.POSTER_JOINED}<br>{L_MEMBER_NUMBER} {postrow.POSTER_USER_ID}<br>{L_MEMBERS_NUMBER} {postrow.TOTAL_USERS}<br>{postrow.POSTER_POSTS}<br>{postrow.POSTER_FROM}</span><br></td>
		<td><table>
			<tr>
lang_main

Cod: Selectaţi tot

$lang['Member_number'] = 'Membrul nr.';
$lang['Members_number'] = 'Din totalul de';
$lang['Total_posts'] = 'Total posts';
$lang['User_post_pct_stats'] = '%.2f%% of total'; // 1.25% of total

Scris: 18-Mar-2007, 21:02:26
de abaddon123
stai asa sa vad daca pot face un MOD rapid.