Phpost
COMPLEMENTOS Tags automáticos (Act 1.3) - Versión para impresión

+- Phpost (https://phpost.es)
+-- Foro: Risus 1.3 (https://phpost.es/forum-6.html)
+--- Foro: Complementos (https://phpost.es/forum-7.html)
+---- Foro: Complementos Terminados (https://phpost.es/forum-8.html)
+---- Tema: COMPLEMENTOS Tags automáticos (Act 1.3) (/thread-19.html)



Tags automáticos (Act 1.3) - Chctrpgo - 01-25-2021

[img]Registrate o inicia tu sesión para ver este contenido[/img]


En t.home.tpl --> themes --> default --> templates --> t.home.tpl

Buscar:
 
Código PHP:
{include file='modules/m.home_afiliados.tpl'


Debajo agregar:
 
Código PHP:
{include file='modules/m.home_tags.tpl'


En estilo.css --> themes --> default --> estilo.css

Al final agregar:
 
Código PHP:
.tags_cloud{line-height:200%;text-align:justify}
.
box_cuerpo .tags_cloud_2{line-height:300%;text-align:justify}
.
tag-size1{font-size:190%;line-height:27px;font-weight:700}
.
tag-size2{font-size:170%;line-height:22px;opacity:.8}
.
tag-size3{font-size:130%;line-height:19px;opacity:.7}
.
tag-size4{font-size:90%;opacity:.6}
.
tag-size5{font-size:58%;opacity:.4}
.
tag-size1:hover,.tag-size2:hover,.tag-size3:hover,.tag-size4:hover,.tag-size5:hover{opacity:1}
.
tag-size1,.tag-size2,.tag-size3,.tag-size4,.tag-size5{text-shadow:0 1px 0 #ccc,0 2px 0 #c9c9c9,0 3px 0 #bbb,0 4px 0 #b9b9b9,0 5px 0 #aaa,0 6px 1px rgba(0,0,0,.1),0 0 5px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.3),0 3px 5px rgba(0,0,0,.2),0 5px 10px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.2),0 20px 20px rgba(0,0,0,.15)} 



Y subir esta carpeta

Mega
http://Registrate o inicia tu sesión para ver este contenido

Google Drive
http://Registrate o inicia tu sesión para ver este contenido

Mediafire
http://Registrate o inicia tu sesión para ver este contenido



Creditos: tutan-kabron y Descargamos


RE: Tags automáticos (Act 1.3) - nachoArg - 12-01-2023

Gracias