Code: Select all
<a href="#" onClick="closebar(); return false"><img src="{T_THEME_PATH}/images/close.gif" border="0"/></a> Hi guest, feel free to <a href="{U_REGISTER}"><span style="color: red;">
register</span></a> or <a href="http://yourdomain.com/ucp.php?mode=login"><span style="color: red;">
login</span></a> at {SITENAME}
thanks, I can't find this codemarian0810 wrote:I did. Well sort of... I made quite a few changes, mostly to the .css, to match it to the look of the site.
Just follow the instructions for prosilver, they'll work on subsilver2 as well.
Code: Select all
<a id="top" name="top" accesskey="t"></a>
Code: Select all
<!-- IF not S_USER_LOGGED_IN and not S_IS_BOT-->
<div id="topbar">
<a href="#" onClick="closebar(); return false"><img src="{T_THEME_PATH}/images/close.gif" border="0" /></a> Hi guest, feel free to <a href="{U_REGISTER}"><span style="color: red;">
register</span></a> at {SITENAME}
</div>
<!-- ENDIF -->
Code: Select all
@import url("colours.css");
Code: Select all
@import url("floating.css");
General Error
Could not open ./../styles/AeroBlue/template/install_body.html
Add it afterwolf2009 wrote:thanks, I can't find this code
after which i need to addCode: Select all
<a id="top" name="top" accesskey="t"></a>
Code: Select all
<!-- IF not S_USER_LOGGED_IN and not S_IS_BOT--> <div id="topbar"> <a href="#" onClick="closebar(); return false"><img src="{T_THEME_PATH}/images/close.gif" border="0" /></a> Hi guest, feel free to <a href="{U_REGISTER}"><span style="color: red;"> register</span></a> at {SITENAME} </div> <!-- ENDIF -->
Code: Select all
<a name="top"></a>
Add that afterneither can i findafter which i need to addCode: Select all
@import url("colours.css");
Code: Select all
@import url("floating.css");
Code: Select all
Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
--------------------------------------------------------------
*/
General Error
Could not open ./../styles/AeroBlue/template/install_body.html
Code: Select all
<script type="text/javascript" src="{T_TEMPLATE_PATH}/floating.js"></script>
Code: Select all
<!-- IF not S_USER_LOGGED_IN -->
<script type="text/javascript" src="{T_TEMPLATE_PATH}/floating.js"></script>
<!-- ENDIF -->
hmm, i just started getting that after installing thismarian0810 wrote:I don't think that has anything to do with this mod.
its still there. I don't know whats wrong. but it didn't happen before. Should I delete all the files in the cache folder except .htaccess and one other file that i can't remembermarian0810 wrote:Does it go away if you put your backup files back?
Index.htm. You could try, it can't hurt.wolf2009 wrote:and one other file that i can't remember
can you pm me for complete instruction for subsilver?marian0810 wrote:I did. Well sort of... I made quite a few changes, mostly to the .css, to match it to the look of the site.
Just follow the instructions for prosilver, they'll work on subsilver2 as well.
thanx..marian0810 wrote:I don't think that has anything to do with this mod.
One other thing:
This mod gave me a page error when I logged in, I solved it by changingtoCode: Select all
<script type="text/javascript" src="{T_TEMPLATE_PATH}/floating.js"></script>
Code: Select all
<!-- IF not S_USER_LOGGED_IN --> <script type="text/javascript" src="{T_TEMPLATE_PATH}/floating.js"></script> <!-- ENDIF -->