Vizitato
Vizitator
Salutare cu S MARE si bine v-am gasit la noul tutorial. Astazi, am de gand sa va arat o smecherie gasita de mine in timp ce faceam prima tema. Vom vorbi despre cum poti sa dezactivezi functia "Fii invizibil". Pentru asta va rog sa urmariti 3 mici pasi.
1. Mergem la panoul nostru de administrare, Afisare, Template-uri, Profil, profile_add_body, click pe iconita "modifica".
2.A. Gasim codul:
Inlocuim codul urmator:
cu codul care urmeaza:
2.B. Stergem codul:
3. Salvam, si, ta-dam!
Tutorial realizat de BeHappy pentru Extrem Tutorials. O zi buna!
1. Mergem la panoul nostru de administrare, Afisare, Template-uri, Profil, profile_add_body, click pe iconita "modifica".
2.A. Gasim codul:
- Cod:
<tr>
<td class="row1"><span class="gen">{L_HIDE_USER} :</span></td>
<td class="row2">
<label class="gen"><input type="radio" name="hideonline" value="1" {HIDE_USER_YES} />{L_YES}</label>
<label class="gen"><input type="radio" name="hideonline" value="0" {HIDE_USER_NO} />{L_NO}</label>
</td>
</tr>
Inlocuim codul urmator:
- Cod:
<label class="gen"><input type="radio" name="hideonline" value="1" {HIDE_USER_YES} />{L_YES}</label>
<label class="gen"><input type="radio" name="hideonline" value="0" {HIDE_USER_NO} />{L_NO}</label>
cu codul care urmeaza:
- Cod:
<label class="gensmall"><strong>Administratorul acestui forum a dezactivat aceasta functie</strong></label>
2.B. Stergem codul:
- Cod:
<tr>
<td class="row1"><span class="gen">{L_HIDE_USER} :</span></td>
<td class="row2">
<label class="gen"><input type="radio" name="hideonline" value="1" {HIDE_USER_YES} />{L_YES}</label>
<label class="gen"><input type="radio" name="hideonline" value="0" {HIDE_USER_NO} />{L_NO}</label>
</td>
</tr>
3. Salvam, si, ta-dam!
Tutorial realizat de BeHappy pentru Extrem Tutorials. O zi buna!



