Broken Board3 Portal - prosilver_se issue

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

User avatar

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

Re: Broken Board3 Portal - prosilver_se issue

Post by Kirk »

Look http://cyprus-forum.net/styles/prosilve ... onfig.html
copy: root/styles/prosilver/template/portal/_block_config.html
to: root/styles/prosilver_se/template/portal/_block_config.html
Gruß Udo
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 »

Seems, you have the right deal now :)

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:Look http://cyprus-forum.net/styles/prosilve ... onfig.html
copy: root/styles/prosilver/template/portal/_block_config.html
to: root/styles/prosilver_se/template/portal/_block_config.html
OK I have done that. It has improved it. Almost there.

However some of the modules don't look right. Also the YouTube and the Weather Widgets are not centred even though {center][/center] tags have been added. What is wrong and how do I fix that?

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:Seems, you have the right deal now :)
Not exactly.

Go to the prosilver portal and see the difference. The YouTube and widgets are not centred and I can hardly read the content. Something minor is still wrong.

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 »

Not sute but it might have something to do with this:

Code: Select all

<!-- 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><dt style="padding: 0px 0px 2px; white-space: nowrap; margin-bottom: 0px; margin-top: 0px;">' -->
<!-- DEFINE $LR_BLOCK_H_R = '</dt></dl></li></ul><ul class="topiclist forums"><li><dl><dd style="border-left: 0px; width: 100%;"><div style="text-align: left; margin: 5px 5px 5px 5px">' -->
<!-- DEFINE $LR_BLOCK_F_L = '</div></dd></dl></li></ul>' -->
<!-- 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"><dt>' -->
<!-- DEFINE $C_BLOCK_H_R = '</dt></dl></li></ul>' -->
<!-- DEFINE $C_BLOCK_F_L = '' -->
<!-- DEFINE $C_BLOCK_F_R = '<span class="corners-bottom"><span></span></span></div></div><br style="clear:both" />' -->

<!-- Config for compact blocks //-->
<!-- DEFINE $CC_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">' -->
<!-- DEFINE $CC_BLOCK_H_R = '</dl></li></ul>' -->

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

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

Re: Broken Board3 Portal - prosilver_se issue

Post by Kirk »

Your modules belong to subsilver2 and not to prosilver

You can use the portal folder in /styles/prosilver_se/template delete
Your style gets these files from prosilver.
Gruß Udo
User avatar

archivar
Portal Professional
Posts: 1959
Joined: 19. April 2009 21:34
phpBB.de User: archivar
phpBB.com User: archivar
Location: Deutschland

Re: Broken Board3 Portal - prosilver_se issue

Post by archivar »

Cypriotmatrix wrote: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
Take for their style guide of the prosilver.
Replace it after the _block_config.html against this _block_config.html=>prosilver_se (Base: prosilver).
V.G. archivar
sorry for my bad english

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 modules belong to subsilver2 and not to prosilver

You can use the portal folder in /styles/prosilver_se/template delete
Your style gets these files from prosilver.
I don't understand what you mean.

Are you saying that I should delete /styles/prosilver_se/template? :?

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 »

archivar wrote:
Cypriotmatrix wrote: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
Take for their style guide of the prosilver.
Replace it after the _block_config.html against this _block_config.html=>prosilver_se (Base: prosilver).
So in which file do I put this code?

Code: Select all

    <!-- 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><dt style="padding: 0px 0px 2px; white-space: nowrap; margin-bottom: 0px; margin-top: 0px;">' -->
    <!-- DEFINE $LR_BLOCK_H_R = '</dt></dl></li></ul><ul class="topiclist forums"><li><dl><dd style="border-left: 0px; width: 100%; background-color:#ECF1F3"><div style="text-align: left; margin: 5px 5px 5px 5px">' -->
    <!-- DEFINE $LR_BLOCK_F_L = '</div></dd></dl></li></ul>' -->
    <!-- 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"><dt>' -->
    <!-- DEFINE $C_BLOCK_H_R = '</dt></dl></li></ul>' -->
    <!-- DEFINE $C_BLOCK_F_L = '' -->
    <!-- DEFINE $C_BLOCK_F_R = '<span class="corners-bottom"><span></span></span></div></div><br style="clear:both" />' -->

    <!-- Config for compact blocks //-->
    <!-- DEFINE $CC_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">' -->
    <!-- DEFINE $CC_BLOCK_H_R = '</dl></li></ul>' -->

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

archivar
Portal Professional
Posts: 1959
Joined: 19. April 2009 21:34
phpBB.de User: archivar
phpBB.com User: archivar
Location: Deutschland

Re: Broken Board3 Portal - prosilver_se issue

Post by archivar »

Cypriotmatrix wrote: So in which file do I put this code?
archivar wrote: Replace it after the _block_config.html against this _block_config.html=>prosilver_se (Base: prosilver).
archivar wrote: Take for their style guide of the prosilver.
It is wrong when they have the portal-files for subsilver2 in her style :!: :o
Because the basis of their style is prosilver :!:
You need the portal-files for prosilver in her style :!: ;)
V.G. archivar
sorry for my bad english

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 »

archivar wrote:
Cypriotmatrix wrote: So in which file do I put this code?
archivar wrote: Replace it after the _block_config.html against this _block_config.html=>prosilver_se (Base: prosilver).
archivar wrote: Take for their style guide of the prosilver.
It is wrong when they have the portal-files for subsilver2 in her style :!: :o
Because the basis of their style is prosilver :!:
You need the portal-files for prosilver in her style :!: ;)
Hi,

sorry for the dumb questions.

I am really lost here and don't understand what I need to do.

Can you please tell me step by step because I fear I am going to get it wrong as I don't know exactly what I am doing. :(
User avatar

archivar
Portal Professional
Posts: 1959
Joined: 19. April 2009 21:34
phpBB.de User: archivar
phpBB.com User: archivar
Location: Deutschland

Re: Broken Board3 Portal - prosilver_se issue

Post by archivar »

I think I have explained step by step.
Simple I can not explain them.
V.G. archivar
sorry for my bad english
User avatar

Marc
Dev
Posts: 2504
Joined: 17. July 2008 21:08
phpBB.de User: marc1706
phpBB.com User: Marc
Location: Clausthal-Zellerfeld / München
Contact:

Re: Broken Board3 Portal - prosilver_se issue

Post by Marc »

Please elaborate at which point you are lost.

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 »

Marc wrote:Please elaborate at which point you are lost.
Hi Marc,

I simply do not understand what I need to do.

I was given a link that included some edits but I am worried that this will stuff it up more.

Is there a step by step or tutorial for dummies.

I had it working before but for some reason it is thinking it is subsilver2.

How do I change it to prosilver?
Post Reply

Return to “Styles Support”