qman Posted August 28, 2005 Posted August 28, 2005 In the subsilver file I know that the overall_header file controls the very top of the page. The overall_footer file controls the very bottom. Which file applies to the middle beginning with the table that has You last visited on 28 Aug 2005 07:36 pm The time now is 28 Aug 2005 11:00 pm to the left and View posts since last visit View your posts View unanswered posts the right? Does anyone know which file contains those lines? they don't seem to be in the overall_header. Thanks James Quote
TCH-Don Posted August 28, 2005 Posted August 28, 2005 Look in lang/en/lang_global.php for invision forum its easier if you download your forum folder and searh and edit on your computer. Quote
TCH-Don Posted August 28, 2005 Posted August 28, 2005 Or if phpbb language/lang_english/lang_main.php Quote
qman Posted August 29, 2005 Author Posted August 29, 2005 Don, Let me rephrase my question. What I am trying to do is find the table that those items are in. Do you know where that is? Thanks James Look in lang/en/lang_global.phpfor invision forum its easier if you download your forum folder and searh and edit on your computer. <{POST_SNAPBACK}> Quote
TCH-Don Posted August 29, 2005 Posted August 29, 2005 look in includes/page_header.php around line 346 $template->assign_vars(array( 'SITENAME' => $board_config['sitename'], 'SITE_DESCRIPTION' => $board_config['site_desc'], 'PAGE_TITLE' => $page_title, 'LAST_VISIT_DATE' => sprintf($lang['You_last_visit'], $s_last_visit), 'CURRENT_TIME' => sprintf($lang['Current_time'], but I would be very careful modifying template files. Quote
qman Posted August 29, 2005 Author Posted August 29, 2005 Don I found it and got it to work. Check it out. http://quillian.net/bboard/ I took part of what was in the overall_header and put it into the inxdexbody. I think it is a more effecient use of space this way. Thanks James look inincludes/page_header.php around line 346 $template->assign_vars(array( 'SITENAME' => $board_config['sitename'], 'SITE_DESCRIPTION' => $board_config['site_desc'], 'PAGE_TITLE' => $page_title, 'LAST_VISIT_DATE' => sprintf($lang['You_last_visit'], $s_last_visit), 'CURRENT_TIME' => sprintf($lang['Current_time'], but I would be very careful modifying template files. <{POST_SNAPBACK}> Quote
TCH-Don Posted August 29, 2005 Posted August 29, 2005 You are welcome James Glad you got it the way you want. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.