Página 1 de 2

Como Modificar Mi Estilo

Publicado: 29 Abr 2010, 02:09
por [Fernando]
URL: http://www.mexico-mp3.co.cc
Versión phpBB: phpBB3 (3.0.7-PL1)
MODs Instalados: Ninguno
Plantilla(s) usada(s): shadow_lite
Servidor: Windows
Actualización desde otra versión:
Conversión desde otro sistema de foros:

Hola Pues Soy nuevo en mi foro y quiero modificar mi platilla, como por ejemplo editar la direccion Url al hacer click en los enlaces que aparecen en mi foro
quisiera saber en que plantilla del estilo pueo modificar eso, muchas gracias por su tiempo.

Re: Como Modificar Mi Estilo

Publicado: 29 Abr 2010, 04:00
por Makoto
dependiendo si quieres dar estilos a lso link al pasar el mouse es por css
si solo quieres direccionar los link pues es html

en la carpeta template de tu estilo

*ahora se mas preciso en lo q quiere pues

Re: Como Modificar Mi Estilo

Publicado: 30 Abr 2010, 00:31
por [Fernando]
Makoto escribió:dependiendo si quieres dar estilos a lso link al pasar el mouse es por css
si solo quieres direccionar los link pues es html

en la carpeta template de tu estilo

*ahora se mas preciso en lo q quiere pues
Pues de echo ya estan dados todos los estilos css solo quiero cambiar la direccion de la web y e nombre del link.

Re: Como Modificar Mi Estilo

Publicado: 30 Abr 2010, 00:38
por HuanManwe
plantilla/theme/overall_header.html creo recordar

Re: Como Modificar Mi Estilo

Publicado: 30 Abr 2010, 00:52
por [Fernando]
HuanManwe escribió:plantilla/theme/overall_header.html creo recordar
que es lo que tengo ke modificar?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}">
<head>

