Page 1 of 1
Portal Block not absorb portal style
Posted: 1. June 2009 11:54
by kcorlil
Your Portal Version: 1.0.0RC3
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Basic Knowledge
Boardlink: n/a
What have you done before the problem was there?
Installed style for portal. ( Glacier Lite )
What have you already tryed to solve the problem?
Checked stylesheet.css
Description and Message
Hi fellas,
I have successfully installed Glacier style for my portal. Unfortunately, if you see below screen, it is not appeared as the style in demo page. The center blocks are OK, only the side block have the problem.
My portal theme as below:

And http://area51.mikevil.de shows as below:

I have tried SE Pro template, and also having this kind of problem.
Your help is very much appreciated, thanks!
Re: Portal Block not absorb portal style
Posted: 1. June 2009 17:53
by Mike
Hmm... it seems you have an older Version of B3P. At least 1.0.2...
Dont you have a link for us? It would be very helpful...
Re: Portal Block not absorb portal style
Posted: 2. June 2009 03:24
by kcorlil
Hi Mike,
Im sorry, the version of my B3P is the latest version, board3portal 1 0 3 , just downloaded it yesterday

.
Currently I am developing the site locally, looking forward for your tips.
Anyways, I tried 3 templates so far,
1. Glacier - Problem
2. Se Pro - Problem
3. Aeroblue - Success
Glacier and Se Pro are downloaded from version 1.0.2 Styles. Aeroblue is 1.0.3 style. Does this cause the problem?
Regards;
kcorlil
Re: Portal Block not absorb portal style
Posted: 2. June 2009 03:29
by Mike
kcorlil wrote:Does this cause the problem?
Yes...
Since 1.0.3 there are much
changes on the Style files. You cannot successful Install an 1.02 Style on a 1.0.3 Portal
Install these two Styles with the help of install.xml for prosilver. (included in our package)
After That you can overwrite the config files with the one you find in the
Styles/Config Board.
Re: Portal Block not absorb portal style
Posted: 4. June 2009 03:23
by kcorlil
Hi mike,
I tried install the portal style for Prosilver and overwrite the config file. The result was successful for Prosilver.
Unfortunately, with SF_glacier I still have the problem. I have tried also create the config file and include it at portal_body.html but still no effect.
And then I copied folder Portal from styles/Prosilver to styles/SF_glacier, then the block did have the sf_glacier design but the right hand side block was overlapping the center block.
Kindly please help Sir.
Re: Portal Block not absorb portal style
Posted: 4. June 2009 07:23
by Mike
Did you tryed the config from
here?
Re: Portal Block not absorb portal style
Posted: 4. June 2009 08:18
by kcorlil
Yes mike,
I tired it. Do I need to edit each template files of the block?
main_menu.html, clock.html.links/html..etc?
Re: Portal Block not absorb portal style
Posted: 4. June 2009 12:37
by Mike
If you installed the latest version of B3P there should be an "<!-- INCLUDE portal/_block_config.html -->" in your portal_body.html
Only if you installed the portalviewMod, you need to include this file in other files.
And only if you have B3P v1.0.3 theres no need to edit all the Block Templates, since it it is the main task of the config file

I know you have a lokal Installation, but i cant say much more without a look on your Board

Re: Portal Block not absorb portal style
Posted: 5. June 2009 02:53
by kcorlil
Hi mike,
Thanks for your reply.
Problem solved now, but I have no idea what is the exact solution.
I just changed the site_log with new image, suddenly the page appears correctly. I guess its due to the cache. Even though I did purge the cache, refresh theme, template and imageset before but no effect. Then after replacing the logo, suddenly everything seems to be fine.
I am planning to go live soon, might need your assistance if I encountered with errors.
ps: I choose to use SE Pro template since I got it working

Re: Portal Block not absorb portal style
Posted: 20. June 2009 15:00
by kcorlil
hi experts,
I have transported my website to the net. Unfortunately, Im having problem at the menu block.
Its not appear correctly, please help. The url is
http://way2ride.com.my. I have it working at my local installation.
Thanks
Re: Portal Block not absorb portal style
Posted: 21. June 2009 20:06
by Mike
Your portal.css is outdated.
open:
styles/se_pro/theme/portal.css
Replace your code with this:
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;
}
Re: Portal Block not absorb portal style
Posted: 22. June 2009 05:11
by kcorlil
ok thanks mike,
will do it later at home..
Re: Portal Block not absorb portal style
Posted: 22. June 2009 17:50
by kcorlil
Hi mike,
It's not working

. I have replace the entire portal.css
Kindly please help. Thanks
Re: Portal Block not absorb portal style
Posted: 22. June 2009 18:35
by Mike
Re: Portal Block not absorb portal style
Posted: 23. June 2009 02:41
by kcorlil
yesterday i purged the cache and refresh theme, no effect.
But this morning, view with my office PC, everything looks fine.
Thanks for your great support mike.