Page 2 of 2

Re: Broken Board3 Portal - prosilver_se issue

Posted: 21. November 2012 14:04
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

Re: Broken Board3 Portal - prosilver_se issue

Posted: 21. November 2012 14:17
by cpg
Seems, you have the right deal now :)

Re: Broken Board3 Portal - prosilver_se issue

Posted: 21. November 2012 14:21
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?

Re: Broken Board3 Portal - prosilver_se issue

Posted: 21. November 2012 14:23
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.

Re: Broken Board3 Portal - prosilver_se issue

Posted: 21. November 2012 14:29
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' -->

Re: Broken Board3 Portal - prosilver_se issue

Posted: 21. November 2012 16:14
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.

Re: Broken Board3 Portal - prosilver_se issue

Posted: 21. November 2012 20:44
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).

Re: Broken Board3 Portal - prosilver_se issue

Posted: 22. November 2012 11:07
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? :?

Re: Broken Board3 Portal - prosilver_se issue

Posted: 22. November 2012 11:08
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' -->

Re: Broken Board3 Portal - prosilver_se issue

Posted: 22. November 2012 16:48
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 :!: ;)

Re: Broken Board3 Portal - prosilver_se issue

Posted: 29. November 2012 05:59
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. :(

Re: Broken Board3 Portal - prosilver_se issue

Posted: 29. November 2012 18:33
by archivar
I think I have explained step by step.
Simple I can not explain them.

Re: Broken Board3 Portal - prosilver_se issue

Posted: 29. November 2012 20:27
by Marc
Please elaborate at which point you are lost.

Re: Broken Board3 Portal - prosilver_se issue

Posted: 13. December 2012 09:24
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?