Broken Board3 Portal - prosilver_se issue
-
Topic author - Active Member
- Posts: 27
- Joined: 17. October 2012 13:11
- phpBB.com User: Cypriotmatrix
Broken Board3 Portal - prosilver_se issue
Hi,
my Board3 Portal seems to be broken.
http://cyprus-forum.net/portal.php?style=2
I do not know how to solve this issue and would like some assistance in resolving it.
So far I have tried uninstalling Board3Portal and reinstalling it but that has not worked.
Kind Regards
my Board3 Portal seems to be broken.
http://cyprus-forum.net/portal.php?style=2
I do not know how to solve this issue and would like some assistance in resolving it.
So far I have tried uninstalling Board3Portal and reinstalling it but that has not worked.
Kind Regards
-
Topic author - Active Member
- Posts: 27
- Joined: 17. October 2012 13:11
- phpBB.com User: Cypriotmatrix
Re: Broken Board3 Portal - prosilver_se issue
Hi,
Still have the same ongoing issue and am frustratingly trying to solve it.
Can I please have some assistance?
Still have the same ongoing issue and am frustratingly trying to solve it.
Can I please have some assistance?
-
- Sponsor
- Posts: 119
- Joined: 3. September 2010 19:42
- phpBB.de User: cpg
- Location: Ringsberg
- Contact:
Re: Broken Board3 Portal - prosilver_se issue
Hallo,
seems, that you did not upload all files.
Check the instructions point for point.
Check the files in the styles/yourstyle/template folder!
Best regards
CPG
seems, that you did not upload all files.
Check the instructions point for point.
Check the files in the styles/yourstyle/template folder!
Best regards
CPG
Re: Broken Board3 Portal - prosilver_se issue
Hi
The requested URL /styles/prosilver_se/theme/portal.css was not found on this server.
You have in the / styles / prosilver_se / theme / stylesheet.css
Here the 4x too much.
The requested URL /styles/prosilver_se/theme/portal.css was not found on this server.
You have in the / styles / prosilver_se / theme / stylesheet.css
Here the
Code: Select all
@ import url ("portal.css");
Gruß Udo
-
Topic author - Active Member
- Posts: 27
- Joined: 17. October 2012 13:11
- phpBB.com User: Cypriotmatrix
Re: Broken Board3 Portal - prosilver_se issue
Hi,Kirk wrote:Hi
The requested URL /styles/prosilver_se/theme/portal.css was not found on this server.
You have in the / styles / prosilver_se / theme / stylesheet.css
Here the4x too much.Code: Select all
@ import url ("portal.css");
thank you for your reply.
I copied the Portal.css to /styles/prosilver_se/theme
It is there now. I refreshed the template and the theme in ACP, but still the Portal appears broken in the Prosilver theme.
This is the code in Portal.css:
Code: Select all
/* inner corners */
span.portal-corners-top-inner {
margin: 0 -5px;
}
span.portal-corners-bottom-inner {
margin: 0 -5px;
clear: both;
}
span.portal-corners-top-inner, span.portal-corners-bottom-inner{
font-size: 1px;
line-height: 1px;
display: block;
height: 5px;
background-repeat: no-repeat;
}
/* main menu, user menu and the links */
.portal-navigation{
width: auto;
}
.portal-navigation ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}
.portal-navigation ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}
.portal-navigation ul li a{
background-image: url("{T_THEME_PATH}/images/portal/arrowbullet.gif");
background-repeat: no-repeat;
background-position: center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
font-weight: bold;
font-size: 90%;
}
.portal-navigation div.menutitle{
padding: 1px 0;
font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 12px;
}
.calendar-info {
list-style-type: none;
}
.portal-events li.row
{
border-top: 0px;
list-style-type: none;
}
/*
* top spacing between portal body table and headerbar spacing is usually 10px
*/
#portal-body {
padding-top: 10px;
}
/*
* This is needed in order to have the same spacing between blocks
* as we have between the top blocks and the headerbar
*/
#portal-body .forabg {
margin-bottom: 0px;
}
/**
* margin spacing as in default prosilver for the forumlist
*/
#portal-forumlist .forabg {
margin-bottom: 4px;
}
/* RTL language fixes */
.rtl .portal-navigation ul li a{
background-image: url("{T_THEME_PATH}/images/portal/arrowbullet_rtl.gif");
background-position: center right; /*custom bullet list image*/
padding-right: 19px; /*link text is indented 19px*/
}
-
- Sponsor
- Posts: 119
- Joined: 3. September 2010 19:42
- phpBB.de User: cpg
- Location: Ringsberg
- Contact:
Re: Broken Board3 Portal - prosilver_se issue
Hallo,
here ist the portall.css from my site:
Regards
CPG
here ist the portall.css from my site:
Code: Select all
/* inner corners */
span.portal-corners-top-inner {
margin: 0 -5px;
}
span.portal-corners-bottom-inner {
margin: 0 -5px;
clear: both;
}
span.portal-corners-top-inner, span.portal-corners-bottom-inner{
font-size: 1px;
line-height: 1px;
display: block;
height: 5px;
background-repeat: no-repeat;
}
/* main menu, user menu and the links */
.portal-navigation{
width: auto;
}
.portal-navigation ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}
.portal-navigation ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}
.portal-navigation ul li a{
background-image: url("{T_THEME_PATH}/images/portal/arrowbullet.gif");
background-repeat: no-repeat;
background-position: center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
font-weight: bold;
font-size: 90%;
}
.portal-navigation-new-posts ul li a{
background-image: url("{T_THEME_PATH}/images/portal/user_menue_icons/new_posts.png");
background-repeat: no-repeat;
background-position: center left; /*custom bullet list image*/
display: block;
padding: 8px 0 7px 21px;
font-weight: bold;
font-size: 90%;
}
.portal-navigation-unread-posts ul li a{
background-image: url("{T_THEME_PATH}/images/portal/user_menue_icons/unread_posts.png");
background-repeat: no-repeat;
background-position: center left; /*custom bullet list image*/
display: block;
padding: 8px 0 8px 21px;
font-weight: bold;
font-size: 90%;
}
.portal-navigation-self-posts ul li a{
background-image: url("{T_THEME_PATH}/images/portal/user_menue_icons/self_posts.png");
background-repeat: no-repeat;
background-position: center left; /*custom bullet list image*/
display: block;
padding: 8px 0 10px 21px;
font-weight: bold;
font-size: 90%;
}
.portal-navigation-bookmarks ul li a{
background-image: url("{T_THEME_PATH}/images/portal/user_menue_icons/bookmark.png");
background-repeat: no-repeat;
background-position: center left; /*custom bullet list image*/
display: block;
padding: 3px 0 6px 21px;
font-weight: bold;
font-size: 90%;
}
.portal-navigation-main-subscribed ul li a{
background-image: url("{T_THEME_PATH}/images/portal/user_menue_icons/subscribed.png");
background-repeat: no-repeat;
background-position: center left; /*custom bullet list image*/
display: block;
padding: 5px 0 5px 21px;
font-weight: bold;
font-size: 90%;
}
.portal-navigation-private-mesage-info ul li a{
background-image: url("{T_THEME_PATH}/images/portal/user_menue_icons/pm.png");
background-repeat: no-repeat;
background-position: center left; /*custom bullet list image*/
display: block;
padding: 6px 0 6px 21px;
font-weight: bold;
font-size: 90%;
}
.portal-navigation-profile ul li a{
background-image: url("{T_THEME_PATH}/images/portal/user_menue_icons/profile.png");
background-repeat: no-repeat;
background-position: center left; /*custom bullet list image*/
display: block;
padding: 6px 0 6px 21px;
font-weight: bold;
font-size: 90%;
}
.portal-navigation-mcp ul li a{
background-image: url("{T_THEME_PATH}/images/portal/user_menue_icons/moderator.png");
background-repeat: no-repeat;
background-position: center left; /*custom bullet list image*/
display: block;
padding: 6px 0 6px 21px;
font-weight: bold;
font-size: 90%;
}
.portal-navigation-acp ul li a{
background-image: url("{T_THEME_PATH}/images/portal/user_menue_icons/acp.png");
background-repeat: no-repeat;
background-position: center left; /*custom bullet list image*/
display: block;
padding: 6px 0 6px 21px;
font-weight: bold;
font-size: 90%;
}
.portal-navigation-login-logout ul li a{
background-image: url("{T_THEME_PATH}/images/portal/user_menue_icons/logout.png");
background-repeat: no-repeat;
background-position: center left; /*custom bullet list image*/
display: block;
padding: 6px 0 6px 21px;
font-weight: bold;
font-size: 90%;
}
.portal-navigation div.menutitle{
padding: 1px 0;
font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 12px;
}
.calendar-info {
list-style-type: none;
}
.portal-events li.row
{
border-top: 0px;
list-style-type: none;
}
/*
* top spacing between portal body table and headerbar spacing is usually 10px
*/
#portal-body {
padding-top: 10px;
}
/*
* This is needed in order to have the same spacing between blocks
* as we have between the top blocks and the headerbar
*/
#portal-body .forabg {
margin-bottom: 0px;
}
/**
* margin spacing as in default prosilver for the forumlist
*/
#portal-forumlist .forabg {
margin-bottom: 4px;
}
/* RTL language fixes */
.rtl .portal-navigation ul li a{
background-image: url("{T_THEME_PATH}/images/portal/arrowbullet_rtl.gif");
background-position: center right; /*custom bullet list image*/
padding-right: 19px; /*link text is indented 19px*/
}
CPG
-
Topic author - Active Member
- Posts: 27
- Joined: 17. October 2012 13:11
- phpBB.com User: Cypriotmatrix
Re: Broken Board3 Portal - prosilver_se issue
Thanks for that.cpg wrote:Hallo,
here ist the portall.css from my site:
RegardsCode: Select all
/* inner corners */ span.portal-corners-top-inner { margin: 0 -5px; } span.portal-corners-bottom-inner { margin: 0 -5px; clear: both; } span.portal-corners-top-inner, span.portal-corners-bottom-inner{ font-size: 1px; line-height: 1px; display: block; height: 5px; background-repeat: no-repeat; } /* main menu, user menu and the links */ .portal-navigation{ width: auto; } .portal-navigation ul{ list-style-type: none; margin: 0; padding: 0; margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/ } .portal-navigation ul li{ padding-bottom: 2px; /*bottom spacing between menu items*/ } .portal-navigation ul li a{ background-image: url("{T_THEME_PATH}/images/portal/arrowbullet.gif"); background-repeat: no-repeat; background-position: center left; /*custom bullet list image*/ display: block; padding: 2px 0; padding-left: 19px; /*link text is indented 19px*/ font-weight: bold; font-size: 90%; } .portal-navigation-new-posts ul li a{ background-image: url("{T_THEME_PATH}/images/portal/user_menue_icons/new_posts.png"); background-repeat: no-repeat; background-position: center left; /*custom bullet list image*/ display: block; padding: 8px 0 7px 21px; font-weight: bold; font-size: 90%; } .portal-navigation-unread-posts ul li a{ background-image: url("{T_THEME_PATH}/images/portal/user_menue_icons/unread_posts.png"); background-repeat: no-repeat; background-position: center left; /*custom bullet list image*/ display: block; padding: 8px 0 8px 21px; font-weight: bold; font-size: 90%; } .portal-navigation-self-posts ul li a{ background-image: url("{T_THEME_PATH}/images/portal/user_menue_icons/self_posts.png"); background-repeat: no-repeat; background-position: center left; /*custom bullet list image*/ display: block; padding: 8px 0 10px 21px; font-weight: bold; font-size: 90%; } .portal-navigation-bookmarks ul li a{ background-image: url("{T_THEME_PATH}/images/portal/user_menue_icons/bookmark.png"); background-repeat: no-repeat; background-position: center left; /*custom bullet list image*/ display: block; padding: 3px 0 6px 21px; font-weight: bold; font-size: 90%; } .portal-navigation-main-subscribed ul li a{ background-image: url("{T_THEME_PATH}/images/portal/user_menue_icons/subscribed.png"); background-repeat: no-repeat; background-position: center left; /*custom bullet list image*/ display: block; padding: 5px 0 5px 21px; font-weight: bold; font-size: 90%; } .portal-navigation-private-mesage-info ul li a{ background-image: url("{T_THEME_PATH}/images/portal/user_menue_icons/pm.png"); background-repeat: no-repeat; background-position: center left; /*custom bullet list image*/ display: block; padding: 6px 0 6px 21px; font-weight: bold; font-size: 90%; } .portal-navigation-profile ul li a{ background-image: url("{T_THEME_PATH}/images/portal/user_menue_icons/profile.png"); background-repeat: no-repeat; background-position: center left; /*custom bullet list image*/ display: block; padding: 6px 0 6px 21px; font-weight: bold; font-size: 90%; } .portal-navigation-mcp ul li a{ background-image: url("{T_THEME_PATH}/images/portal/user_menue_icons/moderator.png"); background-repeat: no-repeat; background-position: center left; /*custom bullet list image*/ display: block; padding: 6px 0 6px 21px; font-weight: bold; font-size: 90%; } .portal-navigation-acp ul li a{ background-image: url("{T_THEME_PATH}/images/portal/user_menue_icons/acp.png"); background-repeat: no-repeat; background-position: center left; /*custom bullet list image*/ display: block; padding: 6px 0 6px 21px; font-weight: bold; font-size: 90%; } .portal-navigation-login-logout ul li a{ background-image: url("{T_THEME_PATH}/images/portal/user_menue_icons/logout.png"); background-repeat: no-repeat; background-position: center left; /*custom bullet list image*/ display: block; padding: 6px 0 6px 21px; font-weight: bold; font-size: 90%; } .portal-navigation div.menutitle{ padding: 1px 0; font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif; font-size: 12px; } .calendar-info { list-style-type: none; } .portal-events li.row { border-top: 0px; list-style-type: none; } /* * top spacing between portal body table and headerbar spacing is usually 10px */ #portal-body { padding-top: 10px; } /* * This is needed in order to have the same spacing between blocks * as we have between the top blocks and the headerbar */ #portal-body .forabg { margin-bottom: 0px; } /** * margin spacing as in default prosilver for the forumlist */ #portal-forumlist .forabg { margin-bottom: 4px; } /* RTL language fixes */ .rtl .portal-navigation ul li a{ background-image: url("{T_THEME_PATH}/images/portal/arrowbullet_rtl.gif"); background-position: center right; /*custom bullet list image*/ padding-right: 19px; /*link text is indented 19px*/ }
CPG
I tried your code and unfortunately I still get the same result. I also refreshed in ACP.
So obviously it can't be the Portal.Css.
-
- Sponsor
- Posts: 119
- Joined: 3. September 2010 19:42
- phpBB.de User: cpg
- Location: Ringsberg
- Contact:
Re: Broken Board3 Portal - prosilver_se issue
Hallo,
please post your / prosilver_se / theme / stylesheet.css
Regards
CPG
please post your / prosilver_se / theme / stylesheet.css
Regards
CPG
-
Topic author - Active Member
- Posts: 27
- Joined: 17. October 2012 13:11
- phpBB.com User: Cypriotmatrix
Re: Broken Board3 Portal - prosilver_se issue
Strylesheet.csscpg wrote:Hallo,
please post your / prosilver_se / theme / stylesheet.css
Regards
CPG
Code: Select all
/* phpBB3 Style Sheet
--------------------------------------------------------------
Style name: prosilver Special Edition
Based on style: prosilver (the default phpBB 3.0.x style)
Original author: Tom Beddard ( http://www.subblue.com/ )
Modified by: phpBB Group ( http://www.phpbb.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");
I then refreshed theme in ACP but still the problem persists.
-
- Sponsor
- Posts: 119
- Joined: 3. September 2010 19:42
- phpBB.de User: cpg
- Location: Ringsberg
- Contact:
Re: Broken Board3 Portal - prosilver_se issue
Hallo,
something happened on your site - but it is not really ok
Is it a new installation or an update?
Did you check all files you had to upload?
Regards
CPG
something happened on your site - but it is not really ok
Is it a new installation or an update?
Did you check all files you had to upload?
Regards
CPG
Re: Broken Board3 Portal - prosilver_se issue
Have you refreshed template in ACP by all styles?
Gruß Udo
-
Topic author - Active Member
- Posts: 27
- Joined: 17. October 2012 13:11
- phpBB.com User: Cypriotmatrix
Re: Broken Board3 Portal - prosilver_se issue
Yes I have regreshed the template for both Prosilver and Prosilver_se but this still has not fixed it.Kirk wrote:Have you refreshed template in ACP by all styles?
-
Topic author - Active Member
- Posts: 27
- Joined: 17. October 2012 13:11
- phpBB.com User: Cypriotmatrix
Re: Broken Board3 Portal - prosilver_se issue
Yes you are not wrong. I am checking the files to see if something is missing.cpg wrote:Hallo,
something happened on your site - but it is not really ok
Is it a new installation or an update?
Did you check all files you had to upload?
Regards
CPG
I am wondering if I should uninstall and reinstall the portal from scratch. But if I do that, is all my work so far gone to waste?
The only ediots I have done as of late were in the overall_header and colours.css. I added the social icons but since then something went wrong....
Last edited by Cypriotmatrix on 21. November 2012 13:55, edited 1 time in total.
Re: Broken Board3 Portal - prosilver_se issue
Your /styles/prosilver_se/template/portal/_block_config.html is for subsilver2 nor for prosilver.
Gruß Udo
-
Topic author - Active Member
- Posts: 27
- Joined: 17. October 2012 13:11
- phpBB.com User: Cypriotmatrix
Re: Broken Board3 Portal - prosilver_se issue
What do you mean?Kirk wrote:Your /styles/prosilver_se/template/portal/_block_config.html is for subsilver2 nor for prosilver.
Do I copy the block-config.html to prosilver_se?