Customizing Subsilver

liunx

Guest
In the subsilver file I know that the overall_header file controls the very top of the page.<br />The overall_footer file controls the very bottom.<br /><br />Which file applies to the middle beginning with<br />the table that has<br /><br /> <b>You last visited on 28 Aug 2005 07:36 pm<br />The time now is 28 Aug 2005 11:00 pm</b><br /><br />to the left and <br /><br /><b>View posts since last visit<br />View your posts<br />View unanswered posts</b><br /><br />the right?<br /><br />Does anyone know which file contains those lines? they don't seem to be in the overall_header.<br /><br />Thanks<br /><br />James<!--content-->
Look in lang/en/lang_global.php<br />for invision forum<br /><br />its easier if you download your forum folder<br />and searh and edit on your computer.<!--content-->
Or if phpbb<br />language/lang_english/lang_main.php<!--content-->
Don,<br /><br />Let me rephrase my question.<br />What I am trying to do is find the table that those items are in.<br /><br />Do you know where that is?<br /><br />Thanks<br /><br />James<br /><br /> <br /><br /><br /><br /><br /><br /><br /><!--QuoteBegin-TCH-Don+Aug 28 2005, 06:42 PM--><div class='quotetop'>QUOTE(TCH-Don @ Aug 28 2005, 06:42 PM)</div><div class='quotemain'><!--QuoteEBegin-->Look in lang/en/lang_global.php<br />for invision forum<br /><br />its easier if you download your forum folder<br />and searh and edit on your computer.<br /><div align="right"><a href="http://www.totalchoicehosting.com/forums/index.php?act=findpost&pid=146498"><img src='http://www.totalchoicehosting.com/forums/style_images/1/post_snapback.gif' alt='*' border='0' /></a></div><!--QuoteEnd--></div><!--QuoteEEnd--><!--content-->
look in<br />includes/page_header.php<br />around line 346<br />$template->assign_vars(array(<br />'SITENAME' => $board_config['sitename'],<br />'SITE_DESCRIPTION' => $board_config['site_desc'],<br />'PAGE_TITLE' => $page_title,<br />'LAST_VISIT_DATE' => sprintf($lang['<b>You_last_visit'], $s_last_visit</b>),<br />'CURRENT_TIME' => sprintf($lang['Current_time'], <br /><br />but I would be very careful modifying template files.<!--content-->
Don<br />I found it and got it to work.<br />Check it out.<br /><br /><a href="http://quillian.net/bboard/" target="_blank">http://quillian.net/bboard/</a><br /><br />I took part of what was in the overall_header and put it into the inxdexbody.<br />I think it is a more effecient use of space this way.<br /><br />Thanks<br /><br />James<br /><br /><br /><br /><!--QuoteBegin-TCH-Don+Aug 28 2005, 07:52 PM--><div class='quotetop'>QUOTE(TCH-Don @ Aug 28 2005, 07:52 PM)</div><div class='quotemain'><!--QuoteEBegin-->look in<br />includes/page_header.php<br />around line 346<br />$template->assign_vars(array(<br />'SITENAME' => $board_config['sitename'],<br />'SITE_DESCRIPTION' => $board_config['site_desc'],<br />'PAGE_TITLE' => $page_title,<br />'LAST_VISIT_DATE' => sprintf($lang['<b>You_last_visit'], $s_last_visit</b>),<br />'CURRENT_TIME' => sprintf($lang['Current_time'], <br /><br />but I would be very careful modifying template files.<br /><div align="right"><a href="http://www.totalchoicehosting.com/forums/index.php?act=findpost&pid=146509"><img src='http://www.totalchoicehosting.com/forums/style_images/1/post_snapback.gif' alt='*' border='0' /></a></div><!--QuoteEnd--></div><!--QuoteEEnd--><!--content-->
You are welcome James <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> <br /><br />Glad you got it the way you want.<!--content-->
 
Back
Top