Fix for subsilver2 installation file

Current Version: 1.0.6
Released: 09.01.10
Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Locked
User avatar

Topic author
MrBaseball34
Valued Contributor
Posts: 64
Joined: 25. June 2009 00:15
phpBB.de User: MB34

Fix for subsilver2 installation file

Post 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]
MrBaseball34
Hook 'em Horns
Image
2005 College Football National Champions
2005 College Baseball National Champions
User avatar

Ice
Former Team Member
Posts: 359
Joined: 20. January 2008 23:43
Location: England, United Kingdom

Re: Fix for subsilver2 installation file

Post by Ice »

Cheers for the update.
Board3 Portal Dev & English Tech Support
User avatar

Topic author
MrBaseball34
Valued Contributor
Posts: 64
Joined: 25. June 2009 00:15
phpBB.de User: MB34

Re: Fix for subsilver2 installation file

Post 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.
MrBaseball34
Hook 'em Horns
Image
2005 College Football National Champions
2005 College Baseball National Champions
Locked

Return to “board3 Portal 1.0.x - English Support”