Page 1 of 1

Fix for subsilver2 installation file

Posted: 10. July 2009 05:19
by MrBaseball34
Your Portal Version: 1.0.0RC3
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Beginner

What have you done before the problem was there?


What have you already tryed to solve the problem?


Description and Message
There is an error in the subsilver2.xml installation file that makes automod barf on it and not complete the install.

Change This:

Code: Select all

      <edit>
        <find><![CDATA[<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN --> &nbsp;<span style="color: red;">{L_BOARD_DISABLED}</span><!-- ENDIF -->]]></find>
        <action type="before-add"><![CDATA[<!-- ENDIF -->]]></action>
      </edit>
      <edit>
        <find><![CDATA[<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN --> &nbsp;<span style="color: red;">{L_BOARD_DISABLED}</span><!-- ENDIF -->]]></find>
        <action type="after-add"><![CDATA[<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->]]></action>
      </edit>
to this:

Code: Select all

      <edit>
        <find><![CDATA[<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN --> &nbsp;<span style="color: red;">{L_BOARD_DISABLED}</span><!-- ENDIF -->]]></find>
        <action type="before-add"><![CDATA[<!-- ENDIF -->]]></action>
        <action type="after-add"><![CDATA[<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->]]></action>
      </edit>
[/i]

Re: Fix for subsilver2 installation file

Posted: 10. July 2009 15:25
by Ice
Cheers for the update.

Re: Fix for subsilver2 installation file

Posted: 10. July 2009 15:48
by MrBaseball34
Yeah, I'm surprised it hasn't been fixed already. I guess not too many people use the subsilver install. I found it because I was doing an install on a board that used a style that was based on subsilver2, fisubice2.