La warnings Mod

Discuţii legate de instalarea şi funcţionarea unor MODificări vechi sau noi ale forumului phpBB 2.0.x.
Închis
psycho_flash07
Utilizator înregistrat
Mesaje: 41
Membru din: 21-Aug-2007, 17:32:13

La warnings Mod

Mesaj de psycho_flash07 »

Imi poate explica cineva ce trebuie sa fac aici:

Cod: Selectaţi tot

#
#-----[ SQL ]------------------------------------------
#
ALTER TABLE phpbb_users ADD user_warnings tinyint(1) DEFAULT 0 NOT NULL;
INSERT INTO phpbb_config (config_name, config_value) VALUES ('warnmod_banrank', 0);
INSERT INTO phpbb_config (config_name, config_value) VALUES ('warnmod_unbanrank', 0);

#
?
Avatar utilizator
bluestar
Utilizator înregistrat
Mesaje: 787
Membru din: 07-Iun-2007, 22:23:24
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Contact:

Mesaj de bluestar »

De ce iti este tie lene sa citeste asta: kb.php?mode=article&k=86 ?

Sau Aliniuz explica "ca un cur de maimuta"?
I`m back on phpBB.ro!
bluestar - also known as komAk
komAk`s blog - Life goes on...
psycho_flash07
Utilizator înregistrat
Mesaje: 41
Membru din: 21-Aug-2007, 17:32:13

Mesaj de psycho_flash07 »

Am inteles ce scrie acolo pana la urma dar nu inteleg cemi zic randurile astea!!!!!!!
carol
Utilizator înregistrat
Mesaje: 94
Membru din: 27-Mar-2007, 19:07:54
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu

Mesaj de carol »

te duci în phpmyadmin la lx.ro , bagi username si parola si ai un buton mic pe care scrie SQL , dai pe el scrii ce scrie acolo

Cod: Selectaţi tot

ALTER TABLE phpbb_users ADD user_warnings tinyint(1) DEFAULT 0 NOT NULL; 
INSERT INTO phpbb_config (config_name, config_value) VALUES ('warnmod_banrank', 0); 
INSERT INTO phpbb_config (config_name, config_value) VALUES ('warnmod_unbanrank', 0);
si dai ok
Spaţiu de închiriat | Spaţiu de închiriat | Spaţiu de închiriat
psycho_flash07
Utilizator înregistrat
Mesaje: 41
Membru din: 21-Aug-2007, 17:32:13

Mesaj de psycho_flash07 »

in instructiunile de instalare de la warning mod zice:

Cod: Selectaţi tot

#
#-----[ FIND ]------------------------------------------
#
		  <td><b><span>{JOINED}</span></b></td>
		</tr>
#
#-----[ AFTER, ADD ]------------------------------------------
#
		<BEGIN>
		<tr> 
		  <td><span>{L_WARNINGS}:&nbsp;</span></td>
		  <td><b><span>{WARNINGS}</span></b></td>
		</tr>
		<END>

#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
Dar eu nu gasesc ceea ce scrie acolo pentru ca fisierul profile_view_body al meu nu are acel rand :-S ce fac?
Eu in profile_view_body am doar urmatoarele linii:

Cod: Selectaţi tot

<table>
  <tr>
   <td>&nbsp;<img>&nbsp;<a href="{U_INDEX}" class="nav">{L_INDEX}</a> &raquo; <span>{L_VIEWING_PROFILE}</span></td>
  </tr>
  <tr>
   <td><br></td>
  </tr>
</table>

<br>

<table>
 <tr>
   <td><img></td>
   <td>&nbsp;<span>{L_VIEWING_PROFILE}</span></td>
   <td><img></td>
   <td><img></td>
   <td><img></td>
  </tr>
</table>
<table>
  <tr> 
	<td><strong><span>{L_AVATAR}</span></strong></td>
	<td><strong><span>{L_ABOUT_USER}</span></strong></td>
  </tr>
  <tr> 
	<td>{AVATAR_IMG}<br><span>{POSTER_RANK}</span></td>
	<td><table>
		<tr> 
		  <td><span>{L_JOINED}:&nbsp;</span></td>
		  <td><strong><span>{JOINED}</span></strong></td>
		</tr>
		<tr> 
		  <td><span>{L_TOTAL_POSTS}:&nbsp;</span></td>
		  <td><strong><span>{POSTS}</span></strong><br><span>[{POST_PERCENT_STATS} / {POST_DAY_STATS}]</span> <br><span><a href="{U_SEARCH_USER}" class="genmed">{L_SEARCH_USER_POSTS}</a></span></td>
		</tr>
		<tr> 
		  <td><span>{L_LOCATION}:&nbsp;</span></td>
		  <td><strong><span>{LOCATION}</span></strong></td>
		</tr>
		<tr> 
		  <td><span>{L_WEBSITE}:&nbsp;</span></td>
		  <td><span><strong>{WWW}</strong></span></td>
		</tr>
		<tr> 
		  <td><span>{L_OCCUPATION}:&nbsp;</span></td>
		  <td><strong><span>{OCCUPATION}</span></strong></td>
		</tr>
		<tr> 
		  <td><span>{L_INTERESTS}:</span></td>
		  <td><strong><span>{INTERESTS}</span></strong></td>
		</tr>
	  </table>
	</td>
  </tr>
  <tr> 
	<td><strong><span>{L_CONTACT} {USERNAME} </span></strong></td>
  </tr>
  <tr> 
	<td><table>
		<tr> 
		  <td><span>{L_EMAIL_ADDRESS}:</span></td>
		  <td><span>{EMAIL_IMG}</span></td>
		</tr>
		<tr> 
		  <td><span>{L_PM}:</span></td>
		  <td><span>{PM_IMG}</span></td>
		</tr>
		<tr> 
		  <td><span>{L_MESSENGER}:</span></td>
		  <td><span>{MSN}</span></td>
		</tr>
		<tr> 
		  <td><span>{L_YAHOO}:</span></td>
		  <td><span>{YIM_IMG}</span></td>
		</tr>
		<tr> 
		  <td><span>{L_AIM}:</span></td>
		  <td><span>{AIM_IMG}</span></td>
		</tr>
		<tr> 
		  <td><span>{L_ICQ_NUMBER}:</span></td>
		  <td>{ICQ_IMG}</td>
		</tr>
	  </table>
	</td>
  </tr>
</table>
<table>
 <tr>
   <td><img></td>
   <td><img></td>
   <td><img></td>
  </tr>
</table>

<table>
  <tr> 
	<td><span><br>{JUMPBOX}</span></td>
  </tr>
</table>
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 »

daca nu are acel rand inseamna ca nu arata "Data înscrierii:"...si asa ceva de obicei afiseaza...doar daca nu mai ai si alte moduri instalate sau template-uri...


...edit:acuma am citit ce scrie si mai jos...omg...

Cod: Selectaţi tot

<td><strong><span>{JOINED}</span></strong></td> 
      </tr>
asta e ceea ce cauti...<strong> e echivalentul la <b> ;);)
Imi rezerv dreptul de a scrie cu greseli gramaticale !!!

GodClanCS | Blog
flowers
AdministratorAdministrator
Mesaje: 4641
Membru din: 03-Iun-2004, 17:50:34
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Localitate: Bucureşti, România
Contact:

Mesaj de flowers »

psycho_flash07, de ce nu postezi la suport MODificari? Topic mutat.
Închis

Înapoi la “2.0.x Suport pentru MODificări”

Cine este conectat

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