<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="content-language" content="{S_USER_LANG}" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="resource-type" content="document" />
<meta name="distribution" content="global" />
<meta name="copyright" content="2000, 2002, 2005, 2007 phpBB Group" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
{META}
<title>{SITENAME} &bull; <!-- IF S_IN_MCP -->{L_MCP} &bull; <!-- ELSEIF S_IN_UCP -->{L_UCP} &bull; <!-- ENDIF -->{PAGE_TITLE}</title>
<!-- IF S_ENABLE_FEEDS -->
<link rel="alternate" type="application/atom+xml" title="{L_FEED} - {SITENAME}" href="{U_FEED}" />
<!-- IF S_ENABLE_FEEDS_NEWS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_NEWS}" href="{U_FEED}?mode=news" /><!-- ENDIF -->
<!-- IF S_ENABLE_FEEDS_FORUMS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_ALL_FORUMS}" href="{U_FEED}?mode=forums" /><!-- ENDIF -->
<!-- IF S_ENABLE_FEEDS_TOPICS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_ALL_TOPICS}" href="{U_FEED}?mode=topics" /><!-- ENDIF -->
<!-- IF S_ENABLE_FEEDS_FORUM and S_FORUM_ID --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FORUM} - {FORUM_NAME}" href="{U_FEED}?f={S_FORUM_ID}" /><!-- ENDIF -->
<!-- IF S_ENABLE_FEEDS_TOPIC and S_TOPIC_ID --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_TOPIC} - {TOPIC_TITLE}" href="{U_FEED}?f={S_FORUM_ID}&t={S_TOPIC_ID}" /><!-- ENDIF -->
<!-- ENDIF -->
<!--
phpBB style name: poker_olympus
Based on style: prosilver (this is the default phpBB3 style)
Original author: Tom Beddard ( http://www.subBlue.com/ )
Modified by: CoSa NoStrA DeSiGn ( http://www.cosa-nostra-design.com/ )

NOTE: This page was generated by phpBB, the free open-source bulletin board package.
The phpBB Group is not responsible for the content of this page and forum. For more information
about phpBB please visit http://www.phpbb.com
-->

<script type="text/javascript">
// <![CDATA[
var jump_page = '{LA_JUMP_PAGE}:';
var on_page = '{ON_PAGE}';
var per_page = '{PER_PAGE}';
var base_url = '{A_BASE_URL}';
var style_cookie = 'phpBBstyle';
var style_cookie_settings = '{A_COOKIE_SETTINGS}';
var onload_functions = new Array();
var onunload_functions = new Array();

<!-- IF S_USER_PM_POPUP -->
if ({S_NEW_PM})
{
var url = '{UA_POPUP_PM}';
window.open(url.replace(/&/g, '&'), '_phpbbprivmsg', 'height=225,resizable=yes,scrollbars=yes, width=400');
}
<!-- ENDIF -->

/**
* Find a member
*/
function find_username(url)
{
popup(url, 760, 570, '_usersearch');
return false;
}

/**
* New function for handling multiple calls to window.onload and window.unload by pentapenguin
*/
window.onload = function()
{
for (var i = 0; i < onload_functions.length; i++)
{
eval(onload_functions[i]);
}
}

window.onunload = function()
{
for (var i = 0; i < onunload_functions.length; i++)
{
eval(onunload_functions[i]);
}
}

// ]]>
</script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/styleswitcher.js"></script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/forum_fn.js"></script>

<link href="{T_THEME_PATH}/print.css" rel="stylesheet" type="text/css" media="print" title="printonly" />
<link href="{T_STYLESHEET_LINK}" rel="stylesheet" type="text/css" media="screen, projection" />

<link href="{T_THEME_PATH}/normal.css" rel="stylesheet" type="text/css" title="A" />
<link href="{T_THEME_PATH}/medium.css" rel="alternate stylesheet" type="text/css" title="A+" />
<link href="{T_THEME_PATH}/large.css" rel="alternate stylesheet" type="text/css" title="A++" />

<!-- IF S_CONTENT_DIRECTION eq 'rtl' -->
<link href="{T_THEME_PATH}/bidi.css" rel="stylesheet" type="text/css" media="screen, projection" />
<!-- ENDIF -->
<!--[if lte IE 6]>
<style type="text/css" media="screen">
#search-box { background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="{T_THEME_PATH}/images/bg_search.png", sizingMethod="scale");}
</style>
<![endif]-->
</head>

<body id="phpbb" class="section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}">
<div class="black">
<p class="skiplink"><a href="#start_here">{L_SKIP}</a></p>
<div id="top_menu">
<ul class="pro15">
<li><a href="{U_HOME}" accesskey="h" title="{L_HOME}"><em class="home"></em><b>{L_HOME}</b></a></li>
<!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->
<li><a href="{U_PROFILE}" title="{L_PROFILE}" accesskey="e"><em class="profile"></em><b>{L_PROFILE}</b></a></li>
<!-- ENDIF -->
<li><a href="{U_FAQ}" title="{L_FAQ_EXPLAIN}"><em class="faq"></em><b>{L_FAQ}</b></a></li>
<!-- IF not S_IS_BOT -->
<!-- IF S_DISPLAY_MEMBERLIST --><li><a href="{U_MEMBERLIST}" title="{L_MEMBERLIST_EXPLAIN}"><em class="members"></em><b>{L_MEMBERLIST}</b></a></li><!-- ENDIF -->
<!-- IF not S_USER_LOGGED_IN and S_REGISTER_ENABLED and not (S_SHOW_COPPA or S_REGISTRATION) --><li><a href="{U_REGISTER}" title="{L_REGISTER}"><em class="register"></em><b>{L_REGISTER}</b></a></li><!-- ENDIF -->
<li><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="x"><em class="login"></em><b>{L_LOGIN_LOGOUT}</b></a></li>
<!-- ENDIF -->
<!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->
<!-- IF S_DISPLAY_PM --><li><a href="{U_PRIVATEMSGS}"><em class="pm"></em><b>{PRIVATE_MESSAGE_INFO}</b></a></li><!-- ENDIF -->
<!-- ENDIF -->
<!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH --><li><a href="{U_SEARCH}" title="{L_SEARCH_ADV_EXPLAIN}"><em class="search"></em><b>{L_SEARCH_ADV}</b></a></li><!-- ENDIF -->
</ul>
</div>
<div id="bg_top">
<a id="top" name="top" accesskey="t"></a>
<div id="logo2"></div>
<div id="site-description">
<h1>{SITENAME}</h1>
<p>{SITE_DESCRIPTION}</p>
</div>
</div>
</div>
<div id="wrap">
<div id="page-header">
<div class="inner">
<!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH -->
<div id="search-box" style="width:200px;">
<form action="{U_SEARCH}" method="post" id="search">
<fieldset>
<input name="keywords" id="keywords" type="text" maxlength="125" title="{L_SEARCH_KEYWORDS}" class="inputbox" value="<!-- IF SEARCH_WORDS-->{SEARCH_WORDS}<!-- ELSE -->{L_SEARCH_MINI}<!-- ENDIF -->" onclick="if(this.value=='{LA_SEARCH_MINI}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_MINI}';" />
<input class="bg" value="{L_GO}" type="submit" /> {S_SEARCH_HIDDEN_FIELDS}
</fieldset>
</form>
</div>
<!-- ENDIF -->
</div>
</div>
<div class="navbar2">
<div class="inner">

<ul class="linklist" style="font-weight:bold;">
<li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --><strong>&#8249;</strong> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></li>
</ul>
<ul class="linklist">
<li class="leftside"><a href="#" onclick="fontsizeup(); return false;" onkeypress="return fontsizeup(event);" class="fontsize" title="{L_CHANGE_FONT_SIZE}">{L_CHANGE_FONT_SIZE}</a></li>

<!-- IF U_EMAIL_TOPIC --><li class="leftside"><a href="{U_EMAIL_TOPIC}" title="{L_EMAIL_TOPIC}" class="sendemail">{L_EMAIL_TOPIC}</a></li><!-- ENDIF -->
<!-- IF U_EMAIL_PM --><li class="leftside"><a href="{U_EMAIL_PM}" title="{L_EMAIL_PM}" class="sendemail">{L_EMAIL_PM}</a></li><!-- ENDIF -->
<!-- IF U_PRINT_TOPIC --><li class="leftside"><a href="{U_PRINT_TOPIC}" title="{L_PRINT_TOPIC}" accesskey="p" class="print">{L_PRINT_TOPIC}</a></li><!-- ENDIF -->
<!-- IF U_PRINT_PM --><li class="leftside"><a href="{U_PRINT_PM}" title="{L_PRINT_PM}" accesskey="p" class="print">{L_PRINT_PM}</a></li><!-- ENDIF -->
</ul>
</div>
</div>

<a name="start_here"></a>
<div id="page-body">

<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) -->
<div id="information" class="rules">
<div class="inner"><span class="corners-top"><span></span></span>
<strong>{L_INFORMATION}:</strong> {L_BOARD_DISABLED}
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- ENDIF -->

Re: Como Modificar Mi Estilo

Publicado: 30 Abr 2010, 00:55
por Makoto
sinceramente no entiendo lo q quieres hacer u_u

Re: Como Modificar Mi Estilo

Publicado: 30 Abr 2010, 01:07
por [Fernando]
Makoto escribió:sinceramente no entiendo lo q quieres hacer u_u
jajaja kiero lo siguente:

quiero modificar el link de direccion url que al hacer clic mande a la direccion ke yo kiera y quiero cambiar el nombre que aparesca

Imagen

Re: Como Modificar Mi Estilo

Publicado: 30 Abr 2010, 01:09
por Makoto
ah eso q dice link 1 link 2
a fues es en el overall_footer.html
hay veras q dice link1 link dos

xD

el poder de las imagenes!

Re: Como Modificar Mi Estilo

Publicado: 30 Abr 2010, 01:37
por [Fernando]
Makoto escribió:ah eso q dice link 1 link 2
a fues es en el overall_footer.html
hay veras q dice link1 link dos

xD

el poder de las imagenes!
lo modifico pero no aparece ahi :shock:

Re: Como Modificar Mi Estilo

Publicado: 30 Abr 2010, 01:42
por Makoto
pasa tu codigo html

Re: Como Modificar Mi Estilo

Publicado: 30 Abr 2010, 01:49
por [Fernando]
Makoto escribió:pasa tu codigo html
</div>
</div>
<div id="page-footer">
<div class="navbar">
<div class="inner">
<ul class="linklist" style="font-weight:bold;">
<li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a></li>
<!-- IF not S_IS_BOT -->
<!-- IF S_WATCH_FORUM_LINK --><li <!-- IF S_WATCHING_FORUM -->class="icon-unsubscribe"<!-- ELSE -->class="icon-subscribe"<!-- ENDIF -->><a href="{S_WATCH_FORUM_LINK}" title="{S_WATCH_FORUM_TITLE}">{S_WATCH_FORUM_TITLE}</a></li><!-- ENDIF -->
<!-- IF U_WATCH_TOPIC --><li <!-- IF S_WATCHING_TOPIC -->class="icon-unsubscribe"<!-- ELSE -->class="icon-subscribe"<!-- ENDIF -->><a href="{U_WATCH_TOPIC}" title="{L_WATCH_TOPIC}">{L_WATCH_TOPIC}</a></li><!-- ENDIF -->
<!-- IF U_BOOKMARK_TOPIC --><li class="icon-bookmark"><a href="{U_BOOKMARK_TOPIC}" title="{L_BOOKMARK_TOPIC}">{L_BOOKMARK_TOPIC}</a></li><!-- ENDIF -->
<!-- IF U_BUMP_TOPIC --><li class="icon-bump"><a href="{U_BUMP_TOPIC}" title="{L_BUMP_TOPIC}">{L_BUMP_TOPIC}</a></li><!-- ENDIF -->
<!-- ENDIF -->
<li class="rightside"><!-- IF not S_IS_BOT --><a href="{U_DELETE_COOKIES}">{L_DELETE_COOKIES}</a><!-- ENDIF --></li>
</ul>
</div>
</div>

<!--
We request you retain the full copyright notice below including the link to www.phpbb.com.
This not only gives respect to the large amount of time given freely by the developers
but also helps build interest, traffic and use of phpBB3. If you (honestly) cannot retain
the full copyright we ask you at least leave in place the "Powered by phpBB" line, with
"phpBB" linked to www.phpbb.com. If you refuse to include even this then support on our
forums may be affected.

The phpBB Group : 2006
//-->

<div class="copyright" id="logo_footer">Powered by <a href="http://www.phpbb.com/">phpBB</a> &copy; 2000, 2002, 2005, 2007 phpBB Group
<!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
<br />Poker Olympus by <a href="http://www.cosa-nostra-design.com/" title="My Home - coming soon">CoSa NoStrA DeSiGn</a>
<!-- IF DEBUG_OUTPUT --><br />{DEBUG_OUTPUT}<!-- ENDIF -->
<br />Tulliana 2 Icons by <a href="http://12m3.deviantart.com/" title="Author homepage">Umut Pulat</a>
<!-- IF U_ACP --><br /><strong><a href="{U_ACP}">{L_ACP}</a></strong><!-- ENDIF -->
<ul id="navmenu_footer">
<li><a href="http://www.youtube.com/" title="Link1">Youtube</a></li>
<li><a href="http://www.myspace.com" title="Myspace">Myspace</a></li>
<li><a href="mailto:fernando@mexico-mp3.co.cc" title="Messenger">MSN</a></li>
<li id="last1"><a href="http://www.mexico-mp3.co.cc/blog" title="Blog">Blog</a></li>
</ul>
</div>

</div>

<div>
<a id="bottom" name="bottom" accesskey="z"></a>
<!-- IF not S_IS_BOT -->{RUN_CRON_TASK}<!-- ENDIF -->
</div>

</body>
</html>

Re: Como Modificar Mi Estilo

Publicado: 30 Abr 2010, 01:51
por Makoto
ya ps esta bien tienes q limpiar cache ps
acp/limpiar cache

Re: Como Modificar Mi Estilo

Publicado: 30 Abr 2010, 02:00
por engendro666
es posible que el menu este en otro archivo. En mi caso el menu desplegable que vino por defecto en la plantilla se guarda en template/web/menu.html y los links del footer en la misma carpeta en links.html tendrias que revisar en el footer algun

<!-- INCLUDE archivoX.html --> para ubicar mas facil ese archivo a modificar

Re: Como Modificar Mi Estilo

Publicado: 30 Abr 2010, 02:04
por engendro666
perdon posteamos al mismo tiempo. No es esto lo que queres modificar?????

Código: Seleccionar todo

<ul id="navmenu_footer">
<li><a href="http://www.youtube.com/" title="Link1">Youtube</a></li>
<li><a href="http://www.myspace.com" title="Myspace">Myspace</a></li>
<li><a href="mailto:fernando@mexico-mp3.co.cc" title="Messenger">MSN</a></li>
<li id="last1"><a href="http://www.mexico-mp3.co.cc/blog" title="Blog">Blog</a></li>
</ul>

Re: Como Modificar Mi Estilo

Publicado: 30 Abr 2010, 02:36
por [Fernando]
engendro666 escribió:perdon posteamos al mismo tiempo. No es esto lo que queres modificar?????

Código: Seleccionar todo

<ul id="navmenu_footer">
<li><a href="http://www.youtube.com/" title="Link1">Youtube</a></li>
<li><a href="http://www.myspace.com" title="Myspace">Myspace</a></li>
<li><a href="mailto:fernando@mexico-mp3.co.cc" title="Messenger">MSN</a></li>
<li id="last1"><a href="http://www.mexico-mp3.co.cc/blog" title="Blog">Blog</a></li>
</ul>
Si, Gracias a todos ya limpie canche y aparecio perfectamente, gracias a todos.