Raimon wrote:Hi,
You must follow the rc changes (the 3.0.0 to 3.0.1 rc and the 3.0.1rc to 3.0.1 )
and he gave this link:Raimon wrote:Follow the instructions for subsilver2 in this topic.
I can't find in login_body.html :Raimon wrote:open: /styles/subsilver2/template/login_body.html
search:replace with:Code: Select all
<tr><!-- IF not S_ADMIN_AUTH -->
search:Code: Select all
<!-- IF not S_ADMIN_AUTH -->
replace with:Code: Select all
<tr><!-- IF not S_ADMIN_AUTH and S_REGISTER_ENABLED -->
Code: Select all
<!-- IF not S_ADMIN_AUTH and S_REGISTER_ENABLED -->
Code: Select all
<tr><!-- IF not S_ADMIN_AUTH and S_REGISTER_ENABLED -->
Code: Select all
<br /><a class="gensmall" href="{U_REGISTER}">{L_REGISTER}</a>
Please help<!-- IF LOGIN_ERROR -->
<tr>
<td class="gensmall" colspan="2" align="center"><span class="error">{LOGIN_ERROR}</span></td>
</tr>
<!-- ENDIF -->
<tr>
<td valign="top" <!-- IF S_ADMIN_AUTH -->style="width: 50%; text-align: {S_CONTENT_FLOW_END};"<!-- ENDIF -->><b class="gensmall">{L_USERNAME}:</b></td>
<td><input class="post" type="text" name="{USERNAME_CREDENTIAL}" size="25" value="{USERNAME}" tabindex="1" />
<!-- IF not S_ADMIN_AUTH -->
<br /><a class="gensmall" href="{U_REGISTER}">{L_REGISTER}</a> \\ line 40
<!-- ENDIF -->
</td>
</tr>
<tr>
<td valign="top" <!-- IF S_ADMIN_AUTH -->style="width: 50%; text-align: {S_CONTENT_FLOW_END};"<!-- ENDIF -->><b class="gensmall">{L_PASSWORD}:</b></td>
<td>
<input class="post" type="password" name="{PASSWORD_CREDENTIAL}" size="25" tabindex="2" />
<!-- IF U_SEND_PASSWORD --><br /><a class="gensmall" href="{U_SEND_PASSWORD}">{L_FORGOT_PASS}</a><!-- ENDIF -->
<!-- IF U_RESEND_ACTIVATION and not S_ADMIN_AUTH --><br /><a class="gensmall" href="{U_RESEND_ACTIVATION}">{L_RESEND_ACTIVATION}</a><!-- ENDIF -->
</td>
</tr>
<!-- IF S_DISPLAY_FULL_LOGIN -->
Code: Select all
<tr><!-- IF not S_ADMIN_AUTH -->
Code: Select all
<tr><!-- IF not S_ADMIN_AUTH and S_REGISTER_ENABLED -->
Tha free spirit of open source and phpBB and Bertiensh22 wrote:do you get paid to do this. you better, you must have spent at least a week doing all this.
open: /styles/prosilver/template/mcp_topic.html
Code: Select all
<dd><input type="text" name="subject" id="subject" size="45" maxlength="64" tabindex="2" value="{SPLIT_SUBJECT}" title="{L_SPLIT_SUBJECT}" class="inputbox" /></dd>
Code: Select all
<dd><input type="text" name="subject" id="subject" size="45" maxlength="64" tabindex="2" value="{SPLIT_SUBJECT}" title="Type the post subject" class="inputbox" /></dd>
Code: Select all
<dt>{L_ACTIVE_IN_FORUM}:</dt> <dd><!-- IF ACTIVE_FORUM --><strong><a href="{U_ACTIVE_FORUM}">{ACTIVE_FORUM}</a></strong><br />({ACTIVE_FORUM_POSTS} / {ACTIVE_FORUM_PCT})<!-- ELSE --> - <!-- ENDIF --></dd>
<dt>{L_ACTIVE_IN_TOPIC}:</dt> <dd><!-- IF ACTIVE_TOPIC --><strong><a href="{U_ACTIVE_TOPIC}">{ACTIVE_TOPIC}</a></strong><br />({ACTIVE_TOPIC_POSTS} / {ACTIVE_TOPIC_PCT})<!-- ELSE --> - <!-- ENDIF --></dd>
Code: Select all
{ACTIVE_FORUM_PCT})<!-- ELSE --> - <!-- ENDIF --></dd>
{ACTIVE_TOPIC_PCT})<!-- ELSE --> - <!-- ENDIF --></dd>