Pagina 1 din 2

linia de desupt la description ?

Scris: 23-Mar-2007, 15:25:05
de BLACKzone
cum pot scoate linia de desupt la descriptionul unu forum adik unde vedea 'Moderators: bula, ... '

Scris: 23-Mar-2007, 15:41:45
de Marian96
da un search sigur o sa gasesti

Re: linia de desupt la description ?

Scris: 23-Mar-2007, 18:43:50
de Aliniuz
BLACKzone scrie:cum pot scoate linia de desupt la descriptionul unu forum adik unde vedea 'Moderators: bula, ... '
Cu alte cuvinte, vrei sa nu mai apara cine sunt Moderatori ? Modificarea se face in index_body.tpl .

Scris: 24-Mar-2007, 14:11:00
de BLACKzone
nu se poate edita si din admin panel ?

Scris: 24-Mar-2007, 14:13:28
de Aliniuz
Nu .

Scris: 24-Mar-2007, 14:29:22
de BLACKzone
imi zici te rog ce linie trebe sa modific ... :D

Scris: 01-Apr-2007, 19:39:36
de BLACKzone
Scuze pentru Dublu post da ziceti-mi putin ce linie trebuie sa modific ca m-am jucat eu pe acolo si nam gasit ... sau ce linie trebuie sa scot sau ce code .. pls help me

Scris: 01-Apr-2007, 20:14:49
de Sharakuza
un link catre index_body.tpl in format txt ?

adica sa treci tot ce scrie acolo intr-un text document si ssa dai linkul catre el

Scris: 01-Apr-2007, 22:07:34
de BLACKzone

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>
	<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.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>

<table>
  <tr>
 	<BEGIN>
 	<td><a href="{U_MARK_READ}" class="gensmall">{L_MARK_FORUMS_READ}</a></td>
 	<END>
	<td>{S_TIMEZONE}</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}<br>{RECORD_USERS}<br>{LOGGED_IN_USER_LIST}
		<br><img>&nbsp;[ <b>{L_WHOSONLINE_ADMIN}</b> ]&nbsp;[ <b>{L_WHOSONLINE_MOD}</b> ]
	</span></td>
  </tr>
</table>

<table>
  <tr>
	<td>{L_ONLINE_EXPLAIN}</td>
  </tr>
</table>
<table>
  <tr>
 <td>
<table>
	<tr> 
	  <th>&nbsp;{L_FORUM}&nbsp;</th>
	  <th>&nbsp;{L_TOPICS}&nbsp;</th>
	  <th>&nbsp;&nbsp;{L_AUTHOR}&nbsp;&nbsp;</th>
	  <th>&nbsp;{L_REPLIES}&nbsp;</th>
	  <th>&nbsp;{L_VIEWS}&nbsp;</th>
	  <th>&nbsp;{L_LASTPOST}&nbsp;</th>
	</tr>
	<BEGIN>
  <tr>
 <td><span><a href="{toprow.FORUM_URL}" target="_top" class="forumlink">{toprow.FORUM_NAME}</a></span></td> 
 <td><span><a href="{toprow.TOPIC_URL}" target="_top" class="topictitle">{toprow.TOPIC}</a></span></td>
 <td><span>{toprow.POSTER_URL}</span></td>
 <td><span>{toprow.TOPIC_REPLIES}</span></td>
 <td><span>{toprow.TOPIC_VIEWS}</span></td>
 <td><span>{toprow.POST_TIME}<br>{toprow.REPLIER_URL}&nbsp;<a href="{toprow.LAST_POST_URL}" target="_top"><img></a></span></td>  
  </tr>
  <END>
</table>
 </td>  
  </tr>
</table>

<BEGIN>
<form>
  <table>
	<tr>
	  <td><a name="login"></a><span>{L_LOGIN_LOGOUT}</span></td>
	</tr>
	<tr>
	  <td><span>
		<label>{L_USERNAME}: </label>
		<input>
		<label>{L_PASSWORD}: </label>
		<input>
		<BEGIN>
		<label>{L_AUTO_LOGIN}</label>
		<input>
		<END>
		<input>
	  </span></td>
	</tr>
  </table>
</form>
<END>

<br>
<table>
  <tr>
	<td><img></td>
	<td><span>{L_NEW_POSTS}</span></td>
	<td><img></td>
	<td><span>{L_NO_NEW_POSTS}</span></td>
	<td><img></td>
	<td><span>{L_FORUM_LOCKED}</span></td>
  </tr>
</table>

Scris: 01-Apr-2007, 22:27:34
de CaTaNhA
Scoate linia

Cod: Selectaţi tot

&nbsp;[ <b>{L_WHOSONLINE_ADMIN}</b> ]&nbsp;[ <b>{L_WHOSONLINE_MOD}</b> ]