Sorry for my english, but I will try to give you my own experience when I installed portal on my forum.
AS Thomas said, don't forget to use "templates file", "subsilver2 install" in the board3portal_1_0_0_rc1 file because the main install file explains how to change with prosilver style, not with subsilver2 style.I made this error by using the wrong document to edit my style.
For the portal directory on board, you've got the same problem I had with my style: code is sometime a bit different so you can't find where to place a line code exactly.
Here is how I placed "<!-- IF not $S_IN_PORTAL or not S_DISPLAY_MAINMENU -->" in my own style overall Header (subsilver2 like with code differences too), line 155 for my style
Code: Select all
<td id="logorow" align="left"><div id="logotop">
<a href={U_PORTAL}>{SITE_LOGO_IMG}</a>
</div></td>
</tr>
<tr>
<!-- IF not $S_IN_PORTAL or not S_DISPLAY_MAINMENU -->
<td class="navrow">
<!-- IF not S_IS_BOT -->
<!-- IF S_USER_LOGGED_IN --><a href="{U_PROFILE}">{L_PROFILE}</a> • <!-- ENDIF -->
<!-- IF S_USER_LOGGED_IN -->
(I changed {U_index} to {U_PORTAL} to go back to portal with the banneer but you should find first one in your code)
Normally it's the same code after so you will find lines easily. Don't forget to edit breadcrumbs.html and overall footer too
htaccess is in the forum root so open the forum file and you will find it with include file, language, images, style...
You have to edit it like explained in the install main document :
I hope it will help you.