Les dejo mi segundo aporte a la comunidad de PHPost siendo en esta ocasión un Mod para sus Web con el que tendrán tener el canal de RT Noticias las 24hs Online (Demo: http://developerromero.url.ph/pages/RTNoticias ).
Empecemos con la instalación:
Primero abren el archivo pages.php (Se encuentra en inc/php) y buscan lo siguiente:
case 'dmca':
break;
Debajo colocan esto:
case 'RTNoticias':
break;
case 'RTNoticias':
break;
Luego buscan el archivo t.pages.tpl ubicado en themes/TUTEMA/templates y buscan lo siguiente:
{elseif $tsAction == 'dmca'}
{include file='modules/m.pages_dmca.tpl'}
{elseif $tsAction == 'dmca'}
{include file='modules/m.pages_dmca.tpl'}
Debajo ponen:
{elseif $tsAction == 'RTNoticias'}
{include file='modules/m.pages_RTNoticias.tpl'}
{elseif $tsAction == 'RTNoticias'}
{include file='modules/m.pages_RTNoticias.tpl'}
Luego descargan este archivo:
https://www.dropbox.com/s/abqoh2fe9edmy1y/m.pages_RTNoticias.tpl
Y lo suben a themes/TUTEMA/templates/modules
Por ultimo para agregarlo al menú buscan el archivo head_menu.tpl (Se encuentra en themes/TUTEMA/templates/sections)
y buscan la siguiente linea:
<li class="tabbed {if $tsPage == 'fotos'}here{/if}" id="tabbedfotos">
<a title="Ir a Fotos" onclick="menu('fotos', this.href); return false;" href="{$tsConfig.url}/fotos/">Fotos </a>
</li>
https://www.dropbox.com/s/abqoh2fe9edmy1y/m.pages_RTNoticias.tpl
Y lo suben a themes/TUTEMA/templates/modules
Por ultimo para agregarlo al menú buscan el archivo head_menu.tpl (Se encuentra en themes/TUTEMA/templates/sections)
y buscan la siguiente linea:
<li class="tabbed {if $tsPage == 'fotos'}here{/if}" id="tabbedfotos">
<a title="Ir a Fotos" onclick="menu('fotos', this.href); return false;" href="{$tsConfig.url}/fotos/">Fotos </a>
</li>
Debajo ponen esto
<li class="tabbed {if $tsPage == 'RTNoticias'}here{/if}" id="tabbedRTNoticias">
<a title="Ir al"RTNoticias href="{$tsConfig.url}/pages/RTNoticias"style="background-color: #036580;">RTNoticias </a>
</li>
<li class="tabbed {if $tsPage == 'RTNoticias'}here{/if}" id="tabbedRTNoticias">
<a title="Ir al"RTNoticias href="{$tsConfig.url}/pages/RTNoticias"style="background-color: #036580;">RTNoticias </a>
</li>
Y listo, eso es todo. Espero que les agrade. Hasta luego.
0 comentarios:
Publicar un comentario
Click to see the code!
To insert emoticon you must added at least one space before the code.