Pagina 1 din 1

Online / Offline

Scris: 13-Apr-2007, 15:22:46
de BLACKzone
Imagine
Vreau sa nu mai apara poza ci vreau sa apara:
Status: Online


De unde trebuie sa modific ?

Scris: 13-Apr-2007, 15:43:33
de xploud
Mi se pare ca ai mai postat odata asta....

Scris: 13-Apr-2007, 15:45:01
de Aliniuz
Probabil te referi la phpBB3. Te rog de acum posteaza in forumul cu pricina sa nu ne induci in eroare .

In viewtopic_body.html inlocuieste

Cod: Selectaţi tot

<td valign="top">
				<table cellspacing="4" align="center" width="150">
			<!-- IF postrow.ONLINE_IMG -->
				<tr>
					<td>{postrow.ONLINE_IMG}</td>
				</tr>
			<!-- ENDIF -->
			<!-- IF postrow.RANK_TITLE -->
				<tr>
					<td class="postdetails">{postrow.RANK_TITLE}</td>
				</tr>
			<!-- ENDIF -->
			<!-- IF postrow.RANK_IMG -->
				<tr>
					<td>{postrow.RANK_IMG}</td>
				</tr>
			<!-- ENDIF -->
			<!-- IF postrow.POSTER_AVATAR -->
				<tr>
					<td>{postrow.POSTER_AVATAR}</td>
				</tr>
			<!-- ENDIF -->
				</table>

				<span class="postdetails">
					<!-- IF postrow.POSTER_JOINED --><br /><b>{L_JOINED}:</b> {postrow.POSTER_JOINED}<!-- ENDIF -->
cu

Cod: Selectaţi tot

<td valign="top">
				<table cellspacing="4" align="center" width="150">
			<!-- IF postrow.RANK_TITLE -->
				<tr>
					<td class="postdetails">{postrow.RANK_TITLE}</td>
				</tr>
			<!-- ENDIF -->
			<!-- IF postrow.RANK_IMG -->
				<tr>
					<td>{postrow.RANK_IMG}</td>
				</tr>
			<!-- ENDIF -->
			<!-- IF postrow.POSTER_AVATAR -->
				<tr>
					<td>{postrow.POSTER_AVATAR}</td>
				</tr>
			<!-- ENDIF -->
				</table>

				<span class="postdetails">
							<!-- IF postrow.ONLINE_IMG --><br /><b>Status:</b> {postrow.ONLINE_IMG}
			<!-- ENDIF -->
					<!-- IF postrow.POSTER_JOINED --><br /><b>{L_JOINED}:</b> {postrow.POSTER_JOINED}<!-- ENDIF -->
Iar acea imagine cu offline/online o faci tu, in dimensiunea in care vrei, astfel incat sa dea bine sub avatar .

Scris: 13-Apr-2007, 17:04:43
de BLACKzone
nu am asa ceva in viewtopic_body

Scris: 13-Apr-2007, 17:09:25
de Aliniuz
Un link catre forum ne dai si noua ?

Scris: 13-Apr-2007, 17:14:35
de BLACKzone