
Re: Changing Name Of Personal Galleries To "Members Car
in the folder /templates/mh_themes open the file album_box.tpl around line 104 there should be this code...
<!-- BEGIN show_personal_galleries_link -->
<tr>
<td class="row1" height="50" colspan="{catfooter.cat_public_footer.FOOTER_COL_SPAN}" onMouseOver="this.className='row2';" onMouseOut="this.className='row1';">
<span class="forumlink">
{NAV_DOT} <a href="{catfooter.cat_public_footer.U_USERS_PERSONAL_GALLERIES}" class="cattitle">{catfooter.cat_public_footer.L_USERS_PERSONAL_GALLERIES}</a>
</span>
<br />
<img src="{SPACER}" width="5" height="15" alt="" />
<span class="gensmall">
{NAV_DOT} <a href="{catfooter.cat_public_footer.U_YOUR_PERSONAL_GALLERY}" class="gensmall"><b>{catfooter.cat_public_footer.L_YOUR_PERSONAL_GALLERY}</b></a>
</span>
</td>
</tr>
<!-- END show_personal_galleries_link -->
Where it says "{catfooter.cat_public_footer.L_USERS_PERSONAL_GALLERIES}"
Replace with desired text.
*Note: This will replace the text in the album that says "Users Personal Gallery"
Also where it says "{catfooter.cat_public_footer.L_YOUR_PERSONAL_GALLERY}"
Replace with desired text.
*Note: This will replace the text in the album that says "Your Personal Gallery"