Broken Board3 Portal - prosilver_se issue

Kein Support auf phpBB Styles direkt!
No support directly to phpBB Styles!


Topic author
Cypriotmatrix
Active Member
Posts: 27
Joined: 17. October 2012 13:11
phpBB.com User: Cypriotmatrix

Broken Board3 Portal - prosilver_se issue

Post by Cypriotmatrix »

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

Topic author
Cypriotmatrix
Active Member
Posts: 27
Joined: 17. October 2012 13:11
phpBB.com User: Cypriotmatrix

Re: Broken Board3 Portal - prosilver_se issue

Post by Cypriotmatrix »

Hi,

Still have the same ongoing issue and am frustratingly trying to solve it.

Can I please have some assistance?
User avatar

cpg
Sponsor
Posts: 119
Joined: 3. September 2010 19:42
phpBB.de User: cpg
Location: Ringsberg
Contact:

Re: Broken Board3 Portal - prosilver_se issue

Post by cpg »

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
User avatar

Kirk
Dev
Posts: 1950
Joined: 27. July 2010 18:02
phpBB.de User: Kirk
Contact:

Re: Broken Board3 Portal - prosilver_se issue

Post by Kirk »

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

Code: Select all

@ import url ("portal.css");
4x too much.
Gruß Udo

Topic author
Cypriotmatrix
Active Member
Posts: 27
Joined: 17. October 2012 13:11
phpBB.com User: Cypriotmatrix

Re: Broken Board3 Portal - prosilver_se issue

Post by Cypriotmatrix »

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 the

Code: Select all

@ import url ("portal.css");
4x too much.
Hi,

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*/
}
Maybe there is something wrong in there. :?
User avatar

cpg
Sponsor
Posts: 119
Joined: 3. September 2010 19:42
phpBB.de User: cpg
Location: Ringsberg
Contact:

Re: Broken Board3 Portal - prosilver_se issue

Post by cpg »

Hallo,

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*/
}
Regards
CPG

Topic author
Cypriotmatrix
Active Member
Posts: 27
Joined: 17. October 2012 13:11
phpBB.com User: Cypriotmatrix

Re: Broken Board3 Portal - prosilver_se issue

Post by Cypriotmatrix »

cpg wrote:Hallo,

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*/
}
Regards
CPG
Thanks for that.

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.
User avatar

cpg
Sponsor
Posts: 119
Joined: 3. September 2010 19:42
phpBB.de User: cpg
Location: Ringsberg
Contact:

Re: Broken Board3 Portal - prosilver_se issue

Post by cpg »

Hallo,

please post your / prosilver_se / theme / stylesheet.css

Regards
CPG

Topic author
Cypriotmatrix
Active Member
Posts: 27
Joined: 17. October 2012 13:11
phpBB.com User: Cypriotmatrix

Re: Broken Board3 Portal - prosilver_se issue

Post by Cypriotmatrix »

cpg wrote:Hallo,

please post your / prosilver_se / theme / stylesheet.css

Regards
CPG
Strylesheet.css

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");
@import url("portal.css"); was there 4 times for some reason. I didn't make this edit so I am not sure how that hapenned. I edited and left only 1 @import url("portal.css");

I then refreshed theme in ACP but still the problem persists.
User avatar

cpg
Sponsor
Posts: 119
Joined: 3. September 2010 19:42
phpBB.de User: cpg
Location: Ringsberg
Contact:

Re: Broken Board3 Portal - prosilver_se issue

Post by cpg »

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
User avatar

Kirk
Dev
Posts: 1950
Joined: 27. July 2010 18:02
phpBB.de User: Kirk
Contact:

Re: Broken Board3 Portal - prosilver_se issue

Post by Kirk »

Have you refreshed template in ACP by all styles?
Gruß Udo

Topic author
Cypriotmatrix
Active Member
Posts: 27
Joined: 17. October 2012 13:11
phpBB.com User: Cypriotmatrix

Re: Broken Board3 Portal - prosilver_se issue

Post by Cypriotmatrix »

Kirk wrote:Have you refreshed template in ACP by all styles?
Yes I have regreshed the template for both Prosilver and Prosilver_se but this still has not fixed it. :(

Topic author
Cypriotmatrix
Active Member
Posts: 27
Joined: 17. October 2012 13:11
phpBB.com User: Cypriotmatrix

Re: Broken Board3 Portal - prosilver_se issue

Post by Cypriotmatrix »

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
Yes you are not wrong. I am checking the files to see if something is missing.

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.
User avatar

Kirk
Dev
Posts: 1950
Joined: 27. July 2010 18:02
phpBB.de User: Kirk
Contact:

Re: Broken Board3 Portal - prosilver_se issue

Post by Kirk »

Your /styles/prosilver_se/template/portal/_block_config.html is for subsilver2 nor for prosilver.
Gruß Udo

Topic author
Cypriotmatrix
Active Member
Posts: 27
Joined: 17. October 2012 13:11
phpBB.com User: Cypriotmatrix

Re: Broken Board3 Portal - prosilver_se issue

Post by Cypriotmatrix »

Kirk wrote:Your /styles/prosilver_se/template/portal/_block_config.html is for subsilver2 nor for prosilver.
What do you mean?

Do I copy the block-config.html to prosilver_se?
Post Reply

Return to “Styles Support”