Rainwod escribió:Kuko, no puedo ver la web likeada, no puedo aclararte lo que comentas. Saludos
Ok no te preocupes, perdonar es que e sido tio y e estado unos dias algo liado y no e podido hacer nada, probare a ver si me aclaro con lo de la pagina y si no te pondre aqui la guia tal cual esta en esta pagina.
EDITO:
Mira te pongo lo que pone en la web del board3portal.
First you need to download and install this Style. If it works, you can install the Portal for this Style as per description:
From the B3P-download-package you must first perform the install.xml.
copy: root/styles/prosilver/template/portal/*.*
to: root/styles/supernova/template/portal/*.*
copy: root/styles/prosilver/theme/portal.css
to: root/styles/supernova/theme/portal.css
copy: root/styles/prosilver/theme/images/portal/*.*
to: root/styles/supernova/theme/images/portal/*.*
open: root/styles/supernova/template/overall_footer.html
Find
Tip: This may be a partial find and not the whole line.
In-line Add before
Código: Seleccionar todo
<!-- IF U_PORTAL --><a href="{U_PORTAL}" accesskey="h">{L_PORTAL}</a> » <!-- ENDIF -->
open: root/styles/supernova/template/overall_header.html
Find
Tip: This may be a partial find and not the whole line.
Add before
Tip: Add these lines on a new blank line before the preceding line(s) to find.
Find
Tip: This may be a partial find and not the whole line.
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.
Find
Tip: This may be a partial find and not the whole line.
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.
Find
Tip: This may be a partial find and not the whole line.
In-line Add before
Código: Seleccionar todo
<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> » <!-- ENDIF -->
Find
Tip: This may be a partial find and not the whole line.
Código: Seleccionar todo
</div><!-- /sn-navbar-content -->
</div><!-- /sn-navbar -->
<div id="sn-shadows">
Add before
Tip: Add these lines on a new blank line before the preceding line(s) to find.
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.
Find
Tip: This may be a partial find and not the whole line.
In-line Add before
Código: Seleccionar todo
<!-- IF U_PORTAL --><a href="{U_PORTAL}" accesskey="h">{L_PORTAL}</a> » <!-- ENDIF -->
Find
Tip: This may be a partial find and not the whole line.
Código: Seleccionar todo
<div class="sn-options <!-- IF SCRIPT_NAME eq 'index' or 'viewforum' -->sn-search-links<!-- ENDIF --><!-- IF SCRIPT_NAME eq 'viewtopic' -->sn-restore-link-size<!-- ENDIF -->">
Add before
Tip: Add these lines on a new blank line before the preceding line(s) to find.
open: root/styles/supernova/template/portal/modules/announcements_center_compact.html
Find
Tip: This may be a partial find and not the whole line.
Código: Seleccionar todo
{$CC_BLOCK_H_L}
<dt <!-- IF S_DISPLAY_ANNOUNCEMENTS_RVS -->style="width: 44%"<!-- ELSE -->style="width: 60%"<!-- ENDIF -->>{$TITLE}</dt>
<!-- IF S_DISPLAY_ANNOUNCEMENTS_RVS -->
<dd class="posts" style="width: 11%">{L_REPLIES}</dd>
<dd class="views" style="width: 11%">{L_VIEWS}</dd>
<!-- ENDIF -->
<dd class="lastpost" style="width: 25%"><span>{L_LAST_POST}</span></dd>
{$CC_BLOCK_H_R}
Replace with
Tip: Replace the preceding line(s) to find with the following lines.
open: root/styles/supernova/template/portal/modules/news_compact_center.html
Find
Tip: This may be a partial find and not the whole line.
Código: Seleccionar todo
{$CC_BLOCK_H_L}
<dt <!-- IF S_DISPLAY_NEWS_RVS -->style="width: 44%"<!-- ELSE -->style="width: 60%"<!-- ENDIF -->>{$TITLE}</dt>
<!-- IF S_DISPLAY_NEWS_RVS -->
<dd class="posts" style="width: 11%">{L_REPLIES}</dd>
<dd class="views" style="width: 11%">{L_VIEWS}</dd>
<!-- ENDIF -->
<dd class="lastpost" style="width: 25%"><span>{L_LAST_POST}</span></dd>
{$CC_BLOCK_H_R}
Replace with
Tip: Replace the preceding line(s) to find with the following lines.
open: root/styles/supernova/template/portal/modules/login_box_side.html
Find
Tip: This may be a partial find and not the whole line.
Código: Seleccionar todo
{$LR_BLOCK_H_L}<a href="{U_LOGIN_LOGOUT}"><!-- IF $S_BLOCK_ICON --><img src="{$IMAGE_SRC}" width="{$IMAGE_WIDTH}" height="{$IMAGE_HEIGHT}" alt="" /> <!-- ENDIF -->{$TITLE}</a>{$LR_BLOCK_H_R}
Replace with
Tip: Replace the preceding line(s) to find with the following lines.
Código: Seleccionar todo
{$LR_BLOCK_H_L}<!-- IF $S_BLOCK_ICON --><img src="{$IMAGE_SRC}" width="{$IMAGE_WIDTH}" height="{$IMAGE_HEIGHT}" alt="" /> <!-- ENDIF -->{$TITLE}{$LR_BLOCK_H_R}
open: root/styles/supernova/template/portal/modules/whois_online_center.html
Find
Tip: This may be a partial find and not the whole line.
Código: Seleccionar todo
{$C_BLOCK_H_L}<!-- IF U_VIEWONLINE --><a href="{U_VIEWONLINE}">{$TITLE}</a><!-- ELSE -->{$TITLE}<!-- ENDIF -->{$C_BLOCK_H_R}
Replace with
Tip: Replace the preceding line(s) to find with the following lines.
Código: Seleccionar todo
{$C_BLOCK_H_L}<!-- IF U_VIEWONLINE -->{$TITLE}<!-- ELSE -->{$TITLE}<!-- ENDIF -->{$C_BLOCK_H_R}
open: root/styles/supernova/template/portal/modules/whois_online_side.html
Find
Tip: This may be a partial find and not the whole line.
Código: Seleccionar todo
{$LR_BLOCK_H_L}<!-- IF $S_BLOCK_ICON --><img src="{$IMAGE_SRC}" width="{$IMAGE_WIDTH}" height="{$IMAGE_HEIGHT}" alt="" /> <!-- ENDIF --><!-- IF U_VIEWONLINE --><a href="{U_VIEWONLINE}">{$TITLE}</a><!-- ELSE -->{$TITLE}<!-- ENDIF -->{$LR_BLOCK_H_R}
Replace with
Tip: Replace the preceding line(s) to find with the following lines.
Código: Seleccionar todo
{$LR_BLOCK_H_L}<!-- IF $S_BLOCK_ICON --><img src="{$IMAGE_SRC}" width="{$IMAGE_WIDTH}" height="{$IMAGE_HEIGHT}" alt="" /> <!-- ENDIF --><!-- IF U_VIEWONLINE -->{$TITLE}<!-- ELSE -->{$TITLE}<!-- ENDIF -->{$LR_BLOCK_H_R}
open: root/styles/supernova/theme/stylesheet.css
Find
Tip: This may be a partial find and not the whole line.
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.
open: root/styles/supernova/template/portal/_block_config.html
Replace with
Tip: Replace the preceding line(s) to find with the following lines.
Código: Seleccionar todo
<!-- Config for the left and right blocks //-->
<!-- DEFINE $LR_BLOCK_H_L = '<div class="forabg"><div class="inner"><span class="corners-top"><span></span></span><ul class="topiclist"><li class="header"><dl class="icon"><dd style="float: left; margin: -2px 0px 0px -4px; height: 23px;"><div class="cat-name"><span>' -->
<!-- DEFINE $LR_BLOCK_H_R = '</span></div></dd></dl></li></ul><div class="panel bg1" style="padding:4px; margin: 0px 0px 0px 0px;">' -->
<!-- DEFINE $LR_BLOCK_F_L = '</div>' -->
<!-- DEFINE $LR_BLOCK_F_R = '<span class="corners-bottom"><span></span></span></div></div><br style="clear:both" />' -->
<!-- Config for the center blocks //-->
<!-- DEFINE $C_BLOCK_H_L = '<div class="forabg"><div class="inner"><span class="corners-top"><span></span></span><ul class="topiclist"><li class="header"><dl class="icon"><dd style="float: left; margin: -2px 0px 0px -4px; height: 23px;"><div class="cat-name"><span>' -->
<!-- DEFINE $C_BLOCK_H_R = '</span></div></dd></dl></li></ul><div class="panel bg1" style="padding:4px; margin: 0px 0px 0px 0px;">' -->
<!-- DEFINE $C_BLOCK_F_L = '</div>' -->
<!-- DEFINE $C_BLOCK_F_R = '<span class="corners-bottom"><span></span></span></div></div><br style="clear:both" />' -->
Esto es lo que dicen en la web de hacer, pero ahora mi dudas es...
Tengo que hacer todos esos cambios paso por paso o solo a partir de este.?
root/styles/supernova/template/portal/modules/announcements_center_compact.html