Cum pot sa mut autentificare in dreapta sus?

Pentru întrebări legate de facilităţile forumului phpBB 2.0.x, acest loc este cel mai potrivit.
Avatar utilizator
Sultanul
Utilizator înregistrat
Mesaje: 199
Membru din: 21-Noi-2006, 20:51:55
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Localitate: In Bosketzi

Cum pot sa mut autentificare in dreapta sus?

Mesaj de Sultanul »

am cautat si ce am gasit au fost niste prostii cu at a glace cum il muta asta am facut inainte acum vreau autentificare. am facut eu ceva ceva dar nu e chiar asa cum credeam.M-am autentifica dupac e m-am autentificat panoul tot aparea acolo si nu este unul sub altul linkul este

http://www.leondream.lx.ro/forum/

scuze de reclama poate ma ajutati pls va rog am nevoie!
Avatar utilizator
evo_vii
Utilizator înregistrat
Mesaje: 372
Membru din: 03-Aug-2006, 16:07:23
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Localitate: Pe undeva pe la mare ...
Contact:

Mesaj de evo_vii »

Cred ca pot sa rezolvi usor asta :
Adaugi inainte si dupa tabelul acela cu Login :

Cod: Selectaţi tot

<!-- BEGIN switch_user_logged_out -->
Aici vine partea tabelului
<!-- END switch_user_logged_out -->
Daca e sa nu mearga inseamna ca mai lipsesc lucruri din acel tabel ca sa iti mearga bine ... ( cred )
Avatar utilizator
53rg1u
Utilizator înregistrat
Mesaje: 457
Membru din: 23-Iun-2007, 13:07:25
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Localitate: sGz.ro

Mesaj de 53rg1u »

