ALTER TABLE w_configuracion ADD u_reco VARCHAR( 15 ) NOT NULL AFTER offline_message
ALTER TABLE w_configuracion ADD u_reco_id VARCHAR( 15 ) NOT NULL AFTER u_reco
#PERFIL
RewriteRule ^([A-Za-z0-9_-]+)$ inc/php/perfil.php?user=$1 [QSA,L]
RewriteRule ^([A-Za-z0-9_-]+)/([0-9]+)$ inc/php/perfil.php?user=$1&pid=$2 [QSA,L]
'titulo' => $tsCore->setSecure($tsCore->parseBadWords($_POST['titulo'])),
'reco' => $tsCore->setSecure($_POST['reco']),
'ireco' => $tsCore->setSecure($_POST['ireco']),
$c['offline_message'] . '\'
, `u_reco` = \'' . $c['reco'] . '\', `u_reco_id` = \'' . $c['ireco'] . '\'
$this->settings['js'] = $this->settings['tema']['t_url'].'/js';
$this->settings['ur'] = $this->settings['u_reco'];
{include file='modules/m.home_stats.tpl'}
{include file='modules/m.home_u_reco.tpl'}
<dl>
<dt>
<label for="ai_nfu">Cambio de rango:</label>
<br /><span>Un usuario sube de rango cuando obtiene los puntos mínimos en:</span></dt>
<dd>
<label>
<input name="newr" type="radio" id="ai_nfu" value="1" {if $tsConfig.c_newr_type==1 }checked="checked" {/if} class="radio" />Todos sus post</label>
<label>
<input name="newr" type="radio" id="ai_nfu" value="0" {if $tsConfig.c_newr_type !=1 }checked="checked" {/if} class="radio" />Solo en un post</label>
</dd>
</dl>
<dl>
<hr />
<center><legend>Usuario recomendado</legend></center>
<dl>
<dt>
<label for="ai_reco">Usuario recomendado</label>
<br /><span>Ingrese el nombre del usuario. </span></dt>
<dd>
<input type="text" name="reco" id="ai_reco" value="{$tsConfig.u_reco}" /></dd>
</dl>
<dl>
<dt>
<label for="ai_ireco">ID del usuario</label><br /><span>Ingrese el ID del Usuario. EJ: 1,5,8... </span>
</dt>
<dd>
<input type="text" name="ireco" id="ai_ireco" value="{$tsConfig.u_reco_id}" />
</dd>
</dl>