not sure what you were looking at. the post I linked you to has instructions for making edits to only 4 different files and just a very few edits to them.Methen wrote:Yea, and it continues from page after after page after page, I sure as hell dont want to do all that by hand, dang someone needs to make a patch...
how many files that have to be edited do you see there?chiroz223 wrote:cm_ wrote:ok, so i tested my version and its working, didn't find any bugs
except the status bar on the index page isn't in the right posistion...but it works!![]()
Anyway backup your board before you do the changes.
If you want to use the sn mod with a subsilver based mod you have to do the
following changes:
in memberlist_view.html
file to edit number 1
findadd beforeCode: Select all
</form>
in overall_footer.htmlCode: Select all
<!-- IF SN_MODULE_APPROVAL_ENABLED --> <!-- INCLUDE socialnet/memberlist_viewprofile_friendlist.html --> <!-- ENDIF --> <!-- IF SN_MODULE_USERSTATUS_ENABLED && SN_MODULE_USERSTATUS_VIEWPROFILE_ENABLE --> <!-- INCLUDE socialnet/userstatus_memberlist.html --> <!-- ENDIF -->
file to edit number 2
findadd beforeCode: Select all
</body>
in overall_header.htmlCode: Select all
<!-- IF SN_MODULE_IM_ENABLED --> <!-- INCLUDE socialnet/im.html --> <!-- ENDIF -->
file to edit number 3
findadd beforeCode: Select all
<link rel="stylesheet" href="{T_STYLESHEET_LINK}" type="text/css" />
findCode: Select all
<!-- INCLUDE socialnet/overall_header_hook.html -->
replace withCode: Select all
<body id="phpbb" class="section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}">
findCode: Select all
<body id="phpbb" class="section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}<!-- IF SN_MODULE_IM_ENABLED --> im-page<!-- ENDIF -->">
add afterCode: Select all
<ul id="navlist">
findCode: Select all
<!-- IF SN_MODULE_MAINPAGE_ENABLED --><li class="icon-home"><a href="{U_SN_MAINPAGE}">{L_SN_MP_MAINPAGE}</a></li><!-- ENDIF -->
add afterCode: Select all
<div id="wrapheader">
findCode: Select all
<!-- IF SN_MODULE_USERSTATUS_ENABLED --> <!-- INCLUDE socialnet/userstatus_index.html --> <!-- ENDIF -->
replace withCode: Select all
<div id="wrapcentre">
in stylesheet.cssCode: Select all
<div id="wrapcentre" class="<!-- IF B_SN_US_ON_HEADER -->snUsOnHeader<!-- ENDIF -->">
find
file to edit number 4add beforeCode: Select all
/* Layout
that's it!Code: Select all
@import url("socialnet.css"); @import url("jquery-ui.custom.css");