07-21-2022, 04:01 PM
0
Captura
Crear un archivo con el nombre m.home_algo_contar.tpl con este contenido y subirlo a la carpeta modules
Poner este include donde quieran que se vea, ejemplo en la home
En t.home.tpl --> themes --> default --> templates --> t.home.tpl
Buscar:
Arriba agregar:
En extras.css --> themes --> default --> extras.css
Al final agregar:
[img]Registrate o inicia tu sesión para ver este contenido[/img]
Crear un archivo con el nombre m.home_algo_contar.tpl con este contenido y subirlo a la carpeta modules
Código PHP: ( Seleccionar Todo )
<div class="bienv-box">
<h2>¿Tienes algo para contar?</h2>
<p><strong>{$tsConfig.titulo}</strong> Te ofrece un mundo de posibilidades. Comparte lo que más te gusta con tus amigos y seguidores.</p>
{if $tsUser->is_member}
<a href="{$tsConfig.url}/agregar/">¡Crea tu Post ahora!</a>
{else}
<a href="#" onclick="registro_load_form(); return false">¡Crea tu Post ahora!</a>
{/if}
</div>
Poner este include donde quieran que se vea, ejemplo en la home
Código PHP: ( Seleccionar Todo )
{include file='modules/m.home_algo_contar.tpl'}
En t.home.tpl --> themes --> default --> templates --> t.home.tpl
Buscar:
Código PHP: ( Seleccionar Todo )
{include file='modules/m.home_search.tpl'}
Arriba agregar:
Código PHP: ( Seleccionar Todo )
{include file='modules/m.home_algo_contar.tpl'}
En extras.css --> themes --> default --> extras.css
Al final agregar:
Código PHP: ( Seleccionar Todo )
.bienv-box{border:1px solid #d0d1d3;margin-bottom:10px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-background-clip:padding-box;-moz-background-clip:padding;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:#fff;padding:10px}.bienv-box h2{color:#494d50;margin:0 0 5px;font-size:26px;font-weight:300;line-height:1.2em}.bienv-box p{font-size:15px;color:#8f8f8f;line-height:1.2em;margin-bottom:10px}.bienv-box a{background:padding-box #0dd769;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-background-clip:padding-box;-moz-background-clip:padding;color:#fff;text-align:center;padding:15px 0;display:block;font-size:15px;font-weight:700;text-decoration:none}.bienv-box a:hover{background:#0bea71}


Facebook
Twitter
Reddit
Digg
del.icio.us
Tumblr
Pinterest
Blogger
Fark
LinkedIn
Mix
Google