That's incorrect. The files need to be updated as well.skeletor29 wrote:So I read that as long as it updates the database, im fine...but it didnt do the files.
Great...prototech wrote:That's incorrect. The files need to be updated as well.skeletor29 wrote:So I read that as long as it updates the database, im fine...but it didnt do the files.
Code: Select all
<a href="{U_PROFILE}" title="{L_PROFILE}" accesskey="u">{L_PROFILE}</a>
Code: Select all
<a href="{NEW_COMMENTS_LINK}">{L_NEW_COMMENTS} </a> ({NUMBER_NEW_COMMENTS}) •
Code: Select all
<!-- INCLUDE breadcrumbs.html -->
Code: Select all
<!-- INCLUDE profile_comments.html -->
this would be your find in the overall_header.htmlInternetMafia wrote:Having a problem installing the profile comments mod into this style. I have issues with the two changes listed below. Any help would be greatly appreciated.
template/overall_header.html
FindAdd BeforeCode: Select all
<a href="{U_PROFILE}" title="{L_PROFILE}" accesskey="u">{L_PROFILE}</a>
template/memberlist_view.htmlCode: Select all
<a href="{NEW_COMMENTS_LINK}">{L_NEW_COMMENTS} </a> ({NUMBER_NEW_COMMENTS}) •
FindAdd BeforeCode: Select all
<!-- INCLUDE breadcrumbs.html -->
Code: Select all
<!-- INCLUDE profile_comments.html -->
Code: Select all
<!-- IF S_USER_LOGGED_IN --><a href="{U_PROFILE}">{L_PROFILE}</a> <img src="{T_THEME_PATH}/images/menu_sep.png" alt="" /> <!-- ENDIF -->
Code: Select all
<a href="{NEW_COMMENTS_LINK}">{L_NEW_COMMENTS} </a> ({NUMBER_NEW_COMMENTS}) <img src="{T_THEME_PATH}/images/menu_sep.png" alt="" />
Code: Select all
<!-- INCLUDE breadcrumbs_pages.html -->
Code: Select all
<!-- INCLUDE profile_comments.html -->
Space, maybe I can confused but I dont see those lines in either of the pages that you mentioned. I am thinking the menu_block maybe, but still confused on the breadcrumbs part and where that would go.spaceace wrote:this would be your find in the overall_header.htmlInternetMafia wrote:Having a problem installing the profile comments mod into this style. I have issues with the two changes listed below. Any help would be greatly appreciated.
template/overall_header.html
FindAdd BeforeCode: Select all
<a href="{U_PROFILE}" title="{L_PROFILE}" accesskey="u">{L_PROFILE}</a>
template/memberlist_view.htmlCode: Select all
<a href="{NEW_COMMENTS_LINK}">{L_NEW_COMMENTS} </a> ({NUMBER_NEW_COMMENTS}) •
FindAdd BeforeCode: Select all
<!-- INCLUDE breadcrumbs.html -->
Code: Select all
<!-- INCLUDE profile_comments.html -->
Add BeforeCode: Select all
<!-- IF S_USER_LOGGED_IN --><a href="{U_PROFILE}">{L_PROFILE}</a> <img src="{T_THEME_PATH}/images/menu_sep.png" alt="" /> <!-- ENDIF -->
i'm pretty sure that will get it looking right in the header.Code: Select all
<a href="{NEW_COMMENTS_LINK}">{L_NEW_COMMENTS} </a> ({NUMBER_NEW_COMMENTS}) <img src="{T_THEME_PATH}/images/menu_sep.png" alt="" />
as for the memberlist_view.html, the breadcrumbs include is changed to breadcrumbs_pages
FindAdd BeforeCode: Select all
<!-- INCLUDE breadcrumbs_pages.html -->
Code: Select all
<!-- INCLUDE profile_comments.html -->
i feel like a boobInternetMafia wrote:Space, maybe I can confused but I dont see those lines in either of the pages that you mentioned. I am thinking the menu_block maybe, but still confused on the breadcrumbs part and where that would go.
Code: Select all
<!-- IF S_USER_LOGGED_IN --><a href="{U_PROFILE}">{L_PROFILE}</a> <img src="{T_THEME_PATH}/images/menu_sep.png" alt="" /> <!-- ENDIF -->
Code: Select all
<a href="{NEW_COMMENTS_LINK}">{L_NEW_COMMENTS} </a> ({NUMBER_NEW_COMMENTS}) <img src="{T_THEME_PATH}/images/menu_sep.png" alt="" />
Code: Select all
<!-- INCLUDE breadcrumbs_footer.html -->
Code: Select all
<!-- INCLUDE profile_comments.html -->