Legenda forumuri butoane imprastiate

Folosiţi acest forum pentru a discuta problemele apărute în timpul folosirii forumului phpBB 3.0.x.
Reguli forum
Aveti o problema si vreti sa primiti ajutor? Click aici ! Nu uitati si de regulamentul forumului !
Închis
remycs
Utilizator înregistrat
Mesaje: 34
Membru din: 29-Dec-2012, 13:59:33
Versiune: 3.0.11
Ext: Nu
Server: Windows
Nivel phpBB: Neexperimentat
Nivel php: Neexperimentat

Legenda forumuri butoane imprastiate

Mesaj de remycs »

Dupa cum spune si subiectul mi s-au cam imprastiat butoanele de la legenda : http://i.imgur.com/NcuXkOb.png
. Ultima modificare facuta a fost sa adaug un buton in header :-? ..
Link forum : http://inpauza.org
Avatar utilizator
x6IT32
Utilizator înregistrat
Mesaje: 373
Membru din: 28-Apr-2009, 20:47:28
Versiune: 3.0.11
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Experimentat
Nivel php: Experimentat

Re: Legenda forumuri butoane imprastiate

Mesaj de x6IT32 »

Cand ai adaugat butonul respect in header, te-ai asigurat daca ai inchis toata tag-urile?
Avatar utilizator
Ivan Petre Paul
ModeratorModerator
Mesaje: 4055
Membru din: 26-Aug-2009, 02:13:39
Versiune: 3.1.10
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Experimentat
Nivel php: Puţin experimentat
Localitate: Brașov
Contact:

Re: Legenda forumuri butoane imprastiate

Mesaj de Ivan Petre Paul »

Deschide fișierul viewforum_body.html din styles/1Game/template/, caută

Cod: Selectaţi tot

				<td width="20" style="text-align: center;">{FOLDER_UNREAD_IMG}</td>
				<td class="gensmall">{L_UNREAD_POSTS}</td
				<td>&nbsp;&nbsp;</td>
				<td width="20" style="text-align: center;">{FOLDER_IMG}</td>
				<td class="gensmall">{L_NO_UNREAD_POSTS}</td>
				<td>&nbsp;&nbsp;</td>
				<td width="20" style="text-align: center;">{FOLDER_ANNOUNCE_IMG}</td>
				<td class="gensmall">{L_ICON_ANNOUNCEMENT}</td>
și înlocuiește cu

Cod: Selectaţi tot

				<td style="text-align: center;">{FOLDER_UNREAD_IMG}</td>
				<td class="gensmall">{L_UNREAD_POSTS}</td
				<td>&nbsp;&nbsp;</td>
				<td style="text-align: center;">{FOLDER_IMG}</td>
				<td class="gensmall">{L_NO_UNREAD_POSTS}</td>
				<td>&nbsp;&nbsp;</td>
				<td style="text-align: center;">{FOLDER_ANNOUNCE_IMG}</td>
				<td class="gensmall">{L_ICON_ANNOUNCEMENT}</td>
Curăță cache-ul și vezi dacă problema a dispărut.
phpBB România will rise again. Soon.. Stay close! @phpbb.ro
remycs
Utilizator înregistrat
Mesaje: 34
Membru din: 29-Dec-2012, 13:59:33
Versiune: 3.0.11
Ext: Nu
Server: Windows
Nivel phpBB: Neexperimentat
Nivel php: Neexperimentat

Re: Legenda forumuri butoane imprastiate

Mesaj de remycs »

Tot la fel:

Cod: Selectaţi tot

<table width="100%" cellspacing="0">
	<tr>
		<td align="{S_CONTENT_FLOW_BEGIN}" valign="top">
			<table cellspacing="3" cellpadding="0" border="0">
			<tr>
				<td style="text-align: center;">{FOLDER_UNREAD_IMG}</td>
            <td class="gensmall">{L_UNREAD_POSTS}</td
            <td>&nbsp;&nbsp;</td>
            <td style="text-align: center;">{FOLDER_IMG}</td>
            <td class="gensmall">{L_NO_UNREAD_POSTS}</td>
            <td>&nbsp;&nbsp;</td>
            <td style="text-align: center;">{FOLDER_ANNOUNCE_IMG}</td>
            <td class="gensmall">{L_ICON_ANNOUNCEMENT}</td>
			</tr>
			<tr>
				<td style="text-align: center;">{FOLDER_HOT_UNREAD_IMG}</td>
				<td class="gensmall">{L_UNREAD_POSTS_HOT}</td>
				<td>&nbsp;&nbsp;</td>
				<td style="text-align: center;">{FOLDER_HOT_IMG}</td>
				<td class="gensmall">{L_NO_UNREAD_POSTS_HOT}</td>
				<td>&nbsp;&nbsp;</td>
				<td style="text-align: center;">{FOLDER_STICKY_IMG}</td>
				<td class="gensmall">{L_ICON_STICKY}</td>
			</tr>
			<tr>
				<td style="text-align: center;">{FOLDER_LOCKED_UNREAD_IMG}</td>
				<td class="gensmall">{L_UNREAD_POSTS_LOCKED}</td>
				<td>&nbsp;&nbsp;</td>
				<td style="text-align: center;">{FOLDER_LOCKED_IMG}</td>
				<td class="gensmall">{L_NO_UNREAD_POSTS_LOCKED}</td>
				<td>&nbsp;&nbsp;</td>
				<td style="text-align: center;">{FOLDER_MOVED_IMG}</td>
				<td class="gensmall">{L_TOPIC_MOVED}</td>
			</tr>
			</table>
		</td>
		<td align="{S_CONTENT_FLOW_END}"><span class="gensmall"><!-- BEGIN rules -->{rules.RULE}<br /><!-- END rules --></span></td>
	</tr>
	</table>
<!-- ENDIF -->
Cam asa arata codul
Avatar utilizator
Ivan Petre Paul
ModeratorModerator
Mesaje: 4055
Membru din: 26-Aug-2009, 02:13:39
Versiune: 3.1.10
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Experimentat
Nivel php: Puţin experimentat
Localitate: Brașov
Contact:

Re: Legenda forumuri butoane imprastiate

Mesaj de Ivan Petre Paul »

remycs scrie:Tot la fel
Ai curățat cache-ul?

Spune-ne exact ce modificare ai făcut în header pentru a pune acel buton de care ne spuneai mai devreme. Elimină-l și vezi dacă se repară ce-i în footer.
phpBB România will rise again. Soon.. Stay close! @phpbb.ro
remycs
Utilizator înregistrat
Mesaje: 34
Membru din: 29-Dec-2012, 13:59:33
Versiune: 3.0.11
Ext: Nu
Server: Windows
Nivel phpBB: Neexperimentat
Nivel php: Neexperimentat

Re: Legenda forumuri butoane imprastiate

Mesaj de remycs »

Da am curatit chache-ul . Iar modificarea facuta a fost sa inlocuiesc butonul faq cu un link extern.
Închis

Înapoi la “3.0.x Funcţionare”

Cine este conectat

Utilizatori ce ce navighează pe acest forum: Niciun utilizator înregistrat și 1 vizitator