Topic author
mister_don
Active Member
Posts: 7 Joined: 18. March 2012 12:56
phpBB.de User: mister_don
phpBB.com User: mister_don
Post
by mister_don » 14. April 2012 20:27
Hello, could you adapt to style X_Silver 3.0.9.1 for board3 Portal: 2.0.0b1, please thank you.
I put url for one can not attach file.
style comes home :
http://www.skin-lab.com/
my _block_config
Code: Select all
<!--version $Id: _block_config.html 544 2010-03-27 12:35:25Z bisounours_n $ //-->
<!-- Config for the left and right blocks //-->
<!-- DEFINE $LR_BLOCK_H_L = '<div class="c-h-l"><div class="c-h-r"><div class="c-h-c"><div class="c-h-title"></div></div></div></div><div class="v-left"><div class="v-right"><div class="panel"><h6>' -->
<!-- DEFINE $LR_BLOCK_H_R = '</h6>' -->
<!-- DEFINE $LR_BLOCK_F_L = '</div></div></div><div class="c-f-l"><div class="c-f-r"><div class="c-f-c">' -->
<!-- DEFINE $LR_BLOCK_F_R = '</div></div></div><br style="clear:both" />' -->
<!-- Config for the center blocks //-->
<!-- DEFINE $C_BLOCK_H_L = '<div class="c-h-l"><div class="c-h-r"><div class="c-h-c"><div class="c-h-title">' -->
<!-- DEFINE $C_BLOCK_H_R = '</div></div></div></div>' -->
<!-- DEFINE $C_BLOCK_F_L = '<div class="c-f-l"><div class="c-f-r"><div class="c-f-c"> ' -->
<!-- DEFINE $C_BLOCK_F_R = '</div></div></div>' -->
<!-- Images-URL //-->
<!-- DEFINE $NO_AVATAR_IMG = '/images/no_avatar.gif' -->
<!-- Vertical distance between left/right and center Blocks -->
<!-- DEFINE $BLOCK_DISTANCE = '10px' -->
<!-- show Icons in left/right Blocks? 0=no 1=yes -->
<!-- DEFINE $S_BLOCK_ICON = 1 -->
<!-- postbody top (default 1 by prosilver) 0=no 1=yes -->
<!-- DEFINE $S_POSTBODY_TOP = 1 -->
<!-- override the column width settings of the ACP for this style? 0=no 1=yes -->
<!-- DEFINE $S_COLUMNS_WIDTH_OVERRIDE = 0 -->
<!-- override the column width settings of the ACP - set the width if enabled -->
<!-- DEFINE $PORTAL_LEFT_COLUMN_OVERRIDE = '200' -->
<!-- DEFINE $PORTAL_RIGHT_COLUMN_OVERRIDE = '200' -->
my site
http://misterdon.altervista.org/forum/portal.php
archivar
Portal Professional
Posts: 1959 Joined: 19. April 2009 21:34
phpBB.de User: archivar
phpBB.com User: archivar
Location: Deutschland
Post
by archivar » 15. April 2012 03:59
A config I do not write for everyone, because many additional changes to the blocks, and because it is not for all the latest version available for this style.
Config for her with their changes to the blocks they try this:
Code: Select all
<!--version $Id: _block_config.html v2.0.0b1 adapted by: archivar $ //-->
<!-- Config for the left and right blocks //-->
<!-- DEFINE $LR_BLOCK_H_L = '<div class="c-h-l"><div class="c-h-r"><div class="c-h-c"><div class="c-h-title"></div></div></div></div><div class="v-left"><div class="v-right"><div class="panel"><h6>' -->
<!-- DEFINE $LR_BLOCK_H_R = '</h6>' -->
<!-- DEFINE $LR_BLOCK_F_L = '</div></div></div><div class="c-f-l"><div class="c-f-r"><div class="c-f-c">' -->
<!-- DEFINE $LR_BLOCK_F_R = '</div></div></div>' -->
<!-- Config for the center blocks //-->
<!-- DEFINE $C_BLOCK_H_L = '<div class="c-h-l"><div class="c-h-r"><div class="c-h-c"><div class="c-h-title">' -->
<!-- DEFINE $C_BLOCK_H_R = '</div></div></div></div>' -->
<!-- DEFINE $C_BLOCK_F_L = '<div class="c-f-l"><div class="c-f-r"><div class="c-f-c">' -->
<!-- DEFINE $C_BLOCK_F_R = '</div></div></div>' -->
<!-- Config for compact blocks //-->
<!-- DEFINE $CC_BLOCK_H_L = '<div class="c-h-l"><div class="c-h-r"><div class="c-h-c"><div class="c-h-title">' -->
<!-- DEFINE $CC_BLOCK_H_R = '</div></div></div></div>' -->
<!-- Images-URL //-->
<!-- DEFINE $NO_AVATAR_IMG = '/images/no_avatar.gif' -->
<!-- Vertical distance between left/right and center Blocks -->
<!-- DEFINE $BLOCK_DISTANCE = '10px' -->
<!-- show Icons in left/right Blocks? 0=no 1=yes -->
<!-- DEFINE $S_BLOCK_ICON = 0 -->
<!-- postbody top (default 1 by prosilver) 0=no 1=yes -->
<!-- DEFINE $S_POSTBODY_TOP = 1 -->
<!-- override the column width settings of the ACP for this style? 0=no 1=yes -->
<!-- DEFINE $S_COLUMNS_WIDTH_OVERRIDE = 0 -->
<!-- override the column width settings of the ACP - set the width if enabled -->
<!-- DEFINE $PORTAL_LEFT_COLUMN_OVERRIDE = '200' -->
<!-- DEFINE $PORTAL_RIGHT_COLUMN_OVERRIDE = '200' -->
V.G. archivar
sorry for my bad english
Topic author
mister_don
Active Member
Posts: 7 Joined: 18. March 2012 12:56
phpBB.de User: mister_don
phpBB.com User: mister_don
Post
by mister_don » 15. April 2012 10:55
thanks boy
how can I move icon and title, as screenshout?
archivar
Portal Professional
Posts: 1959 Joined: 19. April 2009 21:34
phpBB.de User: archivar
phpBB.com User: archivar
Location: Deutschland
Post
by archivar » 15. April 2012 11:26
Refresh your Styles:
"Administration Control Panel" (ACP) > "Styles" > "Templates" > each > "refresh"
"Administration Control Panel" (ACP) > "Styles" > "Themes" > each > "refresh"
"Administration Control Panel" (ACP) > "Styles" > "Imagesets" > each > "refresh"
Clear your cache in the "Administration Control Panel" (ACP) > "General" > "Purge the cache"
The icon should be allowed because of little space away.
You can change this in the config:
Code: Select all
<!-- show Icons in left/right Blocks? 0=no 1=yes -->
<!-- DEFINE $S_BLOCK_ICON = 0 -->
V.G. archivar
sorry for my bad english
Topic author
mister_don
Active Member
Posts: 7 Joined: 18. March 2012 12:56
phpBB.de User: mister_don
phpBB.com User: mister_don
Post
by mister_don » 15. April 2012 12:01
My site looks like this,
and not as I want
thanks
archivar
Portal Professional
Posts: 1959 Joined: 19. April 2009 21:34
phpBB.de User: archivar
phpBB.com User: archivar
Location: Deutschland
Post
by archivar » 15. April 2012 12:12
Refresh your Styles:
"Administration Control Panel" (ACP) > "Styles" > "Templates" > each > "refresh"
"Administration Control Panel" (ACP) > "Styles" > "Themes" > each > "refresh"
"Administration Control Panel" (ACP) > "Styles" > "Imagesets" > each > "refresh"
Clear your cache in the "Administration Control Panel" (ACP) > "General" > "Purge the cache"
V.G. archivar
sorry for my bad english
Topic author
mister_don
Active Member
Posts: 7 Joined: 18. March 2012 12:56
phpBB.de User: mister_don
phpBB.com User: mister_don
Post
by mister_don » 15. April 2012 12:16
I have already done this
archivar
Portal Professional
Posts: 1959 Joined: 19. April 2009 21:34
phpBB.de User: archivar
phpBB.com User: archivar
Location: Deutschland
Post
by archivar » 15. April 2012 12:27
Open: styles/X_Silver/theme/stylesheet.css
Find
Tip: This may be a partial find and not the whole line.
Code:Select all
@import url("colours.css");
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.
Code:Select all
@import url("portal.css");
and not in "mods.css".
They have changed the contents of portal.css and copies of these contents in the mods.css. The blocks are with you are not original. That is to blame!
V.G. archivar
sorry for my bad english
Topic author
mister_don
Active Member
Posts: 7 Joined: 18. March 2012 12:56
phpBB.de User: mister_don
phpBB.com User: mister_don
Post
by mister_don » 15. April 2012 12:42
Code: Select all
/* phpBB 3.0 Style Sheet
--------------------------------------------------------------
Style name: X-Silver
Based on style: proSilver (this is the default phpBB 3 style)
Original author: subBlue ( http://www.subBlue.com/ )
Modified by: Alpha Trion (http://www.skin-lab.com)
Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
Skin Modification Copyright 2010 Skin Lab Group (http://www.skin-lab.com)
--------------------------------------------------------------
*/
@import url("common.css");
@import url("links.css");
@import url("content.css");
@import url("buttons.css");
@import url("cp.css");
@import url("forms.css");
@import url("tweaks.css");
@import url("colours.css");
@import url("portal.css");
@import url("skinextra.css");
Now this is my stylesheet
the result does not change
please if you have a complete portal for x_silver, you can add links to download it?
thanks
archivar
Portal Professional
Posts: 1959 Joined: 19. April 2009 21:34
phpBB.de User: archivar
phpBB.com User: archivar
Location: Deutschland
Post
by archivar » 15. April 2012 12:46
Previously, they had the:
Code: Select all
@import url("common.css");
@import url("links.css");
@import url("content.css");
@import url("buttons.css");
@import url("cp.css");
@import url("forms.css");
@import url("tweaks.css");
@import url("colours.css");
@import url("skinextra.css");
@import url("mods.css");
V.G. archivar
sorry for my bad english
Topic author
mister_don
Active Member
Posts: 7 Joined: 18. March 2012 12:56
phpBB.de User: mister_don
phpBB.com User: mister_don
Post
by mister_don » 15. April 2012 12:50
true, first, yes, now I did as you suggested, but nothing changes
Topic author
mister_don
Active Member
Posts: 7 Joined: 18. March 2012 12:56
phpBB.de User: mister_don
phpBB.com User: mister_don
Post
by mister_don » 15. April 2012 18:44
I solved by changing the portal_body.html, and the various blocks in modules
now my site is so
Thanks for helping me