Phpost
COMPLEMENTOS Buscar Amigos (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 Buscar Amigos (Act 1.3) (/thread-253.html)



Buscar Amigos (Act 1.3) - Chctrpgo - 10-28-2021

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

 
En head_menu.tpl --> themes --> default --> templates --> sections --> head_menu.tpl

Buscar:
Código PHP:
&& $tsPage != 'fotos' 
 
 
Al lado agregar:
Código PHP:
&& $tsPage != 'buscar' 
 
 
Buscar:
Código PHP:
<li class="tabbed {if $tsPage == 'tops'}here{/if}" id="tabbedtops">
                    <
a title="Ir a TOPs" onclick="menu('tops', this.href); return false;" href="{$tsConfig.url}/top/">TOPs <img alt="Drop Down" src="{$tsConfig.tema.t_url}/images/arrowdown.png"></a>
                </
li
 
 
Debajo agregar:
Código PHP:
{if $tsUser->is_member}
<
li class="tabbed {if $tsPage == 'buscar'}here{/if}" id="tabbedbuscar">
                    <
a title="Buscar Amigos" onclick="menu('buscar', this.href); return false;" href="{$tsConfig.url}/buscar/amigos/">Buscar Amigos</a>
                </
li>
                {/if} 


                
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