Pagina 1 din 2

cum pot sa ......

Scris: 03-Iun-2013, 14:49:24
de d3zz
cum pot sa modific si eu la profil ca aici
http://i44.tinypic.com/2q3qb2p.png
vreau sa modific sa adaug un camp cu "Rank : x
si cu Status : online/offline
daca reusesc am sa sterg imaginea cu online /offline si am sa scot rankurile de pe forum

Re: cum pot sa ......

Scris: 03-Iun-2013, 16:50:19
de Bladell
Ne-ar fi de folos un link catre forumul tau, sau cel putin sa ne spui ce tema folosesti.

Re: cum pot sa ......

Scris: 03-Iun-2013, 17:13:29
de d3zz
pai folosesc tema etech , forum link aici
eu stiu ca se modifica din viewtopic_body si deja am si modificat putin campurile de profil insa mai am nevoie de cele 2
http://i39.tinypic.com/98g1g4.png

Re: cum pot sa ......

Scris: 04-Iun-2013, 14:18:17
de Bladell
Inlocuieste :

Cod: Selectaţi tot

<div class="postdetails">
					<!-- 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 -->

					<!-- IF postrow.S_PROFILE_FIELD1 -->
						<!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. -->
						<br /><b>{postrow.PROFILE_FIELD1_NAME}:</b> {postrow.PROFILE_FIELD1_VALUE}
					<!-- ENDIF -->

					<!-- BEGIN custom_fields -->
						<br /><b>{postrow.custom_fields.PROFILE_FIELD_NAME}:</b> {postrow.custom_fields.PROFILE_FIELD_VALUE}
					<!-- END custom_fields -->
				</div>
cu

Cod: Selectaţi tot

				<div class="postdetails">
					<!-- 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 -->
					</br><b>Rank:</b><!-- IF postrow.RANK_TITLE --><b>{postrow.RANK_TITLE}</b><!-- ENDIF -->
					</br><b>Status:</b><!-- IF postrow.S_ONLINE --><b><font color="green">Online</font></b><!-- ELSEIF --><b><font color="red">Offline</font></b><!-- 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. -->
						<br /><b>{postrow.PROFILE_FIELD1_NAME}:</b> {postrow.PROFILE_FIELD1_VALUE}
					<!-- ENDIF -->

					<!-- BEGIN custom_fields -->
						<br /><b>{postrow.custom_fields.PROFILE_FIELD_NAME}:</b> {postrow.custom_fields.PROFILE_FIELD_VALUE}
					<!-- END custom_fields -->
				</div>

Re: cum pot sa ......

Scris: 04-Iun-2013, 17:39:09
de d3zz
ms dar cum fac sa arate rankul cu diferite culori ca in legenda ? ca aici http://i44.tinypic.com/2q3qb2p.png
si la status merge decat online , la offline nu scrie nimic decat status :

Re: cum pot sa ......

Scris: 04-Iun-2013, 18:46:22
de Bladell

Cod: Selectaţi tot

            <div class="postdetails">
               <!-- 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 -->
               </br><b>Rank:</b><!-- IF postrow.RANK_TITLE --><a <!-- IF postrow.POST_AUTHOR_COLOUR --> style="color: {postrow.POST_AUTHOR_COLOUR}" <!-- ENDIF -->"><b>{postrow.RANK_TITLE}</b></><!-- ENDIF -->
               </br><b>Status:</b><!-- IF postrow.S_ONLINE --><b><font color="green">{L_ONLINE}</font></b><!-- ELSE --><b><font color="red">{L_OFFLINE}</font></b><!-- 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. -->
                  <br /><b>{postrow.PROFILE_FIELD1_NAME}:</b> {postrow.PROFILE_FIELD1_VALUE}
               <!-- ENDIF -->

               <!-- BEGIN custom_fields -->
                  <br /><b>{postrow.custom_fields.PROFILE_FIELD_NAME}:</b> {postrow.custom_fields.PROFILE_FIELD_VALUE}
               <!-- END custom_fields -->
            </div>
Incearca asa...

Re: cum pot sa ......

Scris: 04-Iun-2013, 20:29:50
de d3zz
merge , am mai modificat eu uite http://i44.tinypic.com/nq4r6c.png nu sti cum pot sa modific sa fie mai mic chenarul ? pana acum la toate au fost la fel dar .. [nu din css] vreau sa fie la fel ca celelalte

Re: cum pot sa ......

Scris: 04-Iun-2013, 21:11:26
de Anișor
Atata timp cat continutul din interiorul chenarelor este mai mare , si chenarul se mareste.

Re: cum pot sa ......

Scris: 04-Iun-2013, 21:12:17
de d3zz
pai este la fel ca si celelalte

Re: cum pot sa ......

Scris: 04-Iun-2013, 21:28:48
de Anișor
Eu vad ca la status cs , e pe doua randuri , ceea ce inseamna ca , chenarul s-a marit.