poi nici macar nu merge butonul de Autentificare din dreapta :( , dau pe el si nu incarca niik :P
Imi rezerv dreptul de a scrie cu greseli gramaticale !!!

GodClanCS | Blog
Avatar utilizator
Sultanul
Utilizator înregistrat
Mesaje: 199
Membru din: 21-Noi-2006, 20:51:55
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Localitate: In Bosketzi

Mesaj de Sultanul »

gata am facut merge autentificare dar acum sa pun chenarul cu Parola sub chenarul cu Utilizator cum fac?
Avatar utilizator
53rg1u
Utilizator înregistrat
Mesaje: 457
Membru din: 23-Iun-2007, 13:07:25
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Localitate: sGz.ro

Mesaj de 53rg1u »

poi modifici codul...8-|
Imi rezerv dreptul de a scrie cu greseli gramaticale !!!

GodClanCS | Blog
Avatar utilizator
Sultanul
Utilizator înregistrat
Mesaje: 199
Membru din: 21-Noi-2006, 20:51:55
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Localitate: In Bosketzi

Mesaj de Sultanul »

de modificat il modific da cum?
Avatar utilizator
53rg1u
Utilizator înregistrat
Mesaje: 457
Membru din: 23-Iun-2007, 13:07:25
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Localitate: sGz.ro

Mesaj de 53rg1u »

trim codu' pe prv si iti trim inapoi ce tre` sa pui ;)
Imi rezerv dreptul de a scrie cu greseli gramaticale !!!

GodClanCS | Blog
Avatar utilizator
Sultanul
Utilizator înregistrat
Mesaje: 199
Membru din: 21-Noi-2006, 20:51:55
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Localitate: In Bosketzi

Mesaj de Sultanul »

Uitati ce este in Index_Boby.tpl

Cod: Selectaţi tot

<table>
  <tr> 
	<td><span>
	<BEGIN>
	{LAST_VISIT_DATE}<br>
	<END>
	{CURRENT_TIME}<br></span><span><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td>
	<td>
		<BEGIN>
		<a href="{U_SEARCH_NEW}" class="gensmall">{L_SEARCH_NEW}</a><br><a href="{U_SEARCH_SELF}" class="gensmall">{L_SEARCH_SELF}</a><br>
		<END>
		<a href="{U_SEARCH_UNANSWERED}" class="gensmall">{L_SEARCH_UNANSWERED}</a></td>
  </tr>
</table>
<table>
  <tr>
   <td>
<table>
  <tr> 
	<th>&nbsp;{L_FORUM}&nbsp;</th>
	<th>&nbsp;{L_TOPICS}&nbsp;</th>
	<th>&nbsp;{L_POSTS}&nbsp;</th>
	<th>&nbsp;{L_LASTPOST}&nbsp;</th>
  </tr>
  <BEGIN>
  <tr> 
	<td><span><a href="{catrow.U_VIEWCAT}" class="cattitle">{catrow.CAT_DESC}</a></span></td>
	<td>&nbsp;</td>
  </tr>
  <BEGIN>
  <tr> 
	<td><img></td>
	<td><span> <a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a><br>
	  </span> <span>{catrow.forumrow.FORUM_DESC}<br>
	  </span><span>{catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}</span></td>
	<td><span>{catrow.forumrow.TOPICS}</span></td>
	<td><span>{catrow.forumrow.POSTS}</span></td>
	<td> <span>{catrow.forumrow.LAST_POST}</span></td>
  </tr>
  <END>
  <END>
</table>
</td>
    <td>
        <table>
       <tr>
          <td>
<BEGIN>
<form>
  <table>
	<tr> 
	  <td><a name="login"></a><span>{L_LOGIN_LOGOUT}</span></td>
	</tr>
	<tr> 
	  <td><span>{L_USERNAME}: 
		<input>
		&nbsp;&nbsp;&nbsp;{L_PASSWORD}: 
		<input>
		&nbsp;&nbsp; &nbsp;&nbsp;{L_AUTO_LOGIN} 
		<input>
		&nbsp;&nbsp;&nbsp; 
		<input>
		</span> </td>
	</tr>
  </table>
</form>
<END>
 {GLANCE_OUTPUT}
           </td>
       </tr>
        </table>
   </td>
</tr>
</table>

<table>
  <tr> 
	<td><span><a href="{U_MARK_READ}" class="gensmall">{L_MARK_FORUMS_READ}</a></span></td>
	<td><span>{S_TIMEZONE}</span></td>
  </tr>
</table>

<table>
  <tr> 
	<td><span><a href="{U_VIEWONLINE}" class="cattitle">{L_WHO_IS_ONLINE}</a></span></td>
  </tr>
  <tr> 
	<td><img></td>
	<td><span>{TOTAL_POSTS}<br>{TOTAL_USERS}<br>{NEWEST_USER}</span>
	</td>
  </tr>
  <tr> 
	<td><span>{TOTAL_USERS_ONLINE} &nbsp; [ {L_WHOSONLINE_ADMIN} ] &nbsp; [ {L_WHOSONLINE_MOD} ]<br>{RECORD_USERS}<br>{LOGGED_IN_USER_LIST}</span></td>
  </tr>
</table>

<table>
  <tr>
	<td><span>{L_ONLINE_EXPLAIN}</span></td>
  </tr>
</table>



<br>

<table>
  <tr> 
	<td><img></td>
	<td><span>{L_NEW_POSTS}</span></td>
	<td>&nbsp;&nbsp;</td>
	<td><img></td>
	<td><span>{L_NO_NEW_POSTS}</span></td>
	<td>&nbsp;&nbsp;</td>
	<td><img></td>
	<td><span>{L_FORUM_LOCKED}</span></td>
  </tr>
</table>
Ultima oară modificat 04-Iul-2007, 13:29:31 de către Sultanul, modificat 1 dată în total.
Avatar utilizator
53rg1u
Utilizator înregistrat
Mesaje: 457
Membru din: 23-Iun-2007, 13:07:25
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Localitate: sGz.ro

Mesaj de 53rg1u »

mai baga un slash inaintea ultimului code : [/code] ;) si dezactiveaza codu' html ;)
Imi rezerv dreptul de a scrie cu greseli gramaticale !!!

GodClanCS | Blog
Avatar utilizator
Sultanul
Utilizator înregistrat
Mesaje: 199
Membru din: 21-Noi-2006, 20:51:55
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Localitate: In Bosketzi

Mesaj de Sultanul »

gata cred ca am sarit partea cu / :roll: :cry: :oops:
Închis

Înapoi la “2.0.x Cum pot să...?”

Cine este conectat

Utilizatori ce ce navighează pe acest forum: Niciun utilizator înregistrat și 6 vizitatori